2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update sw.yml
egorpugin
as Egor Pugin
More... 23 days ago
Update sw.yml
egorpugin
as Egor Pugin
More... 23 days ago
Merge branch 'master' of https://github.com/danbloomberg/leptonica More... 23 days ago
Fixed various coverity scan issues More... 23 days ago
Update sw.yml
egorpugin
as Egor Pugin
More... 23 days ago
Fix build status badge.
egorpugin
as Egor Pugin
More... 23 days ago
Update sw.yml
egorpugin
as Egor Pugin
More... 23 days ago
Update sw.yml
egorpugin
as Egor Pugin
More... 23 days ago
Update sw.yml
egorpugin
as Egor Pugin
More... 23 days ago
Merge pull request #737 from stweil/cov More... 23 days ago
Update sw.yml
egorpugin
as Egor Pugin
More... 23 days ago
Update sw.yml
egorpugin
as Egor Pugin
More... 23 days ago
Fix compiler warning (unused local constant) More... 23 days ago
Fix CID 1584213 (Unsigned compared against 0) More... 23 days ago
Update CMakeLists.txt More... 27 days ago
Update cmake-win64.yml More... 27 days ago
Added pixExtractRectangularRegions() * also improved feedback when fopenReadStream() fails for local directory More... 28 days ago
Resolve Issue #734: invalid colormap made in jbcorrelation and jbrankhaus. * Clarified comments in pixcmapIsValid() * Bad colormap indices were generated in jbDataRender() by doing bit-or between colormap indices. * Also clean up libversions.c More... about 1 month ago
Remove lept_fopen() and lept_fclose() functions from use in library. * They should only be used in programs; use fopenReadStream(), fopenWriteStream() and fclose() instead. * Do the opposite in prog: replace calls to fopenReadStream() and fopenWriteStream() by lept_fopen(); replace calls to fclose() by lept_fclose(). * Also add documentation clarifying when to use the functions lept_open, lept_close, lept_calloc and lept_free. More... about 2 months ago
Added documentation for high-level adaptive binarization functions More... about 2 months ago
Added file fliphmtgen.c.notused to clarify process of DWA generation * Also added user advice on image resolution to use for detection of text orientation (flipdetect.c) More... about 2 months ago
Small documentation clean up of the opj stream jp2k I/O implementation * In the improved implemtation, compression to and from memory is enabled by callbacks in the openjpeg library, and file stream operations are wrappers around the memory stream functions. More... about 2 months ago
Merge pull request #732 from atykhyy/jp2k-memio More... about 2 months ago
Fix errors introduced by patch merge More... about 2 months ago
Make pix{Read,Write}MemJp2k work via direct memory access. More... about 2 months ago
Fix Issue 730: artifacts and bad compression with pixWriteJp2k() * Anton Tykhyy reported problems with jp2k compression. * Comparing convert with quality=42 in ImageMagick 7.1.1, one gets a smaller and more accurate color image from a "featureless" input 1.6Mpixel image than with leptonica's pixWriteJp2k() interface. * In addition, leptonica was not robust to input of small images with a requested large number of resolution levels. * Following the lead of the ImageMagick encoder, the requested number of levels of resolution, nlevels, is now limited to 6 or 7. * For images with a min dimension smaller than 31, nlevels is reduced to 5 or less; for those between 32 and 63, nlevels is reduced to 6 if necessary. * The number of channels (1 for gray or 3 for rgb) is now set as an input parameter, to avoid false colors. * Also changed version to non-release 1.84.2. More... about 2 months ago
Merge pull request #731 from chris-liddell/master More... about 2 months ago
Remove C99 style inline declaration More... about 2 months ago
Fix fscanf return value in recogReadStream() when it just reads a string. * No conversions were done; look for -1 error code for failure to read * Also, remove width table for bmf characters; it is not used. More... about 2 months ago
Fixed fuzzing issue #66279 (asan oss-fuzz in pixa_recog_fuzzer) * test for index before doing lookup in font and baseline tables More... about 2 months ago