-resize using image size information
Posted: 2015-08-03T21:59:43-07:00
I have successfully resized the image without preserving aspect ratio using the following:
-resize 800x400!
...but I am unable to get any result using the image size information instead. There is no change in image using this:
-resize "%%[fx:w]"x"%%[fx:w/2]!
Is this a syntax issue?
Thanks for any help.
-resize 800x400!
...but I am unable to get any result using the image size information instead. There is no change in image using this:
-resize "%%[fx:w]"x"%%[fx:w/2]!
Is this a syntax issue?
Thanks for any help.