Page 1 of 1

Image Slicing Trick using Crop feature...

Posted: Wed Nov 13, 2013 1:57 pm
by hassan
Hello, I am using Xnview for conversion of .EPS files to .GIF files for many years and recently I needed an Image Slicer. I tried Crop feature of "Batch Processing" to cut my image into 3 parts, top half, lower (half) left and lower (half) right... It works fine, if I do this separately (hectic and time consuming), I want to do this all cropping / slicing in one go... here is the script file I tried to use, but no luck... plz comment and guide...

Code: Select all

crop( 0 0 634 350 )
settings( 1 0 0 0 0 0 0 )
output_path( E:\workarea\imageslicingtryout\upperhalf )
output( gif 0 0 )
crop( 0 350 317 518 )
settings( 1 0 0 0 0 0 0 )
output_path( E:\workarea\imageslicingtryout\lowerleft )
output( gif 0 0 )
crop( 317 350 317 518 )
settings( 1 0 0 0 0 0 0 )
output_path( E:\workarea\imageslicingtryout\lowerright )
output( gif 0 0 )

Re: Image Slicing Trick using Crop feature...

Posted: Wed Nov 13, 2013 7:27 pm
by xnview
sorry but it's not possible