This is a blog about Rebol, it's a fantastic free programming language, it permits easily to create complete software with few lines of code. It's cross-platform, so if you write it on Windows, it will work on Linux and Mac, and vice-versa. You can produce also wonderful GUI with just 3 lines of code!
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!
This comment has been removed by the author.
ReplyDeleteIt can only save PNGs, though...
ReplyDeleteBut instead of saving as PNG you can 'CALL some imagemagick-like command line tool for more image (format) options.
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