2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #589 from zdenop/cmake_install More... over 2 years ago
improve cmake install; fixes #564 More... over 2 years ago
Move l_generateCIData() within pdfio2.c More... almost 3 years ago
Issue #586. Failure to properly wrap tiff-g4 in pdf without transcding * l_generateG4Data() can only take the first image from a tiff multipage file * l_generateG4Data() does not save the byte order (e.g., lsb-to-msb fails) * l_generateG4Data() saves the polarity (e.g., min-is-black), but polarity reversal has been observed in tests by Alexander Kobel. Require transcoding for wrapping all tiff images in pdf, even when no scaling is performed. Do not call l_generateG4Data() directly from l_generateCIData(). Fail if l_generateG4Data() is called on a multipage tiff file. Fail if pixGenerateG4Data() is called on a pix with a colormap. Also configured prog/ioformats_reg.c to properly record failure. More... almost 3 years ago
Merge pull request #587 from stweil/codeql-analysis More... almost 3 years ago
codeql-analysis: Use autotools instead of cmake More... almost 3 years ago
Create codeql-analysis.yml More... almost 3 years ago
Resolve issue #585 (invalid tiffbpl). * This rgb tiff with IFF_TIFF_JPEG coding has tiffbpl = 2/3 of the packedbpl. * Such packing was made on a Kodak scanner. It is not made using IFF_TIFF_JPEG on an rgb image with the standard tiff library, * Assuming it is valid, add another allowed case for the relation between tiffbpl and packedbpl. More... almost 3 years ago
Change README.md to use travis-cl.com instead of travis-cl.org. More... almost 3 years ago
Merge pull request #583 from rsesek/makeTempDirname-mac More... almost 3 years ago
makeTempDirname: use confstr on macOS, and fix a bug in path generation More... almost 3 years ago
Update .travis.yml
egorpugin
as Egor Pugin
More... almost 3 years ago
Fix Tesseract issue 3458: fail to read some colormap png with transparency * Added ability to read 2 bpp and 4 bpp colormap files with transparency * Added a function to analyze alpha values in a cmap to decide the size of the transparency (tRNS) png palette. * Added tests in pngio_reg.c for the 2, 4 and 8 bpp transparent cmap cases. More... almost 3 years ago
Bump version number to 1.82.0 in 8 files More... almost 3 years ago
Final changes for leptonica release 1.81.1 More... almost 3 years ago
Fix hashmap with dna key that was simply cast from the float64 value. * this might fix a problem with failures in 1.81.0 on 20-23 of hash_reg on architectures like armvhl, aarch64, ppc64le, s390x. * fix bug in hash_reg.c; add test for identical content between aset and hashmap operations on dna. * also add test of writing/reading in jp2kio_reg with J2K codec. More... almost 3 years ago
Add choice of codec (JP2 or J2K) when writing jp2k files. * also bump the patch rev number: from 1.81.0 --> 1.81.1 More... almost 3 years ago
Add thanks to Adam Korczynski for contributions to safety via OSS fuzzing More... almost 3 years ago
Bump cmake, sw versions.
egorpugin
as Egor Pugin
More... almost 3 years ago
Final changes for leptonica release 1.81.0 More... almost 3 years ago
Fix bug in calculating header size for jpeg2000. More... almost 3 years ago
Implemented reading of jpeg2000 data encoded in the j2k "codestream" format * There are two different codecs; up to now we only handled the more standard file format jp2. We still only write jp2. More... almost 3 years ago
Removed four of the boxa compare and adjustment functions * boxaSizeConsistency2() * boxConstrainSize(), * boxaReconcileEvenOddHeight() * boxaTestEvenOddHeight(). Also renamed boxaSizeConsistency1() --> boxaSizeConsistency() More... almost 3 years ago
Small cleanup of pnmio.c * Giulio Lunati made an elegant version, using fscanf instead of fseek, which fixed the bug where it swallowed a character when reading the pnm data from stdin. More... almost 3 years ago
Merge pull request #581 from giuliolunati/fix-pnmio More... almost 3 years ago
pnmio.c: avoid fseek() More... almost 3 years ago
Reversed the change in issue #579 to make detection on Mac OS more robust. Using TARGET_OS_MAC unfortunately breaks android code for iOS. More... almost 3 years ago
Removed an unnecessary function for generating a threshold array, not necessary for tesseract. Added an optional returned intermediate contrast normalization result to pixSauvolaOnContrastNorm() More... almost 3 years ago
Make target detection on Mac OS more robust (issue #579) * Also, use Sauvola tiling by default in a binarization function, and optionally return the binarization threshold array. More... almost 3 years ago
Add function for making a pixel threshold array from the result of thresholding * also check the number of images in a gif file and issue warning if > 1. More... about 3 years ago