GPX is a standard XML format used for describing GPS data.
One possible source for such information is, for example, a GPS data logger.
The path from GPX to Google Maps can be completed in 3 simple steps:
Tags:
Google Maps,
GPX,
KML,
KMZ
No Comments »
Almost one year after jumping into the mac world, these are my must-have (free) apps for Mac OS X:
Tags:
Connect360,
cyberduck,
DivX for MAC,
Exif Viewer,
ffmpegX,
Flip4Mac,
Geotagger,
GIMP,
GPSPhotoLinker,
Little Snitch,
mamp,
MenuMeters,
MPEG Streamclip,
NeoOffice,
NTFS-3G,
TextWrangler,
TVUPlayer,
UnRarX,
utorrent,
VLC,
XCode
1 Comment »
Just as easy as resizing images with mogrify…
1. Download and install GIMP
2. Open Image

3. Filters -> Light and Shadow -> Drop Shadow

Tags:
GIMP,
Image Manipulation
No Comments »
Couldn’t be easier!
Simply:
1. Install ImageMagick
2. Setup the needed environment variables:
export MAGICK_HOME="/opt/local/var/ImageMagick-6.5.3"
export PATH="/opt/local/var/ImageMagick-6.5.3/bin:$PATH"
export DYLD_LIBRARY_PATH="/opt/local/var/ImageMagick-6.5.3/lib"
3. Resize:
bash-3.2$ /opt/local/bin/mogrify -resize 525x700 image.jpg
(NOTE: Overwrites image (does not create a new image))
Tags:
Image Manipulation,
ImageMagick,
Mogrify
No Comments »