Code: Select all
magick "C:\Path\To\Huge.tiff" -page -12+2 -background black -flatten "C:\Path\To\Huge.tiff"Code: Select all
magick: Integer overflow. `TIFFStripSize' @ error/tiff.c/TIFFErrors/572.I read somewhere that it might be possible to fix this using bigTiff. If that is the case, how do I compile image magick with big tiff on windows? I have already completed a standard compile using VS.