Hi Alphapage, On Sat, Oct 22, 2011 at 9:38 AM, Alphapage <[email protected]> wrote:
> Hello, > > I try LoadFromData without success, but according to this post: > http://forums.macrumors.com/showthread.php?t=558573 > "UIImageJPEGRepresentation() returns the data for a jpeg representation. > This isn't the raw image data. You'd need to use CoreGraphics functions to > get to the data." > > So, UIImage.AsJPEG() returns all bytes in the file as I understand and not > only the raw pixels bytes required. > Am I right ? > Correct. It returns the bytes as you'd read them from a jpeg file. Hope that helps! Jeff
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
