help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem in reading tif images using imread


From: khalil2535
Subject: Problem in reading tif images using imread
Date: Thu, 21 Feb 2019 05:31:18 -0600 (CST)

Hi , i have a problem in reading (.tif) images using imread function 

I tried more than (.tif) image and it's got the same error.

error: Magick++ exception: Magick: /images/imagename.tif: Null count for
"Tag 34022" (type 1, writecount -3, passcount 1).(_TIFFVSetField) reported
by coders/tiff.c:907 (TIFFErrors)
error: parse error
error: called from
    __imread__ at line 80 column 10
    imageIO at line 117 column 26
    imread at line 106 column 30


-----------
imformats results


>> imformats
Extension | isa | Info | Read | Write | Alpha | Description
----------+-----+------+------+-------+-------+------------
bmp       | yes | yes  | yes  | yes   | yes   | Microsoft Windows bitmap
image
cur       | yes | yes  | yes  | no    | yes   | Microsoft Cursor Icon
gif       | yes | yes  | yes  | yes   | yes   | CompuServe graphics
interchange format
ico       | yes | yes  | yes  | no    | yes   | Microsoft Icon
jbg       | yes | yes  | yes  | yes   | yes   | Joint Bi-level Image experts
Group interchange format
jbig      | yes | yes  | yes  | yes   | yes   | Joint Bi-level Image experts
Group interchange format
jp2, jpx  | yes | yes  | yes  | yes   | yes   | JPEG-2000 JP2 File Format
Syntax
jpg, jpeg | yes | yes  | yes  | yes   | yes   | Joint Photographic Experts
Group JFIF format
pbm       | yes | yes  | yes  | yes   | yes   | Portable bitmap format
(black/white)
pcx       | yes | yes  | yes  | yes   | yes   | ZSoft IBM PC Paintbrush
pgm       | yes | yes  | yes  | yes   | yes   | Portable graymap format
(gray scale)
png       | yes | yes  | yes  | yes   | yes   | Portable Network Graphics
pnm       | yes | yes  | yes  | yes   | yes   | Portable anymap
ppm       | yes | yes  | yes  | yes   | yes   | Portable pixmap format
(color)
ras       | yes | yes  | yes  | yes   | yes   | SUN Rasterfile
tga, tpic | yes | yes  | yes  | yes   | yes   | Truevision Targa image
tif, tiff | yes | yes  | yes  | yes   | yes   | Tagged Image File Format
xbm       | yes | yes  | yes  | yes   | yes   | X Windows system bitmap
(black/white)
xpm       | yes | yes  | yes  | yes   | yes   | X Windows system pixmap
(color)
xwd       | yes | yes  | yes  | yes   | yes   | X Windows system window dump
(color)



--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]