Super Batch Convert
Posted: Thu Feb 13, 2014 8:14 am
We had these days some requests about improving the navigation and cropping in our Batch Processing engine.
IMHO these request can be very elegantly handled together and more, enhancing a lot the batch cropping feature making the best in class solution for digitizing companies and for any other user who have a lot of images (usually from scanner) who need cropping. Yes, I know - we did a lot of these, both in cooperation with big companies and by ourselves.
The GUI should look something like this:
...With the appropriate tooling to batch apply the crop box to the selected photos, to all photos, "from Current Photo till Begin/End" etc.
As you see, is very easy to do it, in fact just a relocation of the existing screen widgets from separate tabs together and a link between them.
Internally the program will have in the list of files two fields: Filename (a string - field which already exists) and CropBox (a structure of 5 numbers: 4 integers describing the cropping rectangle and a float for the rotation angle). Of course, when CropBox is (0,0,0,0,0) means No Crop.
Also, the crop box should be used not only for cropping but also it will act like a mask for different filters.
IMHO these request can be very elegantly handled together and more, enhancing a lot the batch cropping feature making the best in class solution for digitizing companies and for any other user who have a lot of images (usually from scanner) who need cropping. Yes, I know - we did a lot of these, both in cooperation with big companies and by ourselves.
The GUI should look something like this:
...With the appropriate tooling to batch apply the crop box to the selected photos, to all photos, "from Current Photo till Begin/End" etc.
As you see, is very easy to do it, in fact just a relocation of the existing screen widgets from separate tabs together and a link between them.
Internally the program will have in the list of files two fields: Filename (a string - field which already exists) and CropBox (a structure of 5 numbers: 4 integers describing the cropping rectangle and a float for the rotation angle). Of course, when CropBox is (0,0,0,0,0) means No Crop.
Also, the crop box should be used not only for cropping but also it will act like a mask for different filters.