A generic hierarchical file format. BHM can be seen as the binary equivalent of XML. It allows flexible hierarchies of any type of data, in a platform-independent way. BHM however trades XML's readability for compactness and speed of processing.
A Windows control that plays GIF animations.
It comes with a platform-agnostic GIF file loader. You'll need to embed the GIF as a raw binary then create a temporary stream to package images, the resource compiler isn't up to it.
The control uses the timer to update the animation.
It's written in pure C, and only exposes three functions. Register at start-up, and create with "GIFAnimation" as the class name using CreateWindow.
This is a set of command line tools that are useful for editing image metadata. Currently it contains the following tools:
* image2xml
* xml2image
* mpo2jps
Currently supported file formats are:
* jpeg (jfif or exif)
* mpo
* jps.
These tools are mostly useful for editing metadata.
image2xml can also generate a .h header file with the offsets of different metadata in the binaryfile.
This could be used in small devices that generate jpeg/mpo/jps images where metadata construction from scratch is not required.
This is a lightweight and fast library for reading and writing any PNM file - PBM, PGM and PPM, up to 16 bits per sample, in ascii/binary format. Library contains also a Python bindings - module pixfiles with PixFile class.
Utility running on Win32.
Imports vector graphics in EMF format from clipboard.
Saves as binary EMF-file or in a textual description that is intended to be read in again.