proposal of modifications on source code

0 views
Skip to first unread message

ueilat

unread,
Mar 12, 2009, 7:56:38 AM3/12/09
to Big Five Safari iPhone Apps
I'm working on big5.
My suggestion is to add more configurations to give more flexibility.
For example:

By default camera photo after taken must be edited. So the result is a
squared photo. I think that several people are not interested so could
be a parameter setup. I changed in bigviewcontroller.m the line 369
picker.allowsImageEditing = YES;
The best should be a call from javascript to be able for different
step of the software have differents solutions.


Second example dimension of the resized photo or image taken from
archive. The code is in helper.m and the line is int kMaxResolution =
320; // Or whatever
Here again the best setup from js (so the user can decided to upload
small medium high dimension of photo.

Last the compression of JPG. Again in helper.m I modified in NSData
*imageData = UIImageJPEGRepresentation(image, 0.85); to reduce the
dimension of the posted photo. a 1660x1200 is 1.6 MB too much for gprs
or edge.
With 0.85 is 500kb. Again if I can setup by JS it will be perfects!!!

Otherwise if not possible to call from JS to config in settings.h

Thank you very much and my compliment for the very good code....
Reply all
Reply to author
Forward
0 new messages