summaryrefslogtreecommitdiff
path: root/cpp/poppler-image.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-03-11Add readability-braces-around-statementsAlbert Astals Cid1-1/+2
2021-08-27CI: Enable google-explicit-constructorAlbert Astals Cid1-2/+2
2020-07-03Run clang-formatAlbert Astals Cid1-37/+22
2019-12-02Enable modernize-use-emplaceAlbert Astals Cid1-5/+5
2019-12-02Enable modernize-make-shared and modernize-make-uniqueAlbert Astals Cid1-4/+4
2019-11-29Enable readability-inconsistent-declaration-parameter-nameAlbert Astals Cid1-7/+7
2019-11-29Return early in operator= if we're assigning to ourselvesAlbert Astals Cid1-1/+4
2019-02-10cpp: docs: Add header file informationMasamichi Hosoda1-0/+3
2018-09-01Update (C) from last commitsAlbert Astals Cid1-0/+1
2018-08-31Bump required C++ standard version to C++14 and convert a few hopefully obvio...Adam Reichold1-1/+1
2018-05-04cpp: Expose more image modes, add option to select mode in rendererZsombor Hollay-Horvath1-1/+45
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-10/+10
2018-01-08Delete lots of copy constructors and copy assignment operatorsAlbert Astals Cid1-1/+3
2017-11-12Fix for corrupted image files on WindowsJeroen Ooms1-1/+2
2017-05-05auto_ptr -> unique_ptrAlbert Astals Cid1-4/+5
2013-12-10Update copyrightsAlbert Astals Cid1-0/+1
2013-08-30Make cpp/poppler-image.cc use goo/NetPBMWriterAdrian Johnson1-8/+6
2011-01-06[cpp/apidox] advertize the 'pnm' image formatPino Toscano1-0/+1
2011-01-06[cpp] Add PNM (PBM/PGM/PPM) exporting to 'image'.Pino Toscano1-1/+21
2010-12-29[cpp] add TIFF output to 'image'Pino Toscano1-0/+12
2010-11-08[cpp/apidox] add the minimum version of 'image'Pino Toscano1-0/+2
2010-11-08[cpp] add image::bytes_per_row()Pino Toscano1-0/+8
2010-10-14[cpp] make it compile also when there are no image formats availablePino Toscano1-0/+1
2010-10-10[cpp] Add a new 'image' class.Pino Toscano1-0/+431