2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
Apr 16, 2023 — Apr 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update cmake-win64.yml More... 9 days ago
Update cmake-win64.yml More... 9 days ago
Merge pull request #740 from Andarwinux/mingw More... 10 days ago
cmake: fix library name More... 11 days ago
Fix GitHub action autotools-macos More... 22 days ago
New findpattern2_reg.c demonstrates generation of sels and their use. * also rename findpattern_reg.c ==> findpattern1_reg.c More... 22 days ago
Update sw.yml
egorpugin
as Egor Pugin
More... about 1 month ago
Update sw.yml
egorpugin
as Egor Pugin
More... about 1 month ago
Merge branch 'master' of https://github.com/danbloomberg/leptonica More... about 1 month ago
Fixed various coverity scan issues More... about 1 month ago
Update sw.yml
egorpugin
as Egor Pugin
More... about 1 month ago
Fix build status badge.
egorpugin
as Egor Pugin
More... about 1 month ago
Update sw.yml
egorpugin
as Egor Pugin
More... about 1 month ago
Update sw.yml
egorpugin
as Egor Pugin
More... about 1 month ago
Update sw.yml
egorpugin
as Egor Pugin
More... about 1 month ago
Merge pull request #737 from stweil/cov More... about 1 month ago
Update sw.yml
egorpugin
as Egor Pugin
More... about 1 month ago
Update sw.yml
egorpugin
as Egor Pugin
More... about 1 month ago
Fix compiler warning (unused local constant) More... about 1 month ago
Fix CID 1584213 (Unsigned compared against 0) More... about 1 month ago
Update CMakeLists.txt More... about 2 months ago
Update cmake-win64.yml More... about 2 months ago
Added pixExtractRectangularRegions() * also improved feedback when fopenReadStream() fails for local directory More... about 2 months 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 2 months 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... 2 months ago
Added documentation for high-level adaptive binarization functions More... 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... 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... 2 months ago
Merge pull request #732 from atykhyy/jp2k-memio More... 2 months ago
Fix errors introduced by patch merge More... 2 months ago