Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/halfbyte/ilbm-decoder


https://github.com/halfbyte/ilbm-decoder

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# Naive IFF-ILBM Decoder

Parsing and displaying IFF ILBM format files in pure JavaScript. Because I can.

## Caveats

This needs to be properly encapsulated, refactored and tested against more images, it is currently not more than just a proof of concept.

## Usage

Open up index.html in Chrome and drop a valid IFF-ILBM. The parser currently ignores a lot of things. If you need a more complete solution, look here:

http://wiesmann.codiferes.net/wordpress/?p=17256

(I wrote this as a fun exercise to see how quickly I would manage to decode the format)

## Credits

Example image (cyclone.iff) by cyclone, Symposium '96 gfx competition.

## License

The MIT License (MIT)

Copyright (c) 2013 Jan Krutisch

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.