Editing ImageMagick

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 17: Line 17:
 
=== Functionality ===
 
=== Functionality ===
 
The functionality of ImageMagick is typically utilized from the command line or you can use the features from programs written in your favorite language. C
 
The functionality of ImageMagick is typically utilized from the command line or you can use the features from programs written in your favorite language. C
 
 
An example for a command is:
 
 
magick convert original.JPG migration.png
 
 
This converts a certain jpeg to a png file. For this command to work the console has to be opened in the folder the jpeg ("original.JPG") is saved in.
 
 
 
Another example:
 
 
magick -verbose identify examine.jpg >test.txt
 
 
This gives as many information as possible about "examine.jpg" and saves it in a Textfile ("test.txt"). It is also possible to do this with whole folders by building a script.
 
  
 
=== License ===
 
=== License ===

Please note that all contributions to COPTR are considered to be released under the Attribution-ShareAlike 3.0 Unported (see COPTR:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)