[swift-users] More graphics libraries. This time it's image loading.

David Turnbull dturnbull at gmail.com
Mon Feb 15 13:39:28 CST 2016


I've made progress with the image decoders. BMP, GIF, and PNG are working.
I also added an image viewer to the demos. 100% Swift all the way from the
file to OpenGL. Even inflate is Swift.

https://github.com/AE9RB/SwiftGL

-david

On Mon, Feb 8, 2016 at 10:42 AM, David Turnbull <dturnbull at gmail.com> wrote:

> I just pushed a framework for cross platform image loading. Some of the
> features...
>
> - Linux and 32-bit compatible.
> - Detection of format from raw data, not filename.
> - Imports into 8 bit, 16 bit, and HDR channels.
> - HDR gamma conversion.
> - RGB to greyscale using luminance.
> - Optionally loads into unsafe buffers.
> - 100% Swift.
> - Fast.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-users/attachments/20160215/a9cc0e50/attachment.html>


More information about the swift-users mailing list