summaryrefslogtreecommitdiff
path: root/poppler/ImageEmbeddingUtils.cc
AgeCommit message (Expand)AuthorFilesLines
2024-01-23Update (C)Albert Astals Cid1-0/+1
2024-01-23Compress images when addedSune Vuorela1-3/+3
2023-05-16Update (C)Albert Astals Cid1-0/+1
2023-05-16Add missing #include <cstdio> prior to jpeglib.hJordan Abrahams-Whitehead1-0/+1
2022-04-02Fix MSVC warningAlbert Astals Cid1-1/+1
2022-04-02protect against big filesAlbert Astals Cid1-3/+10
2021-12-12Update (C)Albert Astals Cid1-0/+1
2021-12-12Include setjmp.h when WITH_JPEG=yes and WITH_PNG=noMarco Genasci1-0/+1
2021-12-01PngEmbedder::embedImage: Make sure we don't overflow doing the multiplicationsAlbert Astals Cid1-2/+18
2021-11-30Fix memory leak when embedders are not availableAlbert Astals Cid1-32/+20
2021-11-30ImageEmbeddingUtils::embed: Return early if filesize < 0Albert Astals Cid1-0/+4
2021-11-22Image embedding APIGeorgiy Sgibnev1-0/+407