I am using getImageData(), I don't see a getData() method. Your thoughts on the best approach to read in bytes into an Image that I can display Then when the user bails from this module we convert back to bytes and compare against original bytes (If different then we savechanged data)
Thoughts? Regards On Saturday, July 6, 2019 at 1:07:49 AM UTC-4, Shai Almog wrote: > > You are re-encoding the image. Different image encoders will produce > different results, since we use the native facility for image encoding > you'll get different results on iOS, Android, simulator etc. > If the image is an EncodedImage just use getData() to get the encoded > bytes. > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/e07d7202-bfa1-46a2-9f30-76a9adbc507b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
