HomeSort by relevance Sort by last modified time
    Searched full:tiff (Results 1 - 25 of 422) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ImageMagick/PerlMagick/t/tiff/
write.t 3 # Test writing TIFF images
15 chdir 't/tiff' || die 'Cd failed';
21 testReadWrite( 'input_16.tiff',
22 'output_16.tiff',
31 testReadWrite( 'input_256.tiff',
32 'output_256.tiff',
42 testReadWrite( 'input_16_matte.tiff',
43 'output_16_matte.tiff',
52 testReadWrite( 'input_256_matte.tiff',
53 'output_256_matte.tiff',
    [all...]
read.t 3 # Test reading TIFF images
15 chdir 't/tiff' || die 'Cd failed';
21 testRead ( 'input_mono.tiff',
29 testRead( 'input_16.tiff',
37 testRead( 'input_16_matte.tiff',
45 testRead( 'input_256.tiff',
54 testRead( 'input_256_matte.tiff',
63 testRead( 'input_256_planar_contig.tiff',
72 testRead( 'input_256_planar_separate.tiff',
81 testRead( 'input_truecolor.tiff',
    [all...]
  /external/opencv3/3rdparty/libtiff/
tiffio.h 31 * TIFF I/O Library Definitions.
33 #include "tiff.h"
37 * TIFF is defined as an incomplete type to hide the
40 typedef struct tiff TIFF;
46 * in tiff.h. Note also that the varargs interface used
48 * tiff.h directly.
200 TIFF* tif; /* image handle */
251 typedef int (*TIFFInitMethod)(TIFF*, int);
281 typedef void (*TIFFExtendProc)(TIFF*);
    [all...]
tiffiop.h 88 typedef void (*TIFFVoidMethod)(TIFF*);
89 typedef int (*TIFFBoolMethod)(TIFF*);
90 typedef int (*TIFFPreMethod)(TIFF*, uint16);
91 typedef int (*TIFFCodeMethod)(TIFF* tif, uint8* buf, tmsize_t size, uint16 sample);
92 typedef int (*TIFFSeekMethod)(TIFF*, uint32);
93 typedef void (*TIFFPostMethod)(TIFF* tif, uint8* buf, tmsize_t size);
94 typedef uint32 (*TIFFStripMethod)(TIFF*, uint32);
95 typedef void (*TIFFTileMethod)(TIFF*, uint32*, uint32*);
97 struct tiff { struct
265 extern int _TIFFNoRowEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s)
    [all...]
tif_unix.c 28 * TIFF Library UNIX-specific Routines. These are should also work with the
151 * Open a TIFF file descriptor for read/writing.
153 TIFF*
156 TIFF* tif;
169 * Open a TIFF file for read/writing.
171 TIFF*
176 TIFF* tif;
180 return ((TIFF*)0);
194 return ((TIFF *)0);
206 * Open a TIFF file with a Unicode filename, for read/writing
    [all...]
tif_extension.c 28 * TIFF Library.
36 int TIFFGetTagListCount( TIFF *tif )
44 uint32 TIFFGetTagListEntry( TIFF *tif, int tag_index )
56 ** This provides read/write access to the TIFFTagMethods within the TIFF
58 ** TIFF structure.
60 TIFFTagMethods *TIFFAccessTagMethods( TIFF *tif )
66 void *TIFFGetClientInfo( TIFF *tif, const char *name )
80 void TIFFSetClientInfo( TIFF *tif, void *data, const char *name )
tif_compress.c 28 * TIFF Library
35 TIFFNoEncode(TIFF* tif, const char* method)
52 _TIFFNoRowEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s)
59 _TIFFNoStripEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s)
66 _TIFFNoTileEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s)
73 TIFFNoDecode(TIFF* tif, const char* method)
89 _TIFFNoFixupTags(TIFF* tif)
96 _TIFFNoRowDecode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s)
103 _TIFFNoStripDecode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s)
110 _TIFFNoTileDecode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s
    [all...]
tif_open.c 28 * TIFF Library.
72 TIFF*
86 TIFF *tif;
119 tif = (TIFF *)_TIFFmalloc((tmsize_t)(sizeof (TIFF) + strlen(name) + 1));
121 TIFFErrorExt(clientdata, module, "%s: Out of memory (TIFF structure)", name);
125 tif->tif_name = (char *)tif + sizeof (TIFF);
171 * TIFF but only supports some braindead idea of what the
172 * vendor thinks TIFF is):
183 * 'h' read TIFF header only, do not load the first IF
    [all...]
tiffio.hxx 31 * TIFF I/O library definitions which provide C++ streams API.
35 #include "tiff.h"
37 extern TIFF* TIFFStreamOpen(const char*, std::ostream *);
38 extern TIFF* TIFFStreamOpen(const char*, std::istream *);
tif_dirwrite.c 28 * TIFF Library.
38 extern void TIFFCvtNativeToIEEEFloat(TIFF* tif, uint32 n, float* fp);
39 extern void TIFFCvtNativeToIEEEDouble(TIFF* tif, uint32 n, double* dp);
42 static int TIFFWriteDirectorySec(TIFF* tif, int isimage, int imagedone, uint64* pdiroff);
44 static int TIFFWriteDirectoryTagSampleformatArray(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint32 count, double* value);
46 static int TIFFWriteDirectoryTagSampleformatPerSample(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, double value);
49 static int TIFFWriteDirectoryTagAscii(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint32 count, char* value);
50 static int TIFFWriteDirectoryTagUndefinedArray(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint32 count, uint8* value);
52 static int TIFFWriteDirectoryTagByte(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint8 value);
54 static int TIFFWriteDirectoryTagByteArray(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint32 count, uint8* value)
    [all...]
tif_close.c 28 * TIFF Library.
38 * Auxiliary function to free the TIFF structure. Given structure will be
43 * @param tif A TIFF pointer.
47 TIFFCleanup(TIFF* tif)
113 * Close a previously opened TIFF file.
119 * @param tif A TIFF pointer.
123 TIFFClose(TIFF* tif)
  /external/pdfium/third_party/libtiff/
tiffio.h 31 * TIFF I/O Library Definitions.
33 #include "tiff.h"
37 * TIFF is defined as an incomplete type to hide the
40 typedef struct tiff TIFF;
46 * in tiff.h. Note also that the varargs interface used
48 * tiff.h directly.
200 TIFF* tif; /* image handle */
251 typedef int (*TIFFInitMethod)(TIFF*, int);
281 typedef void (*TIFFExtendProc)(TIFF*);
    [all...]
tiffiop.h 93 typedef void (*TIFFVoidMethod)(TIFF*);
94 typedef int (*TIFFBoolMethod)(TIFF*);
95 typedef int (*TIFFPreMethod)(TIFF*, uint16);
96 typedef int (*TIFFCodeMethod)(TIFF* tif, uint8* buf, tmsize_t size, uint16 sample);
97 typedef int (*TIFFSeekMethod)(TIFF*, uint32);
98 typedef void (*TIFFPostMethod)(TIFF* tif, uint8* buf, tmsize_t size);
99 typedef uint32 (*TIFFStripMethod)(TIFF*, uint32);
100 typedef void (*TIFFTileMethod)(TIFF*, uint32*, uint32*);
102 struct tiff { struct
317 extern int _TIFFNoRowEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s)
    [all...]
README.pdfium 8 TIFF library.
tif_extension.c 28 * TIFF Library.
36 int TIFFGetTagListCount( TIFF *tif )
44 uint32 TIFFGetTagListEntry( TIFF *tif, int tag_index )
56 ** This provides read/write access to the TIFFTagMethods within the TIFF
58 ** TIFF structure.
60 TIFFTagMethods *TIFFAccessTagMethods( TIFF *tif )
66 void *TIFFGetClientInfo( TIFF *tif, const char *name )
80 void TIFFSetClientInfo( TIFF *tif, void *data, const char *name )
tif_compress.c 28 * TIFF Library
35 TIFFNoEncode(TIFF* tif, const char* method)
52 _TIFFNoRowEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s)
59 _TIFFNoStripEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s)
66 _TIFFNoTileEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s)
73 TIFFNoDecode(TIFF* tif, const char* method)
89 _TIFFNoFixupTags(TIFF* tif)
96 _TIFFNoRowDecode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s)
103 _TIFFNoStripDecode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s)
110 _TIFFNoTileDecode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s
    [all...]
tif_open.c 28 * TIFF Library.
72 TIFF*
86 TIFF *tif;
119 tif = (TIFF *)_TIFFmalloc((tmsize_t)(sizeof (TIFF) + strlen(name) + 1));
121 TIFFErrorExt(clientdata, module, "%s: Out of memory (TIFF structure)", name);
125 tif->tif_name = (char *)tif + sizeof (TIFF);
171 * TIFF but only supports some braindead idea of what the
172 * vendor thinks TIFF is):
183 * 'h' read TIFF header only, do not load the first IF
    [all...]
