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
Add parameter for maximum horizontal stretching for croppdf * This allows better filling for a 8.5 x 11 inch printed page. More... 8 months ago
autogen: Suppress error message for missing libtoolize More... 8 months ago
Minor documentation change in utils2.c. * Also add numa3_reg to prog/alltests_reg. More... 8 months ago
Merge pull request #716 from stweil/ci More... 8 months ago
Add GitHub action for build and test on macOS More... 8 months ago
Merge pull request #715 from stweil/atomic More... 8 months ago
Merge pull request #714 from stweil/autoconf More... 8 months ago
Merge pull request #713 from stweil/macos More... 8 months ago
Use macOS specific directory instead of /tmp More... 8 months ago
Pull new pixCleanImage() out of cleanTo1bppFilesToPdf() * Also, allow for the input to be 1 bpp. * Test the new function for 1 bpp and grayscale in prog/misctest1 More... 8 months ago
Use ANSI function prototype (fixes compiler warning) More... 8 months ago
Refactor functions to allow reuse in croppdf and cleanpdf * Put helper functions for adaptive binarization and contrast enhancement in adaptmap.c. They were in pdfapp.c, a location that is too high-level for these image processing operations. * Get reuse because both these programs emit pdfs with 1 bpp images. * These functions and programs no longer take a threshold variable because background normalization is used for robustness. * Also show program progession by page in cleanpdf. More... 8 months ago
Fix documentation for cropping images in pdf files. More... 8 months ago
Add function pixCropImage() for cropping images * Also add function cropFilesToPdf() and prog/croppdf * Add static function pixAdaptTo1bppAndDarken() * Also remove 'thresh' parameter from cleanTo1bppFilesToPdf() and from prog/cleanpdf. We're using adaptive thresholding so varying this parameter from 180 within its allowed range has little effect. * Add tel3.tif for testing of cropping in prog/misctest1 More... 8 months ago
[sw] Remove ubuntu-20.04 workflow.
egorpugin
as Egor Pugin
More... 8 months ago
Casting required for ERROR_PTR() return with C++ compiler More... 8 months ago
Small change to prevent line wrap * also restored float label on constant in baseline.c More... 8 months ago
Merge pull request #710 from GerHobbelt/comment-tweaks-2 More... 8 months ago
Small change to resolve conflict in baseline.c with PR 710 * also documentation change in boxGetSideLocations() More... 8 months ago
Small change to prevent line wrap * also fix potential leak in pixFewColorsOctcubeQuant2() More... 8 months ago
Merge pull request #712 from GerHobbelt/numa-patch-2 More... 8 months ago
Merge pull request #711 from GerHobbelt/msvc-ykking-2 More... 8 months ago
additional comment fixes. More... 8 months ago
additional cumulative patch fixing MSVC2022 warnings about float "possile loss of significant digits", "possible use of uninitialized pointers" and "potentially risky unsigned vs. signad integer comparisons" (when comparing size variables). More... 8 months ago
comments: some minimal whitespace and typo corrections More... 8 months ago
numaGetCount(): make sure surrounding code/variables are properly pre-initialized to cope with the fringe case where the NUMA histogram is empty (count = 0) More... 8 months ago
numaGetCount(): improved checking for the fringe case where the NUMA histogram is empty (count = 0) More... 8 months ago
comments: some minimal whitespace and typo corrections More... 8 months ago
Use atomic operations for some index variables More... 8 months ago
autoconf: Remove obsolete AC_PROG_LIBTOOL More... 8 months ago