Image Slicing Trick using Crop feature...

Ask for help and post your question on how to use XnView Classic.

Moderators: helmut, XnTriq, xnview

Post Reply
hassan
Posts: 2
Joined: Wed Nov 13, 2013 1:45 pm

Image Slicing Trick using Crop feature...

Post 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 )
User avatar
xnview
Author of XnView
Posts: 46255
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Image Slicing Trick using Crop feature...

Post by xnview »

sorry but it's not possible
Pierre.
Post Reply