tif_dirwrite.c 28 * TIFF Library.
38 extern void TIFFCvtNativeToIEEEFloat(TIFF* tif, uint32 n, float* fp);
39 extern void TIFFCvtNativeToIEEEDouble(TIFF* tif, uint32 n, double* dp);
42 static int TIFFWriteDirectorySec(TIFF* tif, int isimage, int imagedone, uint64* pdiroff);
44 static int TIFFWriteDirectoryTagSampleformatArray(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint32 count, double* value);
46 static int TIFFWriteDirectoryTagSampleformatPerSample(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, double value);
49 static int TIFFWriteDirectoryTagAscii(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint32 count, char* value);
50 static int TIFFWriteDirectoryTagUndefinedArray(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint32 count, uint8* value);
52 static int TIFFWriteDirectoryTagByte(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint8 value);
54 static int TIFFWriteDirectoryTagByteArray(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint32 count, uint8* value)
    [all...]
tif_close.c 28 * TIFF Library.
38 * Auxiliary function to free the TIFF structure. Given structure will be
43 * @param tif A TIFF pointer.
47 TIFFCleanup(TIFF* tif)
113 * Close a previously opened TIFF file.
119 * @param tif A TIFF pointer.
123 TIFFClose(TIFF* tif)
tif_predict.c 28 * TIFF Library.
37 static void horAcc8(TIFF* tif, uint8* cp0, tmsize_t cc);
38 static void horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc);
39 static void horAcc32(TIFF* tif, uint8* cp0, tmsize_t cc);
40 static void swabHorAcc16(TIFF* tif, uint8* cp0, tmsize_t cc);
41 static void swabHorAcc32(TIFF* tif, uint8* cp0, tmsize_t cc);
42 static void horDiff8(TIFF* tif, uint8* cp0, tmsize_t cc);
43 static void horDiff16(TIFF* tif, uint8* cp0, tmsize_t cc);
44 static void horDiff32(TIFF* tif, uint8* cp0, tmsize_t cc);
45 static void swabHorDiff16(TIFF* tif, uint8* cp0, tmsize_t cc)
    [all...]
  /frameworks/base/docs/image_sources/training/tv/tif/
