Hello,
I am trying to change the resolution unit in the metadata file of a Tiff image.
For my first set of Tiff, the following command seemed to work :
convert input.tif -units PixelsPerCentimeter ouput.tif
On a second set of images, I encountered that the tiff:REsolutionUnit field is not ...
Search found 3 matches
- 2017-11-09T01:19:08-07:00
- Forum: Users
- Topic: Use of convert -units
- Replies: 1
- Views: 2677
- 2017-04-19T14:21:27-07:00
- Forum: Users
- Topic: Generate checkerboard superposition of two images
- Replies: 3
- Views: 6745
Re: Generate checkerboard superposition of two images
@GeeMack yes sorry, should have said what OS (Ubuntu) and version (6.8.9-9) I am using. Thanks for your answers.
@fmw42 GREAT script, the interweave does exactly what I was looking for.
Very useful.
Christopher
@fmw42 GREAT script, the interweave does exactly what I was looking for.
Very useful.
Christopher
- 2017-04-12T00:29:35-07:00
- Forum: Users
- Topic: Generate checkerboard superposition of two images
- Replies: 3
- Views: 6745
Generate checkerboard superposition of two images
I would like to find a command that allows to combine two images (A.png and B.png) and generate a checkerboard superposition of the two (like you can see below https://i.stack.imgur.com/1kYTP.png ).
https://i.stack.imgur.com/1kYTP.png
Image A.png and B.png are 64x64. The content of these images ...
https://i.stack.imgur.com/1kYTP.png
Image A.png and B.png are 64x64. The content of these images ...