graphicsmagick-1.3.12

Paint programs, vector editors, 3d modelers, animation editors, etc.
Post Reply
Message
Author
User avatar
Dingo
Posts: 1437
Joined: Tue 11 Dec 2007, 17:48
Location: somewhere at the end of rainbow...
Contact:

graphicsmagick-1.3.12

#1 Post by Dingo »

*graphicsmagick-1.3.12* (compiled in Puppy 3.01)
*graphicsmagick-1.3.12* (compiled in Puppy 4.3.1)
- http://dokupuppylinux.co.cc/programs:graphicsmagick (download)

man page is included (type man graphicsmagick for fully comprehensive man)

almost all the power of imagemagick in a single executable! (790 KB)
GraphicsMagick is the swiss army knife of image processing. Comprised of 282K physical lines (according to David A. Wheeler's SLOCCount) of source code in the base package (or 952K including 3rd party libraries) it provides a robust and efficient collection of tools and libraries which support reading, writing, and manipulating an image in over 88 major formats including important formats like DPX, GIF, JPEG, JPEG-2000, PNG, PDF, PNM, and TIFF.

Image processing may be multi-threaded using OpenMP so that CPU-bound tasks scale linearly as processor cores are added. OpenMP support requires compilation with GCC 4.2 (or later), or use of any C compiler supporting at least the OpenMP 2.0 specification.

GraphicsMagick is quite portable, and compiles under almost every general purpose operating system that runs on 32-bit or 64-bit CPUs. GraphicsMagick is available for virtually any Unix or Unix-like system, including Linux. It also runs under Windows 2000 and later (Windows 2000, XP, and Vista), and MacOS-X.

GraphicsMagick supports huge images and has been tested with gigapixel-size images. GraphicsMagick can create new images on the fly, making it suitable for building dynamic Web applications. GraphicsMagick may be used to resize, rotate, sharpen, color reduce, or add special effects to an image and save the result in the same or differing image format. Image processing operations are available from the command line, as well as through C, C++, Perl, PHP, Tcl, Ruby, or Windows COM programming interfaces. With some modification, language extensions for ImageMagick may be used.

GraphicsMagick is originally derived from ImageMagick 5.5.2 but has been completely independent of the ImageMagick project since then. Since the fork from ImageMagick in 2002, many improvements have been made (see NEWS) by many authors using an open development model but without breaking the API or utilities operation.

Here are some reasons to prefer GraphicsMagick over ImageMagick:

* GM is more efficient (see the benchmarks) so it gets the job done faster using fewer resources.
* GM is much smaller and tighter (3-5X smaller installation footprint).
* GM is used to process billions of files at the world's largest photo sites (e.g. Flickr and Etsy).
* GM does not does not conflict with other installed software.
* GM suffers from fewer security issues and exploits.
* GM valgrind's 100% clean (memcheck and helgrind).
* GM comes with a comprehensive manual page.
* GM provides API and ABI stability and managed releases that you can count on.
* GM provides detailed yet comprehensible ChangeLog and NEWS files.
* GM is available for free, and may be used to support both open and proprietary applications.
* GM is distributed under an X11-style license ("MIT License"), approved by the Open Source Initiative and recommended for use by the OSSCC.
* GM developers contribute to other free projects for the public good.


GraphicsMagick is copyrighted by the GraphicsMagick Group as well as many others.

Here are just a few examples of what GraphicsMagick can do:

* Convert an image from one format to another (e.g. TIFF to JPEG)
* Resize, rotate, sharpen, color reduce, or add special effects to an image
* Create a montage of image thumbnails
* Create a transparent image suitable for use on the Web
* Compare two images
* Turn a group of images into a GIF animation sequence
* Create a composite image by combining several separate images
* Draw shapes or text on an image
* Decorate an image with a border or frame
* Describe the format and characteristics of an image


Copyright © GraphicsMagick Group 2002 - 2010
replace .co.cc with .info to get access to stuff I posted in forum
dropbox 2GB free
OpenOffice for Puppy Linux

Post Reply