summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/filters
Commit message (Collapse)AuthorAgeFilesLines
* Refactor filters parametersnicolasroard2013-02-0526-173/+523
| | | | | | | - introduce FilterRepresentations - change filters lifecycle Change-Id: I9416fca47a334d532a347cd5577795738c870933
* Switch Gallery over to RS compatibility library.Tim Murray2013-02-041-4/+2
| | | | Change-Id: If27809236534f3b196949bf455faed45c99f3da5
* fix performance problem with large images in drawJohn Hoford2013-02-011-6/+4
| | | | Change-Id: I9fa5a90e58273c6dd6e80d7d0bf07c3371a6f10e
* fix sharpen to work under the new systemJohn Hoford2013-02-011-6/+12
| | | | Change-Id: I25518a05511c8b2279ba171bc3902e8cb3181c19
* Fix curves refresh bugJohn Hoford2013-02-011-1/+19
| | | | Change-Id: I5c85dcfa118345d24a5fef120541741e7d1cbdd6
* add color selection ui to drawJohn Hoford2013-01-301-37/+223
| | | | Change-Id: Ie2fa3522141e4f98e2b7f805c1ebe3385083bb02
* Clean up invalidate / redraw loopnicolasroard2013-01-301-0/+3
| | | | | | Move the recopy to the main thread Change-Id: I8c94179e292f5679b7c817b6bd5000ee384b83ce
* Revert "Switch Gallery over to RS compatibility library."Stephen Hines2013-01-231-2/+4
| | | | | | This reverts commit 0746ce0977cde616d25ce35fee0d8d554235a21c Change-Id: Ic0fb6c60e5f40b53ad032afeafe2f9ff70c26b50
* Switch Gallery over to RS compatibility library.Stephen Hines2013-01-221-4/+2
| | | | Change-Id: If6eaea15a12a1448b402fb00dfd770b3749471ad
* Better caching for RS filtersnicolasroard2013-01-222-13/+41
| | | | Change-Id: I78eaa90e408059cf1c59fc06920f5aef82ae2c0d
* refactor the filter/editor relationshipJohn Hoford2013-01-182-1/+8
| | | | Change-Id: I1f9a735166c28c65734fbb85201774fb6f664076
* refactoring imageshowJohn Hoford2013-01-151-0/+6
| | | | Change-Id: I6d0872250b31a427ea6a3e46bd1c9ca5f3ba92ee
* Refactoring button class. Minor bug fixes.Ruben Brunk2013-01-115-20/+142
| | | | | | | Bug: 7875246 Bug: 7459118 Change-Id: Ic1099a7ae0feeeb16c8be3035f9726805149666e
* Add a Draw filterJohn Hoford2013-01-081-0/+302
| | | | Change-Id: I67aecc9241b4534491fb838b84d0da1a6edbbb54
* Made downsampling filter preview accurate.Ruben Brunk2012-12-191-6/+19
| | | | | | Bug: 7892268 Change-Id: I9ab3a7f5077b718ed54206666ef9ef289db8facc
* Improved performance for Kmeans filter.Ruben Brunk2012-12-171-2/+39
| | | | | Bug: 7739334 Change-Id: I5ab1eb429d65f84449a61deca962a47f2b6dbc8b
* Added downsampling filter.Ruben Brunk2012-12-131-0/+68
| | | | | Bug: 7690079 Change-Id: I235524127da848b1cbcca159cec43d1e0dcb5bf2
* Merge "Refactoring: removed unused filters." into gb-ub-photos-bryceRuben Brunk2012-12-134-148/+0
|\
| * Refactoring: removed unused filters.Ruben Brunk2012-12-134-148/+0
| | | | | | | | Change-Id: If6344fde16607ab9dddb25922d295b1df205df6b
* | Fix Seekbar infinite recursion.Ruben Brunk2012-12-131-4/+8
|/ | | | | | Bug: 7739384 Change-Id: Ie76d6741be4d08f3f9919662f1ad558c809aa5bd
* Added K-Means clustering filter.Ruben Brunk2012-12-132-0/+73
| | | | Change-Id: If8961d4a21de953b754cf74aefc222b6bec902a3
* Added sobel filter for edge function.Ruben Brunk2012-12-121-0/+40
| | | | Change-Id: I4d59a96585f4902cd01d26ff68c777b542041132
* Added photonegative filter.Ruben Brunk2012-12-123-0/+56
| | | | Change-Id: I73594573b26873cb3fda49aca6d40761dec3707f
* Cleanup filters creation in presetsnicolasroard2012-12-111-0/+4
| | | | | | bug:7688780 Change-Id: If330d02e3c0f43cffbce5327b26f0af44d2416c8
* More refactoring...nicolasroard2012-12-075-9/+48
| | | | | | | Simplify management of filters in PanelController bug:7688780 Change-Id: I0d07711cb2be127f064d476c6e98f4363b69b06c
* More refactoring. Makes it easy to specifynicolasroard2012-12-072-0/+26
| | | | | | | how the button should look like (overlay img or not). bug:7688780 Change-Id: If883c6886ade409dac7d72c87a514bd3fcd3ad7f
* Refactor filters to simplify their creation/additionnicolasroard2012-12-0612-0/+136
| | | | | Bug:7688780 Change-Id: I9e1bb860dc9150bed4a255118654f2ca7f1ec3f0
* Fixed Autocolor not getting saved.Ruben Brunk2012-12-061-0/+5
| | | | | Bug: 7541348 Change-Id: Ie62aa8abec78441ae0e42cb4069ddbd7d2f3e199
* Removed old crop.Ruben Brunk2012-12-061-1/+1
| | | | | Bug: 7441237 Change-Id: I29801f798a1d1ad3af81a82950edbb8a72ccae82
* Added support for Crop extras. Wallpaper & Widget use editor crop.Ruben Brunk2012-12-061-5/+40
| | | | | | Bug: 7561976 Bug: 7441237 Change-Id: I0d6644171177650568ed911fc63c0c7e104f8d8c
* Implements Redeye fixnicolasroard2012-12-052-16/+177
| | | | | bug:7223838 Change-Id: I21d8d2c8f858fca2e86d18b927cbf6878eb64263
* Fix potential crashnicolasroard2012-11-282-0/+6
| | | | | | | (regression introduced with fix for 7406402) bug:7406402 Change-Id: I7ba92b4cb4fe2976583eba54a5bd25a29eae9d5c
* Fix flashing in geometry panelnicolasroard2012-11-281-0/+3
| | | | | bug:7406402 Change-Id: If2c6156349b90dfc57c56284ad6d821731e48e1a
* Merge "reduce size of tiny planet if malloc fails" into gb-ub-photos-archesJohn Hoford2012-11-281-3/+22
|\
| * reduce size of tiny planet if malloc failsJohn Hoford2012-11-081-3/+22
| | | | | | | | | | bug:7477815 Change-Id: I03fec9246e368fb7f929769dc5e5e6266761dc34
* | Minor fix for some FP rounding errors in crop.Ruben Brunk2012-11-271-1/+1
|/ | | | | | Bug 7566505 Change-Id: Ic3b849b26e0435e0e51a3ddd80c25d8e6e9949aa
* Fix tiny planet not using XMP metadata anymoreSascha Haeberling2012-10-311-9/+8
| | | | | | | | | Bug: 7452777 Background: Semantics of isPanoramaSafe has changed and should not be called from within the TinyPlanet filter at all. Change-Id: I6bada525d30d9ff21fdff99f52c6697c3f828c7e
* Fix default for tiny planetnicolasroard2012-10-241-0/+5
| | | | | bug:7410938 Change-Id: If43317c2ad1e22ca1a3d3de1eef91ea2556252dd
* Fixes TinyPlanet crashed due to too excessive memory usage.Sascha Haeberling2012-10-241-6/+10
| | | | | | Bug: 7409664 Change-Id: If82882ce7186500f5a3af769d490275233a6191c
* Add rotation to tinyplanet viewnicolasroard2012-10-241-1/+12
| | | | | bug:7389189 Change-Id: Ib072879190bcd96c552581bf9240876b10ca362d
* Move loadBitmap to async taskJohn Reck2012-10-241-31/+35
| | | | | | Bug: 7406705 Change-Id: I4e540e08d239d2e57f0ae6be5d70c8777cdbab2a
* Use XMP meta-data for correct tiny planets.Sascha Haeberling2012-10-231-11/+59
| | | | | | Bug: 7403766 Change-Id: Ie03d40d0396d352d6fe48c91b995a2f872c98a06
* Reworked crop/transform UI.Ruben Brunk2012-10-231-7/+7
| | | | | | | | Bug: 7385644 Bug: 7378335 Bug: 7366075 Change-Id: Iee7e0a0741b69269b08726bad45e29d86834054e
* add support for black and white filters, add rotation API to tiny planetJohn Hoford2012-10-232-2/+56
| | | | | | bug:7386370 bug:7389189 Change-Id: I1720893000c39edf28a356fb7b56634f004ef120
* Express the borders size in percentagesnicolasroard2012-10-231-2/+2
| | | | | bug:7379459 Change-Id: I14c91dbee0480a3880a11b166fcce3673c2ff3eb
* Add copyright noticesnicolasroard2012-10-2324-4/+362
| | | | | bug:7387634 Change-Id: Iaac0b55c9857f609312b78a613d074d323174ea1
* Fix geometry xforms & minor bug.Ruben Brunk2012-10-221-19/+0
| | | | | | | | | Bug: 7376048 Fixed geometry transform. Fixed minor bug where the foldername for saved edited images was incorrect. Change-Id: I901df11cf71cd987b354dd7821fef7a484b0cbd3
* Fix several issues with crop/straightennicolasroard2012-10-211-1/+5
| | | | | | | | | | | | bug:7386266 bug:7386270 bug:7385727 - use a transparent white for the bounds instead of green - add "rule of third" lines to the crop tool - improves preview image quality for geometric operations Change-Id: I94c233e7ea89d67451e7808fb71537d03a1c183d
* Revert partially CL ↵nicolasroard2012-10-211-0/+19
| | | | | | | https://googleplex-android-review.googlesource.com/#/c/243614/ bug:7384984 Change-Id: Id10c7ac08cc7aab4d2f4b19c88b20d0f3369807a
* Adds a tiny planet (stereographic projection) image filter.Sascha Haeberling2012-10-192-25/+39
| | | | | | | | | Bug: 7293391 Also fixes an issue where the preview value was statically set to 100. This adds a preview parameter value that can be set for this purpose. Change-Id: I68c4ec04e86ab8a29ef7f561e5f21a298003677e