Friday 22 July 2011

Rebol image resizer

Here you can find a simple image resizer wrote in Rebol, it make image smaller in size easily and you can resize many images at one time!
Link: http://www.rebol.org/view-script.r?script=resizer.r

3 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. It can only save PNGs, though...
    But instead of saving as PNG you can 'CALL some imagemagick-like command line tool for more image (format) options.

    ReplyDelete
  3. You are right. Rebol natively can read many images format, but can save only in PNG or BMP. I will update the script very soon with BMP write support. In order to maintain the script cross-platform, it hasn't to call external software. However the script is open-source, so you can change it very easily!

    ReplyDelete