summaryrefslogtreecommitdiff
path: root/cpp/poppler-image.h
AgeCommit message (Collapse)AuthorFilesLines
2020-07-03Run clang-formatAlbert Astals Cid1-4/+4
find . \( -name "*.cpp" -or -name "*.h" -or -name "*.c" -or -name "*.cc" \) -exec clang-format -i {} \; If you reached this file doing a git blame, please see README.contributors (instructions added 2 commits in the future to this one)
2018-05-04cpp: Expose more image modes, add option to select mode in rendererZsombor Hollay-Horvath1-1/+4
Bug #105558
2010-11-08[cpp] add image::bytes_per_row()Pino Toscano1-0/+1
2010-10-10[cpp] Add a new 'image' class.Pino Toscano1-0/+70
This implicitely shared class represents the data buffer of an "image", with direct access to the data. It also has a function to save to file (png/jpeg). Still a FIXME in the copy() method and in the save() (for mono images only).