app-link-diagram.graffle.zip 
  /external/ImageMagick/coders/
tiff.c 13 % Read/Write TIFF Image Format %
95 # include "tiff.h"
243 % magick string, is TIFF.
364 Write raw CCITT Group 4 wrapped as a TIFF image file.
409 Read TIFF image.
580 static void TIFFGetProfiles(TIFF *tiff,Image *image,MagickBooleanType ping,
593 if ((TIFFGetField(tiff,TIFFTAG_ICCPROFILE,&length,&profile) == 1) &&
598 if ((TIFFGetField(tiff,TIFFTAG_PHOTOSHOP,&length,&profile) == 1) &&
603 if ((TIFFGetField(tiff,TIFFTAG_RICHTIFFIPTC,&length,&profile) == 1) &
1112 *tiff; local
2451 *tiff; local
3123 *tiff; local
    [all...]
  /external/dng_sdk/source/
dng_orientation.h 31 // different than the TIFF orientation encoding ("TIFF").
67 void SetTIFF (uint32 tiff);
82 static dng_orientation TIFFtoDNG (uint32 tiff)
87 result.SetTIFF (tiff);
dng_tag_codes.h 21 // TIFF tags 50706 through 50741 registered at:
22 // http://partners.adobe.com/asn/tech/tiff/tiffregister.jsp
25 // TIFF tags 50778 through 50781 registered at:
26 // http://partners.adobe.com/asn/tech/tiff/tiffregister.jsp
29 // TIFF tags 50827 through 50834 registered at:
30 // http://partners.adobe.com/asn/tech/tiff/tiffregister.jsp
33 // TIFF tag number 50879 registered at:
34 // http://partners.adobe.com/asn/tech/tiff/tiffregister.jsp
37 // TIFF compression numbers 34892 through 34895 registered at:
38 // http://partners.adobe.com/asn/tech/tiff/tiffregister.js
    [all...]
  /frameworks/av/media/img_utils/include/img_utils/
TiffEntry.h 36 * This class holds a single TIFF IFD entry.
47 * size for the TIFF Value field (4 bytes), and should be word aligned.
54 * Get the count set for this entry. This corresponds to the TIFF Count
60 * Get the tag id set for this entry. This corresponds to the TIFF Tag
66 * Get the type set for this entry. This corresponds to the TIFF Type
78 * Get the value for this entry. This corresponds to the TIFF Value
90 * Force the type used here to be a valid TIFF type.

Completed in 192 milliseconds

1 2 3 4 5 6 7 8 91011>>