Home
last modified time | relevance | path

Searched refs:bi (Results 1 – 7 of 7) sorted by relevance

/libtiff-4.0.7/contrib/win_dib/
H A DTiffile.cpp143 BITMAPINFOHEADER bi; in TIFFRGBA2DIB() local
158 bi.biBitCount = 1; in TIFFRGBA2DIB()
159 bi.biCompression = BI_RGB; in TIFFRGBA2DIB()
160 bi.biSizeImage = WIDTHBYTES(bi.biWidth * bi.biBitCount) * bi.biHeight; in TIFFRGBA2DIB()
161 bi.biXPelsPerMeter = 0; in TIFFRGBA2DIB()
162 bi.biYPelsPerMeter = 0; in TIFFRGBA2DIB()
213 bi.biBitCount = 32; in TIFFRGBA2DIB()
214 bi.biCompression = BI_RGB; in TIFFRGBA2DIB()
215 bi.biSizeImage = WIDTHBYTES(bi.biWidth * bi.biBitCount) * bi.biHeight; in TIFFRGBA2DIB()
216 bi.biXPelsPerMeter = 0; in TIFFRGBA2DIB()
[all …]
H A Dtiff2dib.c248 BITMAPINFOHEADER bi; // bitmap header in CreateDIB() local
268 bi.biSize = sizeof(BITMAPINFOHEADER); in CreateDIB()
271 bi.biPlanes = 1; // must be 1 in CreateDIB()
272 bi.biBitCount = wBitCount; // from parameter in CreateDIB()
273 bi.biCompression = BI_RGB; in CreateDIB()
276 bi.biXPelsPerMeter = 2834; //0; in CreateDIB()
277 bi.biYPelsPerMeter = 2834; //0; in CreateDIB()
278 bi.biClrUsed = 0; in CreateDIB()
279 bi.biClrImportant = 0; in CreateDIB()
286 dwLen = bi.biSize + PaletteSize((LPSTR)&bi) + (dwBytesPerLine * dwHeight); in CreateDIB()
[all …]
/libtiff-4.0.7/contrib/dbs/
H A DMakefile.am34 noinst_PROGRAMS = tiff-bi tiff-grayscale tiff-palette tiff-rgb
36 tiff_bi_SOURCES = tiff-bi.c
H A DCMakeLists.txt29 add_executable(tiff-bi tiff-bi.c)
30 target_link_libraries(tiff-bi tiff port)
H A DMakefile.in116 noinst_PROGRAMS = tiff-bi$(EXEEXT) tiff-grayscale$(EXEEXT) \
133 am_tiff_bi_OBJECTS = tiff-bi.$(OBJEXT)
410 tiff_bi_SOURCES = tiff-bi.c
462 tiff-bi$(EXEEXT): $(tiff_bi_OBJECTS) $(tiff_bi_DEPENDENCIES) $(EXTRA_tiff_bi_DEPENDENCIES)
463 @rm -f tiff-bi$(EXEEXT)
484 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tiff-bi.Po@am__quote@
/libtiff-4.0.7/test/images/
H A Dminisblack-1c-8b.pgm72 …���������������������ֽjdtqsw~�����������ĺ�������������(*65;=BGHLNRY[ZXW\]bi����ʘ=E<=<@FB5.$,E`…
/libtiff-4.0.7/
H A Dconfigure944 -bindir | --bindir | --bindi | --bind | --bin | --bi)
946 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)