assertion failed on TIFFWriteDirectoryTagCheckedRational
Posted: 2012-10-21T01:56:06-07:00
Hello,
I encounter the same problem as in viewtopic.php?f=3&t=20287&p=81577&hilit ... nal#p81577 with the current ImageMagick version on FreeBSD.
On above bug report it's written, the problem should have been resolved with version 6.7.5-4, so the problem here might be different.
BTW.: Endianness on this file is reported to be MSB, tiff:endian as lsb
So, does the FreeBSD version still have the "old" bug?
Thanks all,
Thomas Mack
I encounter the same problem as in viewtopic.php?f=3&t=20287&p=81577&hilit ... nal#p81577 with the current ImageMagick version on FreeBSD.
On above bug report it's written, the problem should have been resolved with version 6.7.5-4, so the problem here might be different.
Code: Select all
[mack@admin ~]$ convert in.tif -rotate 90 out.tif
Assertion failed: (value>=0.0), function TIFFWriteDirectoryTagCheckedRational, file tif_dirwrite.c, line 2084.
Abort trap: 6 (core dumped)
Code: Select all
[mack@admin ~]$ identify in.tif
in.tif TIFF 5100x7000 5100x7000+0+7000 8-bit sRGB 90.15MB 0.000u 0:00.000
Code: Select all
[mack@admin ~]$ uname -v
FreeBSD 8.3-RELEASE #0: Wed Oct 3 13:17:35 CEST 2012 [...]
[mack@admin ~]$ convert -version
Version: ImageMagick 6.7.9-4 2012-10-03 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features:
Thanks all,
Thomas Mack