summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/image-resolution.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-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
2018-10-02CMake: Allow to build with GraphicsMagick instead of ImageMagickEduard Braun1-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
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-1/+1
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-1/+1
This renames most C <*.h> includes into C++ <c*> includes.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-4/+4
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2017-11-07Misc. typosUnknown1-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 ```
2016-04-11[Bug #1545319] Failure to retrieve image resolution of PNGs with Units: ↵suv-lp1-7/+71
Undefined (clang from Xcode 4.6.3). Fixed bugs: - https://launchpad.net/bugs/1545319 (bzr r14772)
2014-10-01Importing. Fix for Bug #1325822 (BMP images resolution not correctly imported).Nicolas Dufour1-0/+7
Fixed bugs: - https://launchpad.net/bugs/1325822 (bzr r13573)
2014-04-10Fix for Bug #1302987 (Importing a PNG image with unittype field undefined ↵Nicolas Dufour1-11/+6
fails). Fixed bugs: - https://launchpad.net/bugs/1302987 (bzr r13279)
2014-02-07Fix for Bug #1275443 (Including picture results in crash).Nicolas Dufour1-0/+6
Fixed bugs: - https://launchpad.net/bugs/1275443 (bzr r13006)
2013-12-03ImageMagick exception handling improvements (see Bug #1252719).Nicolas Dufour1-1/+7
(bzr r12836)
2013-10-22Fixing unit convertion in PNG import Imagemagick fallback (see Bug #165952).Nicolas Dufour1-2/+9
(bzr r12711)
2013-09-23for bitmap import, use a default value of 90 dpi, if not otherwise ↵Alvin Penner1-9/+4
specified. Bug 165952, comment 43. (bzr r12583)
2013-09-14Do not recompress images when embedding and generating PDFs.Krzysztof Kosi??ski1-9/+9
Fixes blocker bug #871563. Fixed bugs: - https://launchpad.net/bugs/871563 (bzr r12516)
2013-05-12Fix for Bug #1085949 (Use ImageMagick fallback when importing bitmap ↵Nicolas Dufour1-0/+33
resolution). Fixed bugs: - https://launchpad.net/bugs/1085949 (bzr r12330)
2013-03-23Convert a couple of C-style pointer castsAlex Valavanis1-2/+2
(bzr r12237)
2013-02-11cppcheckKris De Gussem1-7/+1
(bzr r12117)
2012-12-26Bitmap. Test for JPEG resolution reordered, and coding style corrected.Nicolas Dufour1-179/+200
(bzr r11992)
2012-07-23Add missing files and add Daniel Wagenaar to AuthorsJosh Andler1-0/+318
(bzr r11568)