Home
last modified time | relevance | path

Searched refs:a (Results 1 – 25 of 74) sorted by relevance

123

/libtiff-4.0.7/contrib/pds/
H A DREADME11 You probably don't remember me, but I sent in a couple of bug fixes
12 regarding the TIFF library about a 16 months ago or so...
19 into any more recent version.) They are internally documented to a
32 and serves as a good template for users with other needs. I used it as
33 an exmaple of how to make an iterator which, rather than fill a data
35 "chunk" of data - that "chunk" might be a strip or a tile, and might
54 us to store satellite imaging-specific information in a TIFF format,
58 TIFF tags - a PL signature, a PL version number, and PL directory
61 TIFFWritePrivateDataSubDirectory(), which takes a list of tags and a
64 TIFFReadPrivateDataSubDirectory(), which takes an offset, a list of
[all …]
H A Dtif_imageiter.c319 u_char* a; in gtTileSeparate() local
334 a = b + tilesize; in gtTileSeparate()
336 memset(a, 0xff, tilesize); in gtTileSeparate()
349 if (alpha && TIFFReadTile(tif,a,col,row,0,3) < 0 && img->stoponerr) in gtTileSeparate()
358 (*callback)(img, udata, col, row, npix, nrow, fromskew, r, g, b, a); in gtTileSeparate()
360 (*callback)(img, udata, col, row, tw, nrow, 0, r, g, b, a); in gtTileSeparate()
420 u_char *r, *g, *b, *a; in gtStripSeparate() local
437 a = b + stripsize; in gtStripSeparate()
439 memset(a, 0xff, stripsize); in gtStripSeparate()
457 a, nrow*scanline) < 0 && img->stoponerr)) in gtStripSeparate()
[all …]
/libtiff-4.0.7/contrib/mfs/
H A DREADME13 what people have done with libtiff, so I thought I would drop you a
22 There is obviously a lot of work that has gone in to libtiff and the
25 One thing that libtiff did not do was work on a memory area rather than
26 files. In my applications I had already read a TIFF or other format
28 for libtiff's benefit. I therefore constructed a set of functions to
29 pass up to TIFFClientOpen to simulate a file in memory. I have attached
/libtiff-4.0.7/contrib/tags/
H A DREADME26 a new revision of libtiff came out the client would have to
33 all of their private tags into a separate module, which need only
41 a single new routine, which has the following calling sequence:
49 This routine sets a static pointer to the user-specified function
53 returns a pointer to the previously-defined value of the tag-extender,
59 a private directory structure. For your convienience, a new pointer
72 An example module has been provided as a template for installing
73 your own tags into a client tag extender. The module is called
86 and then run them. These programs do nothing more than create a small
/libtiff-4.0.7/
H A Daclocal.m483 # fails when called from a subdirectory in a VPATH build with
84 # a relative $ac_aux_dir
89 # start a VPATH build or use an absolute $srcdir.
121 # Define a conditional.
162 # We try a few techniques and use that to set a single cache variable.
193 # using a relative directory.
303 # Choose a directory name for dependency files.
636 # with a leading dot. For instance MS-DOS doesn't.
1066 # Check how to create a tarball in format FORMAT.
1069 # Substitute a variable $(am__tar) that is a command
[all …]
H A DHOWTO-RELEASE6 and libtool packages installed under a common installation prefix
21 Release builds should only be done on a system with a functioning
22 and correctly set system clock and on a filesystem which accurately
29 Easist thing to do is take html/vX.(X-1).html and use it as a template.
50 please follow the rules listed in configure.ac. At a bare minimum,
64 This step may be skipped if you have already been using a
69 tree so that the source tree is kept in a pristine state. This
H A Dconfigure.ac25 dnl Process this file with autoconf to produce a configure script.
72 dnl then increment revision (`c:r:a' becomes `c:r+1:a').
221 # Obtain size of a 'unsigned long long' and define as
613 if test "$zlib_lib" = "yes" -a "$zlib_h" = "yes" ; then
682 if test "$jpeg_lib" = "yes" -a "$jpeg_h" = "yes" ; then
753 if test "$jbig_lib" = "yes" -a "$jbig_h" = "yes" ; then
810 if test "$lzma_lib" = "yes" -a "$lzma_h" = "yes" ; then
887 dnl PTHREAD_CFLAGS, & PTHREAD_CC as a side-effect
896 if test "$no_x" != "yes" -a "$no_gl" != "yes" \
897 -a "$no_glu" != "yes" -a "$no_glut" != "yes" ; then
[all …]
H A DChangeLog507 range of a 32-bit int and to avoid a signed vs unsigned compare
1187 (not a bug, #2459)
1347 * tools/tiffset.c: tiffset now supports a -u option to unset a
1594 there is a decision for how to deploy a libtiff with versioned
1681 output target if the package is a build tool (like a compiler),
1728 a move left. Without this, a malicious input file can generate an
1731 This is a modified version of a patch proposed by Drew Yao of Apple
2081 where a page size specified with a fractional part was being
3246 we move a strip.
5732 be a warning.
[all …]
/libtiff-4.0.7/m4/
H A Dlibtool.m4224 libext=a
791 dnl in a comment (ie after a #).
1773 # a 1K string should be a reasonable start.
2458 library_names_spec='$libname$release.a $libname.a'
4026 " {split(\$ 0,a,/\||\r/); split(a[2],s)};"\
7471 int a;
7480 int a;
7487 a=0
7495 a=0
7503 a = 0;
[all …]
H A Dacinclude.m413 dnl Enables a reasonable set of warnings for the C compiler.
53 dnl produce a warning message for unknown flags instead of returning
54 dnl an error, resulting in a false positive. Also, compilers may do
55 dnl erratic things when invoked with flags meant for a different
285 AS_IF([test "X$ax_cv_check_gl_libgl" = Xno -a "X$no_x" = Xyes],
396 dnl to do with such a file.
553 AS_IF([test "X$ax_cv_check_glut_libglut" = Xno -a "X$no_x" = Xyes],
606 dnl ACTION-IF-FOUND is a list of shell commands to run if a threads library
683 dnl Create a list of thread flags to try. Items starting with a "-" are
770 static void routine(void* a) {a=0;}
[all …]
H A Dice_find_athena.m469 ],[int a;],
126 # libXaw.a is in the standard search path.
147 -a "$athena_includes" != "$x_includes" \
148 -a "$athena_includes" != "no" ; then
155 -a "$athena_libraries" != "$x_libraries" \
156 -a "$athena_libraries" != "no" ; then
/libtiff-4.0.7/contrib/win_dib/
H A DREADME.Tiffile3 I attached a file that uses RGBA interface (tif_getimage.c) to read a tiff
4 file and convert to a DIB. It's advantage is that it is easy to read *any*
5 tiff file suported by libtiff and easily convert it to a DIB. The disadvantage
13 would be nice if there were a simple way to handle all palletized images,
H A DREADME.tiff2dib15 I build the library under Windows 95 as a 32-bit library.
40 a TIFF file and build a memory DIB with it and return the
/libtiff-4.0.7/archive/tools/
H A Dsgi2tiff.c35 #define streq(a,b) (strcmp(a,b) == 0) argument
36 #define strneq(a,b,n) (strncmp(a,b,n) == 0) argument
221 short *g, *b, *a; in cpContig() local
226 a = b + in->xsize; in cpContig()
233 getrow(in, a, y, 3); in cpContig()
238 pp[3] = a[x]; in cpContig()
H A Dsgisv.c39 #define streq(a,b) (strcmp(a,b) == 0) argument
40 #define strneq(a,b,n) (strncmp(a,b,n) == 0) argument
253 #define MIN(a,b) ((a)<(b)?(a):(b)) argument
H A Dras2tiff.c49 #define streq(a,b) (strcmp(a,b) == 0) argument
50 #define strneq(a,b,n) (strncmp(a,b,n) == 0) argument
244 #define SWAP(a,b) { unsigned char t = (a); (a) = (b); (b) = t; } in main() argument
/libtiff-4.0.7/test/images/
H A Dminisblack-1c-8b.pgm4a]_`_[l����RCHGJt��������������������}������������������yriu������������������VDq�����\OWZ^aYOst\…
8 …������sE*nKLI[ri[WWURSTPNLNLJc{}���vQTSYWZ]\_toZYY[[[\]\YY\\]_baadabcd``a``__a_a`acd\v��������…
12a`]___^acdedcccaaaa_b`_aab`dfi��������������ľ��z}}��u]/+Ks����������y~�������e�����������{���ݵwM…
13 … XqshYRQPPMLPRRSUTSONMN������`_YVWXVW[\\\^_aaa\X\[^`_`b``cba_`acfbcfdbdbcb`a`a_befein[��������xym…
22a����˅kX5+' S����uMOOQRSPNONOOQPNPNo�w�����ÉZe`[\Z[_]]_bcbec`bl�cUZZ\\_a``b`ba`_acfs��}kcx�…
23 !6ENn�������������׿������}pjWal|����������������~Y;"1�����������a;e���������������������������KZ…
27 …���Nomprt|�����_3.��������������������������������������ſ���gUcebdas����۽�a^XRRX[Z\\\\]`bdefhhlk…
31 …#a��}����z|�p������������������������������JX[^^]_howvy�{vqicZRSTj|���US[]^^_^^bcddcbkg���̯�ma\]…
32 …n�����|xm_J8&m������������������������������FUZ]^^]bdkrrvwxpldm������Dz�gFUV[\[`a`dcdbbu�����pdb\…
54 …p{���^��n^QB:7469CIB736454/1'4�������������������������������>;BDGLMUYd\[]_`a^PVpy��������ѫù@FGFTc…
/libtiff-4.0.7/contrib/addtiffo/
H A DREADME9 with applications, and to see if there is interest in a cleaner release
29 generate. In this example a 1/2, 1/4 1/8 and 1/16
38 o Currently only images with bits_per_sample of a multiple of eight
52 both, but it isn't currently easy to add a SUBIFD tag to an existing
59 The results of running addtiffo on a 1024x1024 tiled greyscale file
64 The tiffinfo output of such a file might look like this:
115 You will need a C compiler. You will need to have libtiff already
129 building ability as a separate utility.
/libtiff-4.0.7/contrib/iptcutil/
H A Dtest.txt2 …ngton, DC. The committee is debating the articles of impechment and my take a vote on the impeachm…
8 2#40#Special Instructions="This is a test. This is only a test. ABCDEFGHIJKLMNOPQRSTUVWXYZ 12345678…
27 2#75#Object Cycle="a"
/libtiff-4.0.7/test/
H A DTiffTestCommon.cmake26 # Test a simple convert-like command.
42 # Test a simple convert-like command.
60 # Test a simple command which sends output to stdout
77 # Execute a simple command (e.g. tiffinfo) with one input file
91 # Execute tiffinfo on a specified file to validate it
/libtiff-4.0.7/contrib/dbs/xtiff/
H A DREADME3 xtiff is a tool for viewing a TIFF file in an X window. It was written to
/libtiff-4.0.7/contrib/stream/
H A DREADME13 a tiff handle. The class retains the tiff handle in its local state and
14 provides a helper function (getTiffHandle) to query the handle at any time.
19 Attached are a definition (tiffstream.h) and an implementation
/libtiff-4.0.7/tools/
H A Dtiff2bw.c44 #define streq(a,b) (strcmp((a),(b)) == 0) argument
45 #define strneq(a,b,n) (strncmp(a,b,n) == 0) argument
222 #define pack(a,b) ((a)<<8 | (b)) in main() argument
H A Dppm2tiff.c56 #define streq(a,b) (strcmp(a,b) == 0) argument
57 #define strneq(a,b,n) (strncmp(a,b,n) == 0) argument
H A Dtiffdither.c44 #define streq(a,b) (strcmp(a,b) == 0) argument
45 #define strneq(a,b,n) (strncmp(a,b,n) == 0) argument

123