2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update cmake-win64.yml More... 3 months ago
Added pixExtractRectangularRegions() * also improved feedback when fopenReadStream() fails for local directory More... 3 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... 3 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... 3 months ago
Added documentation for high-level adaptive binarization functions More... 3 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... 3 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... 3 months ago
Merge pull request #732 from atykhyy/jp2k-memio More... 3 months ago
Fix errors introduced by patch merge More... 3 months ago
Make pix{Read,Write}MemJp2k work via direct memory access. More... 3 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... 3 months ago
Merge pull request #731 from chris-liddell/master More... 3 months ago
Remove C99 style inline declaration More... 4 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... 4 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... 4 months ago
Use system wrapper callSystemDebug() in programs * also have callSystemDebug() return an int (success or failure) More... 4 months ago
Use 4-arg error messages for a few I/O functions * This returns the name of the file that failed to open More... 4 months ago
Merge pull request #729 from stweil/actions More... 4 months ago
Update versions of used GitHub actions More... 4 months ago
Fix cmake build on Ubuntu and FreeBSD More... 4 months ago
cmake check for m library; use m library on FreeBSD for linking of specific programs More... 4 months ago
cmake check for min version of openjpeg 2.1 More... 4 months ago
Decrease requirement for C_STANDARD More... 4 months ago
Merge pull request #727 from stweil/autoconf More... 4 months ago
Fix two bugs, found in Issue #726 * use after free in gplot.c in code only invoked if error has occurred) * extra ';' in partify.c More... 4 months ago
Remove support for openjpeg 2.0. * This cleans up the jp2kio.c code and fixes a new bug with 2.5.0, where for reasons not yet understood the fragile code set up for 2.0 causes 2.5.0 to select the 2.0 path. * Improve error handling for stringLength() and stringCat(), and add tests to prog/string_reg. * Fix warnings of uninitialized or unused variables. * Prepare for release of 1.84.1 More... 4 months ago
Prepare for release of 1.84 More... 5 months ago
Clarify documentation in tiffio.c and pdfapp.c * Also clean up pixaWriteMemWebPAnim() More... 5 months ago
Update cmake-win64.yml More... 6 months ago
Merge pull request #723 from vrabaud/master More... 6 months ago