Page 1 of 1

Image resizer released

Posted: 09 Jun 2005, 23:26
by Buggi
Image

I tweaked it a little. You can edit images that are >= or == to the size you specifiy. So if you put 32x32 in and have all greater than, it'll do everything higher and equal to 32x32. If you use equals, it'll just do 32x32 images only.

One IMPORTANT NOTE is that the == takes priority over >=. So if you have numbers in all 4 boxes, it'll be the second pair of numbers that take priority always.

Like I said before, this is just a little app I threw together for my own use, I really had no intension of releasing it, but some people expressed interest in it. So here it is. Please don't request new features or whatver. If a bug surfaces, I can take care of it. :-)

Get it:
http://www.epicedit.com/ImageResizer.zip

When it resizes, it uses a High quality Bicubic algorithm, and saves as 24bpp. It only does BMP files. :P

-Buggi
p.s. Yes, it's a C# app.