summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/photoeditor/BitmapUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* Save edited photo in the source photo directory if applicable.Yuli Huang2012-04-101-5/+3
| | | | | bug:6168430 Change-Id: I97d8cf1d286bc4d5d7c38ba5118b9a952f17b252
* Remove unnecessary code.Yuli Huang2011-12-021-43/+6
| | | | | | | Revert BitmapUtils changes made in cl:122870 as crop/rotate is now done in MFF. Change-Id: I3733c9acf911c4f694dd21dd533b0dd07350acea
* Fix b/5501285 by ensuring bitmap in ARGB8888 format.Yuli Huang2011-10-271-2/+9
| | | | Change-Id: I48ece547543207ba92276962fc6131859f615313
* Fix b/5287869 (and b/5369640).Yuli Huang2011-09-281-1/+4
| | | | | | | Images from some app (MMS) may not have columns that PhotoEditor tries to query, for example: the orientation. Just ignore the absent columns. Change-Id: I1cda4e32241d9be7819453ede225388c7535c18c
* Fix b/4643148: Make PhotoEditor integrated into Gallery.Yuli Huang2011-09-131-0/+239
1. Move PhotoEditor code/resources into Gallery for single apk. 2. Change PhotoEditor package to com.android.gallery3d.photoeditor. 3. Rename PhotoEditor resources to avoid mess up Gallery resources. 4. Move Doodle effect from fix-effects to color-effects. 5. Update PhotoEditor bottom action-bar background. Change-Id: I1a2f7d27d89a14fe6a0435575b993ed8b75e6bf4