Search found 16 matches

by punith8626
2018-10-21T22:16:57-07:00
Forum: Users
Topic: Invalid TIFF directory; tags are not sorted in ascending order. `TIFFReadDirectoryCheckOrder'
Replies: 12
Views: 26058

Re: Invalid TIFF directory; tags are not sorted in ascending order. `TIFFReadDirectoryCheckOrder'

Hello,

Sometimes when i run the tiffdump command I get permission denied.
by punith8626
2018-04-24T03:00:08-07:00
Forum: Users
Topic: Invalid TIFF directory; tags are not sorted in ascending order. `TIFFReadDirectoryCheckOrder'
Replies: 12
Views: 26058

Re: Invalid TIFF directory; tags are not sorted in ascending order. `TIFFReadDirectoryCheckOrder'

According to tiffdump, $ tiffdump NotWorking.tiff NotWorking.tiff: Magic: 0x4949 <little-endian> Version: 0x2a <ClassicTIFF> Directory 0: offset 8 (0x8) next 0 (0) SubFileType (254) LONG (4) 1<0> ImageWidth (256) LONG (4) 1<1700> ImageLength (257) LONG (4) 1<2200> BitsPerSample (258) SHORT (3) 1<8>...
by punith8626
2018-04-17T07:31:14-07:00
Forum: Users
Topic: Invalid TIFF directory; tags are not sorted in ascending order. `TIFFReadDirectoryCheckOrder'
Replies: 12
Views: 26058

Re: Invalid TIFF directory; tags are not sorted in ascending order. `TIFFReadDirectoryCheckOrder'

Is the final image created? If so you may be able to ignore the errors. What happens if you try a file from another source - if this works it could be the problem with the software that creates the tiff. Use different software to create it What is your actual code? Have you tried in a different Ima...
by punith8626
2018-04-16T04:47:00-07:00
Forum: Users
Topic: Invalid TIFF directory; tags are not sorted in ascending order. `TIFFReadDirectoryCheckOrder'
Replies: 12
Views: 26058

Invalid TIFF directory; tags are not sorted in ascending order. `TIFFReadDirectoryCheckOrder'

Hello, I am trying to convert tiff file and i get below error message when i try to convert tiff to png. convert.exe: Invalid TIFF directory; tags are not sorted in ascending order. `TIFFReadDirectoryCheckOrder' @ warning/tiff.c/TIFFWarnings/768. convert.exe: ASCII value for tag "Artist" c...
by punith8626
2017-02-15T02:22:25-07:00
Forum: Bugs
Topic: How to check whether image is old styled jpeg compression mode or New styled JPEG compression ?
Replies: 2
Views: 5517

How to check whether image is old styled jpeg compression mode or New styled JPEG compression ?

Hello,

I have a Tiff Image but when I try to convert to jpeg it says current Tiff file is old styled JPEG compression mode.
How can we check whether the image is old styled JPEG compression or new styled JPEG compression ?

Any Possibility ?
by punith8626
2017-02-14T02:33:54-07:00
Forum: IMagick
Topic: Image magic 7 with identify command not working
Replies: 1
Views: 12205

Image magic 7 with identify command not working

Hello, When I try to execute command using Image magic 7 it gives the result. identify -format %n test.tif But When I try to execute from php code nothing will be output Here is the PHP code. putenv($this->imageMagicPath); $tiffimage = 'test.tiff'; $totalPageCount = exec('identify -format %n '.$tiff...
by punith8626
2017-01-11T03:33:11-07:00
Forum: Bugs
Topic: Error in TIF file
Replies: 12
Views: 17683

Re: Error in TIF file

If I use above command to check file compression it will take more time to output entire information(It Depends on File size).
by punith8626
2017-01-11T03:25:27-07:00
Forum: Users
Topic: Is there any command to check compression type of a file.
Replies: 3
Views: 5552

Is there any command to check compression type of a file.

Hello, Is there any command to check compression type of a file. I have some files that are corrupted and i need to use alternative for this.How can I check whether images is looking at it without using convert command ? Example: I have a files with old JPEG compression type and I am not able to con...
by punith8626
2017-01-04T00:47:51-07:00
Forum: Bugs
Topic: Error in TIF file
Replies: 12
Views: 17683

Re: Error in TIF file

How can we check compression mode of image file in Imagemagic command prompt ?
How can I check the file is old-style JPEG compression mode?
If compression method is JPEG then do something else do other..
by punith8626
2017-01-03T05:57:10-07:00
Forum: Bugs
Topic: Error in TIF file
Replies: 12
Views: 17683

Re: Error in TIF file

I am having windows application will

Code: Select all

libtiff
works on windows too ?
by punith8626
2017-01-02T22:20:28-07:00
Forum: Bugs
Topic: Error in TIF file
Replies: 12
Views: 17683

Re: Error in TIF file

If there is some problem with image file then it should not work using online converters right?
I have tried with coolutils and laserfiche there it converts perfectly.

Could you please let me konw the forum URL of libtiff ?
by punith8626
2017-01-02T07:29:47-07:00
Forum: Bugs
Topic: Error in TIF file
Replies: 12
Views: 17683

Re: Error in TIF file

Here you can find the file. 000112A1.TIF I am using Image magic with version ImageMagick-6.8.9-Q16 on windows 7 and libtiff with version 3.9.0 I get below error message when i try to convert convert.exe: ASCII value for tag "DateTime" contains null byte in value; value incorrectly truncate...