Questions tagged [image-manipulation]

Use this tag for questions related to the changing/combining of files containing pictures or other images. (Dumps of filesystems are often called images, but handling those is not called image-manipulation)

Image-manipulation, also called image-editing and photo-manipulation (although not restricted to photographic image files), is the changing of image files (TIFF, PNG, GIF, JPEG) using some tool. Changes can be interactive (e.g. with GIMP, or with non-interactive commandline programs (such as ImageMagick, or GIMP in batch mode).

image-manipulation is restricted to graphical images in a file, although a dump of a filesystem or partition is often called an image, handling such files is not considered image-manipulation

142 questions
11
votes
3 answers

Cropping a JPG image

This is a question about image file cropping. I recently posted a public notice to an Indian newspaper called the Free Press Journal. This is available online as The Free Press Epaper. Now, one can download a notice that was posted in the paper as…
Faheem Mitha
  • 35,108
7
votes
4 answers

How to resize a PNG file from the command line?

Suppose I have a image named 1.png which is currently 500px : height 1000px : width I want to resize it to: 50px : height 100px : width It must be output in PNG format, not JPG. An example would be highly appreciated.
user73380
3
votes
1 answer

How to convert JPG files to one JPG file

I have several JPG files from a PDF file, so concatenating the JPG files need to be "under each other". How can I do this?
gasko peter
  • 5,514
2
votes
1 answer

*ix based Morphing software?

Morphing is "a special effect in motion pictures and animations that changes (or morphs) one image into another through a seamless transition", according to Wikipedia here. My friend recommended some Aftereffects software in Mac but I feel there…
user2362
1
vote
1 answer

How can I quickly preview an image with a circular frame?

Some images are displayed in a circular frame after uploading. For example, GitLab project icons: When tweaking an image on the desktop, I don't really know how it will look in a circular frame before I upload. For example, some elements might get…
lofidevops
  • 3,159
0
votes
1 answer

How to detect the offset of one image file in relation to another?

I'm creating an automated system that uses PDF files to drive Blender projects and turn them into 3D visuals. Problem is, Corel Draw generated PDFs that have a varying offset around 4 pixels in the y and 1 pixels in the x axis. How can I detect…
unfa
  • 1,745