Search found 1 match

by reel
Mon May 27, 2013 11:48 am
Forum: XnConvert
Topic: How to resize image to size depends on original image size
Replies: 1
Views: 894

How to resize image to size depends on original image size

I have a lot of png's with difference size that I want to make square and power of two.
For, example:
144x60 I want to make 256x256
400x200 -> 512x512

Is it possible to resize all of pngs in one script/command?