Demos & Samples
#loading filter is applied. Clear filter
A Load and Save
A.01 Loading and Saving Images
Demonstrates various methods how to use Graphics Mill to load and save images. Both simple syntax to load a single image and more advanced techniques (to load multi-image files) are presented.
A.02 JPEG Format
Loads and saves JPEG images.
A.04 TIFF Format
Loads and saves TIFF images (both single and multiple pages).
A.06 PNG Format
Loads and saves PNG images. Converts a bitmap to a palette-based image optimized for web.
A.07 BMP Format
Loads and saves BMP images.
A.08 GIF Format
Loads and saves GIF images. Converts a bitmap to a palette-based image optimized for web.
A.09 Animated GIF
Creates an animated GIF. Extracts all frames of animated GIF and resizes GIF without loosing the animation.
A.10 WebP Format
Demonstrates how to convert an image to WebP format (both simple and animated).
A.11 RAW Format
Reads RAW image format.
A.12 Extract TIFF Preview from EPS
Extracts TIFF preview from EPS file.
A.14 TGA Format
Loads and saves TARGA images.
A.15 PNG NeuQuant
Demonstrates how to reduce 24-bit colors to 8-bit using NeuQuant algorithm and save the result to PNG. Comparing to classic color quantization algorithms, NeuQuant provides much better quality and preserves alpha channel, scarifying the performance.
F Metadata
F.02 Thumbnail from EXIF
Demonstrates very efficient technique to receive thumbnails for JPEG files - it extracts them from EXIF and if it doesn't exist, it resizes the JPEG file in a classic manner.
I PSD Format (Adobe Photoshop)
I.01 Merge and Resize
Reads PSD images (including multilayered ones). Loads each layer, combines them together and creates a thumbnail.
I.02 Modify and Merge Layers
Demonstrates how to parse, modify and merge layers of PSD file.
I.03 Curved Text
Demonstrates how to parse and merge layers of PSD file with curved text.