Tag: imago

  • New version 0.0.2

    New version 0.0.2

    I have released a new version. This is mostly just an update of the Cairo libraries to the latest snapshot from CVS. I made a minor change in Fl_SVG_Image so that the ARGB byte swapping is done on all platforms. This makes is easier for me to update the Cairo libraries (less changes to the…

  • Download Imago

    Download Imago

    The latest release is 0.0.2. This an alpha release and may be totally broken while I work on getting everything together and solidifying the API. I will do a 0.1.0 release once everything is straight and seems to work. Binaries of the library are available (shared and static library for use with FLTK). The Linux…

  • Imago Documentation

    Imago Documentation

    When compiling, the build system assumes fltk-1.1.6 is in the same directory as the Imago source. For example, you should have something like the following: /home/user/devel/fltk-1.1.6/home/user/devel/imago or C:\devel\fltk-1.1.6C:\devel\imago The API reference is available in Doxygen form. I have a number of outstanding issues with Cairo: Image renderer is a bit too slow. Image renderer outputs…

  • FLTK Imago

    FLTK Imago

    Welcome. Imago aims to be a set of advanced imaging extensions for FLTK. This first release adds basic SVG (Scalable Vector Graphics) image support. SVG is similar to Postscript or PDF except it is based on an XML file format with optional gzip compression. Take a look at the specifications if you are interested in…