MAC CATEGORIES:



NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>

7-DAY TOP DOWNLOAD

#
Program
iPhone and iPod
Firmware 3.1.3

41,202
Internet Explorer
5.2.3

7,868
Toast Titanium
10.0.6

4,262
Kid Pix Deluxe 3X
Update 1.2.4

4,249
Apple GarageBand
Update 5.1

4,026
Matlab 7.9
3,664
Apple iLife '09
3,656
AC3 Codec 0.4
3,240
RAR for Mac OS X
3.92 Beta 1 / 3.91

3,184
Halo 2.0.3
3,109

WEEK'S BEST

  • LimeWire X 5.5.0 B...
  • iPhone and iPod Fi...
  • VLC Media Player 1...
  • Speed Download 5.2...
  • Mozilla Firefox 3....
  • Thunderbird 3.1 Al...
  • Adobe Shockwave Pl...
  • Parallels Desktop ...
  • CrossOver 8.0.3
  • QuarkXPress 8.15
  • Adobe Reader 9.3
  • Vienna 2.5.0.2500 ...
  • Alarm Clock Pro 9....
  • GraphicConverter 6...
  • Mozilla Firefox 3....
  • Transmission 1.83
  • FileZilla 3.3.1
  • Deep Freeze 4.51.2...
  • VueScan 8.6.10
  • Vuze (formerly Azu...
  • Floola 5.4
  • Opera 10.50 Build ...
  • ClamXav 2.0.5 Beta...
  • OnyX 2.1.3
  • Adobe Flash Player...
  • Dropbox 0.7.105
  • Adobe Lightroom 3....
  • WireShark 1.2.6
  • VirtualBox 3.1.4 B...
  • OpenOffice.org 3.2.0
  • Home / Mac / DTP/Prepress
     Report spyware

    ImageMagick 6.5.9

    Download button

    No screenshots available
    Downloads: 26,267  Add to download basket  Tell us about an update
    User Rating:
    Rated by:
    Good (3.3/5)
    35 user(s)
    Developer:

    License / Price:

    Size / OS:

    Binary Format:

    Last Updated:

    Category:
    ImageMagick.org | More programs
    GPL / FREE
    6 MB / Mac OS X 10.4 or later
    Universal Binary Universal Binary
    February 2nd, 2010, 08:48 GMT [view history]
    C: \ DTP/Prepress

     Read user reviews (0)  Add a review  Refer to a friend  Subscribe

     

    ImageMagick description

    Free software suite for the creation, modification and display of bitmap images.

    ImageMagick can read, convert and write images in a large variety of formats. Images can be cropped, colors can be changed, various effects can be applied, images can be rotated and combined, and text, lines, polygons, ellipses and Bezier curves can be added to images and stretched and rotated.

    ImageMagick is a nice tool suite for the creation, modification and display of bitmap images.

    ImageMagick is free software: it is delivered with full source code and can be freely used, copied, modified and distributed. Its license is compatible with the GPL. It runs on all major operating systems.

    Most of the functionality of ImageMagick can be used interactively from the command line; more often, however, the features are used from programs written in the programming languages Perl, C, C++, Python, PHP, Ruby, Tcl/Tk or Java, for which ready-made ImageMagick interfaces (PerlMagick, Magick++, PythonMagick, MagickWand for PHP, RMagick, TclMagick, and JMagick) are available.

    This makes it possible to modify or create images automatically and dynamically.

    ImageMagick supports many image formats (over 90 major formats) including popular formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF.

    Here are some key features of "ImageMagick":

    · Format conversion: convert an image from one format to another (e.g. PNG to JPEG).
    · Transform: resize, rotate, crop, flip or trim an image.
    · Transparency: render portions of an image invisible.
    · Draw: add shapes or text to an image.
    · Decorate: add a border or frame to an image.
    · Special effects: blur, sharpen, threshold, or tint an image.
    · Animation: create a GIF animation sequence from a group of images.
    · Text & comments: insert descriptive or artistic text in an image.
    · Image identification: describe the format and properties of an image.
    · Composite: overlap one image over another.
    · Montage: juxtapose image thumbnails on an image canvas.
    · Motion picture support: read and write the common image formats used in digital film work.
    · Image calculator: apply a mathematical expression to an image or image channels.
    · High dynamic-range images: accurately represent the wide range of intensity levels found in real scenes ranging from the brightest direct sunlight to the deepest darkest shadows.
    · Large image support: read, process, or write mega- and giga-pixel image sizes.
    · Encipher or decipher an image: convert ordinary images into unintelligible gibberish and back again.
    · Threads of execution support: ImageMagick is thread safe and many internal algorithms are already threaded to take advantage of speed-ups offered by the dual and quad-core processor technologies.

    What's New in This Release: [ read full changelog ]

    · Make -define png:color-type less persnickity about what it will accept.
    · added use of -precision in 'showkernel' output of -morphology
    · correct use of a 'reflected kernel' for 'Convolve' 'Dilate' and 'Distance' Morphology primatives. This does not have a performance hit, though is only truely applicable when the kernel is asymmetric. Note that 'Erode' does not use a 'reflected' kernel, so that 'Open' and 'Close' operations work properly. This 'reflected usage is defined by online morphology lecture notes (Google for "EECE Binary Morphology")
    · Added convolve kernel scaling setting "-set option:convolve:scale N" If undefined morphology convolve does not do any scaling or normalization of the convolution kernel. A value of 0.0 causes normalization for both zero and non-zero (added weights) kernel types.
    · Speed up reading the PSD image format.
    · Add the -precision option. Use it to set the maximum number of significant digits to be printed.
    · Add -features option to the identify program to display channel features.
    · Add support for compact floating point (i.e. -depth 16 -define quantum:format=floating-point).
    · Transparent images no longer flicker on certain system when using the display program.
    · Permit interactive resizing with the display program.
    · Support heterogeneous distributed processing, see http://www.imagemagick.org/script/architecture.php#distributed.
    · Fix semaphore assertion when reading a corrupt image with Magick++.
    · Add support for -brightness-contrast option.
    · Add support for the BGRA raw image format.
    · Added Kernel Generator to generate kernels from user strings, which allows the generation in many built in kernels for both Convolution and other Morphological methods. New Kernels currently include.. Convolution: Gaussian, Blur, Comet Morphological: Rectangle, Square, Diamond, Disk, Plus Distance: Chebyshev, Manhatten, Knight, Euclidean And both old and new (rectangular) user defined kernel specifications including the use of 'nan' to represent elements which are not part of the kernel definition. List built-in kernel types use "-list kernel"
    · Added -morphology {method}[:{iteration}] {kernel_string} Initial methods includes no only the basic morphology methods: Dilate, Erode, Open, Close; and a pixel color preserving 'Intensity' version, but also the special methods: Convolve, and Distance. Of course the appropriate kernel should be provided for each specific method.
    · Add OpenCL-enabled filter (e.g. convert image.png -process "convolve '-1, -1, -1, -1, 9, -1, -1, -1, -1'" image.jpg).
    · Added StringTo...() processing functions

     


    TAGS:

    image crop | photo crop | easy crop | crop | resize | image



    HTML code for linking to this page:


    Go to top

    Windows tabGames tabDrivers tabMac tabLinux tabScripts tabMobile tabHandheld tabGadgets tabNews tab

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   ENTER NEWS SITE   |   ENGLISH BOARD   |   ROMANIAN FORUM