Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
196 user(s) are online (114 user(s) are browsing Forums)

Members: 0
Guests: 196

more...

Headlines

 
  Register To Post  

« 1 (2)
Re: Scaling many pictures
Just popping in
Just popping in


See User information
ImageConverter:


ImageConverter DH0:MyFolder/#?.tif -w 800 -h 600 -of DH0:800x600/%f.png -f PNG


- requires TIF Datatype
- saves only as JPEG, PNG, IFF-ILBM and BMP
- handles Alpha Channel correctly and saves it in IFF-ILBM (ArtEffect compatible), PNG, BMPv5

Aspect ratio is preserved, 800x600 would be max dimensions.
Many other options are possible.

Same code as iBatch, only CLI Tool and not GUI.

Go to top
Re: Scaling many pictures
Site Builder
Site Builder


See User information
I like to use mogrify, which is part of the imagemagick project, and exists on various operating systems (http://aminet.net/search?query=imagemagick). It is a shell command that does a lot of things. Let me give you a few examples.

- batch image resize keeping ratio intact
mogrify -verbose -resize 800x800 -quality 80% *.jpg

- batch image resize to the dimension exactly, stretching the images
mogrify -verbose -resize 800x600! -quality 80% *.jpg

- batch image resize keeping ratio intact, auto rotates the images if the orientation info exists in the exif info of the file
mogrify -verbose -resize 800x800 -auto-orient -quality 80% *.jpg

- batch image like previous example, but enhances the colors and brightness of the images, for better quality
mogrify -verbose -resize 1000x1000 -auto-orient -quality 85% -normalize *.jpg

Follow me on
Ko-fi, Twitter, YouTube, Twitch
Go to top
Re: Scaling many pictures
Quite a regular
Quite a regular


See User information
> ImageFX is always an option. Macro recording etc is avauilable as well as batch processing modes.


Slightly OT, does anyone here know how to load a PNG image into ImageFX and keep its alpha level. When I load a PNG IFX does ask whether I want to load the Alpha or not, and even selecting Yes, IFX manages to somehow lose the alpha part of the image, which makes it pretty useless for modifying PNG or OS4 icons

Go to top
Re: Scaling many pictures
Just popping in
Just popping in


See User information
@BillE

Perhaps IconEd will do what you want?

http://os4depot.net/share/graphics/iconedit/32biticoned.lha

Go to top
Re: Scaling many pictures
Quite a regular
Quite a regular


See User information
@Lemen

> Perhaps IconEd will do what you want?

I have tried that already, it is useful but a bit too limited especially for my artistic abilities.

Anyway thanks to Cecilia who pointed me in the right direction. There are updated PNG loaders and savers on the Image FX 4.5 update disk. They never got installed so I added them manually and PNGs load properly now with the alpha information

Go to top

  Register To Post
« 1 (2)

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project