Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Copyright and License information added
  • Loading branch information
feuster committed Mar 3, 2023
1 parent 5789b19 commit 5151009
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ResizeX

ResizeX is a Fast Image Resizer which can resize image with free size values or with fixed static values whereas the algorithms with static resizing values are faster that the general resizing algorithms. Some of the available algorithms, as for the ScaleXx, are adding also additional pixel information into the image.
_ResizeX_ is a Fast Image Resizer which can resize image with free size values or with fixed static values whereas the algorithms with static resizing values are faster that the general resizing algorithms. Some of the available algorithms, as for the ScaleXx, are adding also additional pixel information into the image.

#### Scale2x Example

Expand Down Expand Up @@ -28,7 +28,7 @@ _Remark:_ some image/scaler combinations may produce error when images get to bi

## Library

All the image resizing functions are bundled in the Feuster.Imaging.Resizing.Lib
All the image resizing functions are bundled in the _Feuster.Imaging.Resizing.Lib_

A Nuget package can be found in the project folder _Nuget_.

Expand Down Expand Up @@ -118,4 +118,13 @@ A standard example for resizing a picture with a fixed scaler algorithm is:

A standard example for resizing a picture with the FastResize scaler algorithm is:

`Resize.exe -i [path_to_input_image] -o [path_to_output_image] -f -x [new_width] -y [new_height]`
`Resize.exe -i [path_to_input_image] -o [path_to_output_image] -f -x [new_width] -y [new_height]`

 
 
 
# Copyright

© Alexander Feuster 2023

_ResizeX_ and _Feuster.Imaging.Resizing.Lib_ are licensed unter the [GNU GENERAL PUBLIC LICENSE Version 2](gpl-2.0.txt)

0 comments on commit 5151009

Please sign in to comment.