2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #628 from stweil/const More... almost 2 years ago
Add more const attributes for BOX * and BOXA * More... almost 2 years ago
Cleanup of stub functions * Replaced strings giving function name by __func__ More... almost 2 years ago
Allow generation of pdf with JPEG encoding from 16 bpp pix. * Now, both FLATE and JPEG pdf encodings from 16 bpp are possible. More... almost 2 years ago
tesseract issue #3838: failure to select pdf encoding with d = 16 * Fixed by adding condition to use FLATE encoding for d = 16 bpp. More... almost 2 years ago
Merge pull request #624 from zdenop/cmake_improve More... almost 2 years ago
cmake: simplify LIBJP2K/OpenJPEG configuration More... almost 2 years ago
Merge branch 'DanBloomberg:master' into cmake_improve More... almost 2 years ago
Modified cleanpdf to allow 10 levels of darkening * Using only 4 levels did not give sufficient flexibility, particularly where the contrast in part of the images is only slightly too low. More... almost 2 years ago
cmake: improve style with cmake-format More... almost 2 years ago
improve detection of OPENJPEG and WEBP More... almost 2 years ago
Added inline documentation to explain tiff 1 bpp photometry * Specifically, why the pdf tag BlackIs1 is false when black is 1 (!) * no code change More... almost 2 years ago
Merge pull request #621 from stweil/autoconf More... almost 2 years ago
Update library name for pkg-config More... almost 2 years ago
Change input args to cleanpdf * allow for more flexibility when cleaning light images; now there are 4 levels that can be used for the 'darken' parameter. * change the order of the parameters, to put the output filename last * require all 7 arguments to be given * require valid values for the 'darken' and 'rotation' parameters; don't use defaults if invalid values are given. More... almost 2 years ago
Remove 'static char mainName' and replace mainName by __func__ in all prog. More... almost 2 years ago
Split out internals in ccbord.h in a similar way to pix and array. More... almost 2 years ago
Fix oss-fuzz issue 47294: Fuzzing build failure * Was trying to link liblept.a instead of libleptonica.a More... almost 2 years ago
Modify makefile.static and Makefile.am to include the internal header files * These are array_internal.h and pix_internal.h. Remove struct typedefs that were left in pix_internal.h and array_internal.h * Also increase the .so number from 5.4.0 to 6.0.0 * In Makefile.am, rename the library libleptonica, consistent with the library name generated by cmake. * These .so changes are necessary. The autotools library name change to libleptonica may be painful, but it will avoid problems with inconsistent naming that have been around for several years. More... almost 2 years ago
Merge pull request #619 from stweil/procname More... almost 2 years ago
Remove PROCNAME / procName and use __func__ More... almost 2 years ago
Split pix.h and array.h into a public interface and an internal interface * The internal files pix_internal.h and array_internal.h contain definitions of the structs. * The rest is the public interface, with typedefs and flags. * Applications should use the public interface, which includes accessors to the fields, but if necessary they can include the internal files. * Only twelve test programs in /prog require an internal file to be included. * These changes were suggested and promoted by Stefan Weil. They are a significant change to the ABI and will require increasing the .so number of the library to 6.0.0. More... almost 2 years ago
Removed 18 *GetRefcount() and *ChangeRefcount() functions * Reference counting for clones is now handled atomically through stdatomic.h More... almost 2 years ago
Cleanup of ccbord. * Made 7 functions static. * Replaced procName by __func__ in src and testing progs. More... almost 2 years ago
Merge pull request #617 from stweil/procname More... almost 2 years ago
Remove PROCNAME / procName and use __func__ More... about 2 years ago
Merge pull request #616 from stweil/procname More... about 2 years ago
Remove PROCNAME / procName and use __func__ More... about 2 years ago
Merge pull request #615 from stweil/threadsafe More... about 2 years ago
Merge pull request #613 from stweil/cov More... about 2 years ago