Questions tagged [image-processing]

Manipulating and processing static images, techniques and software for such tasks.

Related tags:

380 questions
403
votes
15 answers

How to easily resize images via command-line?

I would like to know how to resize images in Ubuntu. What is the easiest tool to do so?
myusuf3
  • 35,659
332
votes
8 answers

Simple image editor?

I want something similar to "preview" in macs. For example: I want an image editor that ONLY does simple adjustments like increase/decrease contrast, saturation, exposure, color tinting.... rotate, flip vertically, flip horizontally, make black and…
262
votes
4 answers

How to resize an image through the terminal?

I have Ubuntu 10.04. I have converted image through terminal using the following command: convert myfigure.png myfigure.jpg But I want to resize the height and width of the converted image. Is there any way to do this?
218
votes
14 answers

Is there a lightweight tool to crop images quickly?

I need to crop images often - photos, printscreens, etc., and loading gimp for such a simple task takes way too long. Can you recommend a faster alternative?
183
votes
9 answers

How do I create an animated gif from still images (preferably with the command line)?

I want make a .gif animated picture from a given set of .jpg pictures. I would prefer to do it from the command line, so command line tools would be very welcome.
Maythux
  • 87,123
167
votes
15 answers

Create a single pdf from multiple text, images or pdf files

I have a bunch of text files, images and pdf files which I want to convert into a single pdf file. How do I do it?
AJha
  • 2,973
  • 4
  • 19
  • 12
135
votes
15 answers

Tool to add shapes, annotations and text using templates to images

Often I need to annotate (draw some arrows, lines, basic shapes like squares, ellipses etc and enter some text) on top of pictures (JPG, PNG images) and screenshots (again png images). I would also need to be able to crop, resize etc. I tried the…
koushik
  • 5,132
132
votes
7 answers

How can I scale all images in a folder to the same width?

I want to scale all images in a given folder to the same width (but different appropriately scaled heights). How can I do this using a GUI-based or command-line tool? For bonus points, is it possible to restrict which images are scaled based on…
lofidevops
  • 21,912
113
votes
11 answers

Gimp: Export every layer as a separate PNG image

I have come to a situation where I have an image in Gimp with multiple layers. Now, I want to export every single layer as an individual image (PNG format preferably) automatically to a folder somewhere. Is this possible? The long method: Hide all…
Parto
  • 15,647
89
votes
5 answers

Does "diff" exist for images?

You can compare two text files very easy with diff and even better with meld: If you use diff for images, you get an example like this: $ diff zivi-besch.tif zivildienst.tif Binary files zivi-besch.tif and zivildienst.tif differ Here is an…
Martin Thoma
  • 20,535
85
votes
1 answer

How to crop borders/white spaces from image?

I have a lot of images which have white borders around them. I would like to crop those borders all at once, preferably from command line. I believe that it can be done with ImageMagick, but I couldn't find suitable command. I know that it can be…
Rafal
  • 1,837
82
votes
9 answers

Rotate images from terminal

I have a directory with a lots of images but they are in the wrong orientation. I want to rotate the images to correct the orientation (mostly ±90o). Using image (shotwell photo) viewer I can rotate them individually by clicking the rotate button…
pranphy
  • 1,668
78
votes
6 answers

Cropping Images using Command Line Tools Only

I want to crop an image using command line tools only indicating pixels to crop for the four directions (the same way we can crop in LibreOffice) For example: crop image.jpg -top 5px -bottom 7px -right 14px -left 3px Is there such a tool (not GUI)?
Maythux
  • 87,123
68
votes
5 answers

How do I convert a PNG to SVG?

I'd like to be able to crop SVG chemical structures, completely (see this question), that were created using MarvinSketch and I think I might have thought of a solution; I use MarvinSketch to create a large PNG file, then crop that using GIMP, and…
64
votes
8 answers

Batch processing tif images? Converting .tif to .jpeg

I'm trying to mass convert a handful of .tif files. I found phatch could look like a good candidiate but I'm running Ubuntu 11.04. Looks like they don't have a .deb for my version. Anyone have any alternatives to phatch or any other recommendations…
1
2 3
25 26