nagyistoce / iphone-photo-picker

Automatically exported from code.google.com/p/iphone-photo-picker
0 stars 0 forks source link

maxsize does not seem to work #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. set maxsize in the "photopicker://..."
2. take a picture and see that the uploaded picture is still large

I looked through the source code and see no reference to "maxsize"

Original issue reported on code.google.com by RightWay...@gmail.com on 27 Apr 2012 at 4:16

GoogleCodeExporter commented 9 years ago
figured it out, never mind
for those looking at the same issue, just change the 0.85f

self.imageData = UIImageJPEGRepresentation(image, 0.85f);

to whatever is appropriate for you

Original comment by RightWay...@gmail.com on 27 Apr 2012 at 5:28