Is there a program/script that can scale many pictures to a certain size? Which also keeps the aspect correct? Sometimes i help a friend resize many scanned pictures. And using gimp it takes a lot of time. Would help a lot if i could just use a program and choose all files in the drawer and just wait while they had been resized to whatever size i wanted.
Doesn't matter what i use as long as it works the way i want.
What does it mean with indexed pictures? And why not able to write over the original file?
I can test it if you want me to.
Quote:
Note that DBP is intended for RGB, not indexed images. Trying to process an indexed image will probably just cause an error, and DBP will halt. Also, DBP will not overwrite the original image (in fact, it should not overwrite any file) - images must at least be either renamed (possibly by changing the image format) or moved to a different directory.
If you have AdPro you can do this with their batch processor "FRED". Through AREXX it even asks you about width, height, pixel aspect, percent scales, lock aspect, etc. prior to the batch processing. Easy to select an entire directory to operate on.
Only issue with older s/w like this would be in any format (current) not recognized by the loaders.
- Kimmo --------------------------PowerPC-Advantage------------------------ "PowerPC Operating Systems can use a microkernel architecture with all it�s advantages yet without the cost of slow context switches." - N. Blachford
I was going to suggest ADPro too but not with FRED but with ProControl many a batch file run I would do with this back in the day...
Usually images created by Imagine and compiled into an animation was on the cards. Everything including the individual load, save, operate modules were configurable...
I still use ADPro over anything for my graphic manipulation... bugger the file formats like PNG etc
~Yes I am a Kiwi, No, I did not appear as an extra in 'Lord of the Rings'~ 1x AmigaOne X5000 2.0GHz 2gM RadeonR9280X AOS4.x 3x AmigaOne X1000 1.8GHz 2gM RadeonHD7970 AOS4.x
@Slayer As I recall, the ancient (but brilliant) commercial program ImageStudio should be able to do what you want, and in fact a lot more. It's mostly driven by ARexx scripts, which means they give the appearance of being part of the program (using it's own requesters, etc).
I wrote (well modified) an ARexx script to (optionally) convert a folder of images to a particular file format, depth & dithering while cropping it & renaming the file extension.
I use the jpegtools (I think they're called) and a button in DOpus to do batch scaling and rotation of multiple camera pics.
Of course you could also create a script too using jpegconv or what it was called.
Note: If you have a shitload of images in different directories I recommend using onyxsoft.se:MultiRen to generate the script. Just load all images and export the list as text and choose the advanced export method. Then you can add the tool and parameters and input and output filenames. Even multiple lines for each file if you also need to delete or do some other processing too!
Then save as a file and execute in a shell
Software developer for Amiga OS3 and OS4. Develops for OnyxSoft and the Amiga using E and C and occasionally C++
@Antique I would definitely use iBatch, it is the easiest way to go, as iBatch was especially designed for such purposes. It has been rated as "must have" for digital image processing by AmigaFuture. These features will help you:
- resize selected/all images of a given dir (keep aspect ratio). - rename/renumber those images. Use scanning date for renaming etc... - add EXIF header to every image (especially an embedded preview thumbnail can be added for every image). EXIF headers are used for e.g. fast thumbnailpreview etc. by LoView and other programs. Thumbs from Thomas Rupprat does not support EXIF Headers (which is sad...).
Please download Version 1.3 from iBatch website or Aminet. The one from OS4Depot is absolutely outdated. At the moment OS4 Depot is not updated from iBatch side (which will change in the near future).
If you are interested, you can also use V 1.4 which is not published yet, but a stable release candidate. Use iBatch supportmail (ibatch@web.de) in order to contact me !
@antique loading in tif format already works... (sort of). Saving in tif format is not supported yet, and probably won't be supported in the near future. If loading in tif format is a solution for you I can implement it properly. Just tell me... and give me a timeframe.
For now (in Version 1.3) you have to change filextension from your inputimages into a supported format (e.g. testimage.tif -> testimage.bmp). Use e.g. renplacer for this.
*iBatch thinks it is a bmp format even if it is a tif image...