Does anybody know how to convert images with MacRuby (or normal ruby)? I would imagine that the 'ScriptingBridge' framework would be able to handle it.
In addition, I would prefer not to use ImageMagick or the like (something lighter would be fine, however).
Thanks!
you can do this with MacRuby:
and you're done, NSBitmapImageRep#representationUsingType:properties: can takes NSBMPFileType, NSGIFFileType, NSJPEGFileType, NSPNGFileType or NSTIFFFileType for bmp, gif, jpeg, png or tiff