if I change the size then nothing comes out
source file https://drive.google.com/file/d/1bsjy3N ... 7H0da/view
Code: Select all
convert *.tif -resize 1000x1000 test.tif
Code: Select all
convert *.tif -resize 1000x1000 test.tif
I don't know what that means. A raster image cannot have any pixels outside its own boundary.ifkey wrote:...an image that goes beyond the frame.
Code: Select all
convert 179.tif +repage -resize 1000x1000 test.tif
Code: Select all
convert -quiet 179.tif[0] +repage 179_0.tif
convert -quiet 179.tif[1] +repage 179_1.tif