summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/filters/ImageFilterTinyPlanet.java
Commit message (Collapse)AuthorAgeFilesLines
* Modifications for simple editnicolasroard2013-04-291-1/+1
| | | | Change-Id: Ic200a4f1e843deb119d68f627d5b8adb201f0f7f
* tiny planet fixJohn Hoford2013-04-191-34/+12
| | | | | bug:8323524 Change-Id: I39283face7079574dbe25e797323a84141930f9a
* Fix xmp crashnicolasroard2013-03-151-0/+3
| | | | Change-Id: I256062b19e540fa77ff982552e62977789caf29b
* fix importsJohn Hoford2013-03-011-2/+0
| | | | Change-Id: I07ac06ae4890bfcae48ea404cf7e67c2b0c084d7
* refactor quality to be intJohn Hoford2013-02-121-1/+1
| | | | Change-Id: I0470abdbe75cf48c5228e80b9dc060ae6f3d8bbd
* Cleaning filtersnicolasroard2013-02-111-30/+1
| | | | Change-Id: I413b935f90cebdab37d3db73d7fcb0fe77a64579
* Move filter type to representationsnicolasroard2013-02-081-1/+1
| | | | Change-Id: I2d49447c57f4ff49001d27cdfa6482ca320c7a8b
* Fix tiny planet to work with the new frameworkJohn Hoford2013-02-081-14/+59
| | | | Change-Id: I57e87ade6f2cfdfee1b237cdfdf5914244ee98aa
* Refactor filters parametersnicolasroard2013-02-051-8/+2
| | | | | | | - introduce FilterRepresentations - change filters lifecycle Change-Id: I9416fca47a334d532a347cd5577795738c870933
* Refactor filters to simplify their creation/additionnicolasroard2012-12-061-0/+11
| | | | | Bug:7688780 Change-Id: I9e1bb860dc9150bed4a255118654f2ca7f1ec3f0
* reduce size of tiny planet if malloc failsJohn Hoford2012-11-081-3/+22
| | | | | bug:7477815 Change-Id: I03fec9246e368fb7f929769dc5e5e6266761dc34
* 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
* add support for black and white filters, add rotation API to tiny planetJohn Hoford2012-10-231-2/+3
| | | | | | bug:7386370 bug:7389189 Change-Id: I1720893000c39edf28a356fb7b56634f004ef120
* Add copyright noticesnicolasroard2012-10-231-0/+15
| | | | | bug:7387634 Change-Id: Iaac0b55c9857f609312b78a613d074d323174ea1
* Adds a tiny planet (stereographic projection) image filter.Sascha Haeberling2012-10-191-25/+29
| | | | | | | | | 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
* Add the infrastructure to support Tiny PlanetJohn Hoford2012-10-191-1/+13
| | | | | bug:7293391 Change-Id: I25d95b78a832fa5f20b661e13c4028041517da19
* First cut at a skeleton for the TinyPlanets filter.Sascha Haeberling2012-10-181-0/+36
Bug: 7344426 This is not hooking up the real algorithm yet, but unblocks Doris so she can add the button while we rewrite the algorithm. Change-Id: I685b6c189e8ac124670db53c37565c4f1ff1f606