Can I save (write to file) UIImage object as bitmap file (.bmp extension) in iPhone’s document directory?
UIImage
Thanks in advance.
Since BMP is not a compressed format, is this a good idea?
Presumably, image size is even more important on portable devices.