aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/image_gif.c
Commit message (Collapse)AuthorAgeFilesLines
* Update GDISP image code to fully use new GFILE'sinmarket2014-02-071-53/+52
|
* Add multiple display support to image decoding.inmarket2013-10-241-49/+49
|
* compiler warningsJoel Bodenmann2013-10-211-1/+1
|
* fixed license headersJoel Bodenmann2013-07-211-1/+1
|
* Image decoders not setting image type correctly.inmarket2013-07-081-0/+1
|
* License header updatesinmarket2013-06-151-1/+1
|
* GOS module, for operating system independanceinmarket2013-05-251-5/+3
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* Fix GIF rendering issueAbhishek Kumar2013-05-211-0/+2
| | | | | Uninitialized cache values causes stability issues in systems Cache initialized to 0 fixes it.
* docsJoel Bodenmann2013-05-201-1/+4
|
* More Image FixesAndrew Hannam2013-05-091-7/+7
| | | | GIF Interlaced offset Fixes and area reveal offset fixes
* Image Decoder FixesAndrew Hannam2013-05-091-43/+72
| | | | | Fixes to memory allocation for BMP and NATIVE Fixes to source offset images for GIF
* updated license headersJoel Bodenmann2013-05-031-18/+5
|
* Revert "updated license headers"Joel Bodenmann2013-05-021-8/+19
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* updated license headersJoel Bodenmann2013-05-021-19/+8
|
* GIF image handlingAndrew Hannam2013-04-201-14/+1156
| | | | | | GIF image handling Updates to Image structure to make memory accounting optional Add set image background color to handle animated transparency.
* New GDISP image handling with demoAndrew Hannam2013-04-031-0/+47
Images currently support Native and BMP (except RLE4,8 and 16 bit - due to bugs) Supports reading from Memory, BaseFileStream or real files (only on the Win32 simulator). Move gdisp_pictures demo to better refect its purpose. Bug fixes for BMP RLE4,8 & 16 bit to come very soon GIF support very soon.