Demos & Samples
#saving 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.13 Writing EPS and PDF
Saves an image and graphics as PDF and EPS file (as bitmap and as vector).
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.