media.selectPhoto bloating image file size?

It sounds like we may be changing the compression when we save the local copy. I can ask engineering to stop what they are working on and look this up, but it doesn’t sound like it’s that huge of an issue. 

Rob

@Rob:

I understand of course that this may not be the most highly prioritized issue that your engineers may be working on but it would be nice if they could look at it when time permits.

However, just to understand what is going on: could you/they please just confirm that it is indeed a question of changing compression so that I don’t chase ghosts in my code…

Perhaps an idea to let users set own default jpg compression level somwhere, which every api respect, but probably not a huge issue no

@divmonkey
A new script with a single load and save shoukd confirm that as when nothing else is left, thats what is happening

@anaqim:

The code in my original post is all there is in this respect. Nothing is explicitly done with the image and I confirm the saved image file size  directly on the device via file sharing (on iTunes). My spontaneous conclusion would be that it has to do with the Corona compression but I cannot be sure.

What else could it be? Dont think youll get corona technicians to take a break at what they are doing to verify this for you.

Id say you got your answer. Its pretty common jpg behaviour as although there is a default setting on jpg compression, there is no standard so its up to each app developer how to handle this.

Please keep in mind that it is the holidays and getting any Engineering time right now is difficult. I looked around through the source today and we are just calling the device’s native features. I couldn’t track down where it came back. So I’ll have to ask someone to follow through with this, but it may be a bit before I can even get someone to look at this.  It might be best for you to file a bug report. Make sure to include a project that demonstrates the issue and the engineers can build, install, run and see the issue. Put that in a .zip file and use the Report a Bug link at the top of the page.

Rob