Home
Circuits and Software
x86 Instruction Chart
9 Volt Battery Chargers
Solid State Circuit Breaker (20V 650mA)
Example POV-Ray Animation
Example Virtual Machine
Salt Flats & Aeromods
Power Supply References
Audio Amp + Spice References
Railroad Tracks
Benchmarks
Image Processing
The Bike Shed
KFC 'Secret' Recipe
Sample Programs
Mods for the TRS-80 Color Computer

Image Processing


exif: Extract Thumbnails from Digital Photos

exif -e HPIM4809.JPG -o thumb4809.jpg

Extract the thumbnail image from an HP digital photo.

[FreeBSD] / ports / graphics / exif

Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the image. The EXIF library allows you to parse an EXIF file and read the data from those tags.

http://sourceforge.net/projects/libexif/


libgd - Boutelle Graphics - gcc command line

gcc imgpage.c -I /usr/local/include -L /usr/local/lib -lgd

Command line for compiling a C program that uses the GD graphics library.

The GD library creates PNG, JPEG and GIF images, among other formats. GD is commonly used to generate charts, graphics, thumbnails, and most anything else, on the fly. While not restricted to use on the web, the most common applications of GD involve web site development.

Manual

Back Next


sparksandflames.com
contact@sparksandflames.com
Copyright © 2008, 2010, 2011, 2012