summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/image-resolution.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* CMake: Allow to build with GraphicsMagick instead of ImageMagickEduard Braun2018-10-021-3/+3
| | | | | | | | | For now we still default to ImageMagick, but we can fall-back to GraphicsMagick (e.g. if only ImageMagick 7 is available; add a check for this). To prefer GraphicsMagick despite a compatible version of ImageMagick use -DWITH_IMAGE_MAGICK=OFF when running CMake
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-1/+1
|
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-4/+4
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Misc. typosUnknown2017-11-071-1/+1
| | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
* [Bug #1545319] Failure to retrieve image resolution of PNGs with Units: ↵suv-lp2016-04-111-7/+71
| | | | | | | | Undefined (clang from Xcode 4.6.3). Fixed bugs: - https://launchpad.net/bugs/1545319 (bzr r14772)
* Importing. Fix for Bug #1325822 (BMP images resolution not correctly imported).Nicolas Dufour2014-10-011-0/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1325822 (bzr r13573)
* Fix for Bug #1302987 (Importing a PNG image with unittype field undefined ↵Nicolas Dufour2014-04-101-11/+6
| | | | | | | | fails). Fixed bugs: - https://launchpad.net/bugs/1302987 (bzr r13279)
* Fix for Bug #1275443 (Including picture results in crash).Nicolas Dufour2014-02-071-0/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1275443 (bzr r13006)
* ImageMagick exception handling improvements (see Bug #1252719).Nicolas Dufour2013-12-031-1/+7
| | | (bzr r12836)
* Fixing unit convertion in PNG import Imagemagick fallback (see Bug #165952).Nicolas Dufour2013-10-221-2/+9
| | | (bzr r12711)
* for bitmap import, use a default value of 90 dpi, if not otherwise ↵Alvin Penner2013-09-231-9/+4
| | | | | specified. Bug 165952, comment 43. (bzr r12583)
* Do not recompress images when embedding and generating PDFs.Krzysztof Kosi??ski2013-09-141-9/+9
| | | | | | | | Fixes blocker bug #871563. Fixed bugs: - https://launchpad.net/bugs/871563 (bzr r12516)
* Fix for Bug #1085949 (Use ImageMagick fallback when importing bitmap ↵Nicolas Dufour2013-05-121-0/+33
| | | | | | | | resolution). Fixed bugs: - https://launchpad.net/bugs/1085949 (bzr r12330)
* Convert a couple of C-style pointer castsAlex Valavanis2013-03-231-2/+2
| | | (bzr r12237)
* cppcheckKris De Gussem2013-02-111-7/+1
| | | (bzr r12117)
* Bitmap. Test for JPEG resolution reordered, and coding style corrected.Nicolas Dufour2012-12-261-179/+200
| | | (bzr r11992)
* Add missing files and add Daniel Wagenaar to AuthorsJosh Andler2012-07-231-0/+318
(bzr r11568)