resizing does not work properly
Posted: 2007-09-27T13:27:08-07:00
Hi,
I am tryign to convert a .png image to .jp format with the following changes -
Resize image to 1920x1080 (to correct aspect ratio)
Adjust gamma to 1.26 (Photoshop value)
Save as 320x240 (cropping sides off to fit) JPEG
The actual size of the image is - 1280 X 1080
For this i am using the following command -
convert -size 1920 X 1080 Original.png -gamma 1.26 -resize 320X420 convert1.jpg
The image is converted but the image size is - 284 X 240.
This does not meet my requirement.
Please help...
I am tryign to convert a .png image to .jp format with the following changes -
Resize image to 1920x1080 (to correct aspect ratio)
Adjust gamma to 1.26 (Photoshop value)
Save as 320x240 (cropping sides off to fit) JPEG
The actual size of the image is - 1280 X 1080
For this i am using the following command -
convert -size 1920 X 1080 Original.png -gamma 1.26 -resize 320X420 convert1.jpg
The image is converted but the image size is - 284 X 240.
This does not meet my requirement.
Please help...