Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
ImageMagick
/
7146ae86ebfa2805de74c1ed82d19fee935ca3fd
/
coders
5f16640
Fixed head buffer overflow reported in: https://github.com/ImageMagick/ImageMagick/issues/98
by dirk
· 9 years ago
998c687
Fixed out-of-bounds write reported in: https://github.com/ImageMagick/ImageMagick/issues/102
by dirk
· 9 years ago
bef1e4f
https://github.com/ImageMagick/ImageMagick/issues/120
by Cristy
· 9 years ago
cc29fa5
https://github.com/ImageMagick/ImageMagick/issues/121
by Cristy
· 9 years ago
b3dd69b
https://github.com/ImageMagick/ImageMagick/issues/122
by Cristy
· 9 years ago
4f2c04e
Added check for out of bounds read (https://github.com/ImageMagick/ImageMagick/issues/108).
by dirk
· 9 years ago
4b1b9c0
Added extra check to fix https://github.com/ImageMagick/ImageMagick/issues/93
by dirk
· 9 years ago
30eec87
Moved check for https://github.com/ImageMagick/ImageMagick/issues/92.
by dirk
· 9 years ago
62cf713
Added missing typecast.
by dirk
· 9 years ago
8b9f21c
Renamed FilterTypes to FilterType.
by dirk
· 9 years ago
b797b2c
Renamed mattecolor to alpha-color.
by dirk
· 9 years ago
abed7e2
Renamed hashmap.c to linked-list.c and removed the hashmap code.
by dirk
· 9 years ago
b60d1ed
https://github.com/ImageMagick/ImageMagick/issues/102
by Cristy
· 9 years ago
a2e1064
https://github.com/ImageMagick/ImageMagick/issues/104
by Cristy
· 9 years ago
ec763d6
https://github.com/ImageMagick/ImageMagick/issues/106
by Cristy
· 9 years ago
fcfb131
https://github.com/ImageMagick/ImageMagick/issues/107
by Cristy
· 9 years ago
68868fa
Use the image from the layer instead of composite on top of image.
by dirk
· 9 years ago
4756b6d
Read XCF layer name.
by dirk
· 9 years ago
ffb9daf
https://github.com/ImageMagick/ImageMagick/issues/91
by Cristy
· 9 years ago
f8c318d
https://github.com/ImageMagick/ImageMagick/issues/96
by Cristy
· 9 years ago
7be16a2
https://github.com/ImageMagick/ImageMagick/issues/99
by Cristy
· 9 years ago
14e606d
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1537213
by Cristy
· 9 years ago
b69086d
Fixed writing DocClass in CALS coder.
by dirk
· 9 years ago
7cd5b95
Write correct pitch and channel bitmasks for uncompressed DDS images.
by Dan Skorupski
· 9 years ago
a123a48
remove exec perm on source files
by Remi Collet
· 9 years ago
280215b
Rewrite reading pixel values.
by dirk
· 9 years ago
de9d231
Fixed check for bit depth.
by dirk
· 9 years ago
198fffa
Added check for bit depth 1.
by dirk
· 9 years ago
6cad3f6
Added checks for depth.
by dirk
· 9 years ago
ecf3f09
Fixed check.
by dirk
· 9 years ago
e14fd0a
Added missing call to ConstrainColormapIndex.
by dirk
· 9 years ago
6f1879d
Fixed overflow.
by dirk
· 9 years ago
2174484
https://github.com/ImageMagick/ImageMagick/issues/82
by Cristy
· 9 years ago
8dcf300
Fix compiler error
by Cristy
· 9 years ago
a2e7da8
Include option.h
by Cristy
· 9 years ago
a79f4f4
Build fix.
by dirk
· 9 years ago
af131f1
Added type parameter for Read/Write pixelmask to GetImageMask.
by dirk
· 9 years ago
4825f05
Remove 'view' option, -define fpx:view should be used instead.
by dirk
· 9 years ago
360b986
Replace fixes.
by dirk
· 9 years ago
68a6b50
Use a local pixel compare method instead of IsPixelEquivalent because only rgb should be checked.
by dirk
· 9 years ago
745b3bc
Group4Compression requires a bilevel image
by Cristy
· 9 years ago
3cb17ec
TIFF Group4 compression requires an image depth of 1
by Cristy
· 9 years ago
a648c5a
https://github.com/ImageMagick/ImageMagick/issues/66
by Cristy
· 9 years ago
d9d2c0d
Rename 'DrawAllocateWand' method to 'AcquireDrawingWand'
by Cristy
· 9 years ago
97af996
Set TIFF error handler in RegisterTIFFImage()
by Cristy
· 9 years ago
47950f6
Minor improvements to the thread-specific data methods
by Cristy
· 9 years ago
fe3a57e
Fixed another leak/bug.
by dirk
· 9 years ago
1196b1a
Eliminate c++ compiler warning
by Cristy
· 9 years ago
15bc0d6
Update RPM spec so an IMv7 RPM can build
by Cristy
· 9 years ago
b9ed408
Fixed another leak.
by dirk
· 9 years ago
ce4a355
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28786
by Cristy
· 9 years ago
bd9f1e7
Fixed memory leak when reading incorrect PSD files
by dirk
· 9 years ago
7ce65e7
Update copyright years
by Cristy
· 9 years ago
d5a9132
Added error message.
by dirk
· 9 years ago
de652d9
Added 'bmp3:alpha' option for including the alpha channel when writing an image in the BMP3 format.
by dirk
· 9 years ago
db6b52c
Fixed various warnings reported by Visual Studio 2015.
by dirk
· 9 years ago
47fc283
The DICOM reader now handles the rescale intercept and slope.
by dirk
· 9 years ago
85acc9f
Added missing call to ghost_info->delete_instance.
by dirk
· 9 years ago
9f3d8e3
Reduced buffer size.
by dirk
· 9 years ago
b4979cb
Fixed various warnings reported by Visual Studio 2015
by dirk
· 9 years ago
05d2ff7
Use 'magick_restrict' instead of 'restrict'.
by dirk
· 9 years ago
7516891
Fixed reading signed pixel data.
by dirk
· 9 years ago
252b3c6
http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=28658
by Cristy
· 9 years ago
c47dca9
Whitespace.
by dirk
· 9 years ago
bb0bb41
Added support for reading DICOM images with implicit vr little-endian transfer syntax.
by dirk
· 9 years ago
8f42400
https://github.com/ImageMagick/ImageMagick/issues/54
by Cristy
· 9 years ago
531aa15
Add 6dot variant for unicode and iso braille formats
by Samuel Thibault
· 9 years ago
42b6230
Fixed memory leak when reading Photoshop layers in a TIFF file.
by dirk
· 9 years ago
3a21153
Added extra check when reading the Photoshop layers.
by dirk
· 9 years ago
f9eb204
Added missing calls to png_set_user_limits.
by dirk
· 9 years ago
0b4c077
Eliminate C++ compiler error
by Cristy
· 9 years ago
ab6e609
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28502
by Cristy
· 9 years ago
c09781a
Fixed issue in jpeg:extent that prevented it from working.
by dirk
· 9 years ago
b20a179
Fixed alpha blending issue with semi-transparent pixels in the merged image of PSD files.
by dirk
· 9 years ago
ca41d62
Reverted typecast due to issues in 64-bit build.
by dirk
· 9 years ago
7b5a0d5
Fixed enabling the alpha channel for the creation of the merged image.
by dirk
· 9 years ago
e1f8f29
If the type is true color the image will be changed to DirectClass.
by dirk
· 9 years ago
af51eab
Fix for accessing subimage in a photoshop layer.
by dirk
· 9 years ago
2ad6d33
Fixed check for the number of pixels that will be allocated.
by dirk
· 9 years ago
99130c9
Don't close blob for JNG image
by Cristy
· 9 years ago
1142b32
Read the whole image @ image.jp2[0] or an individual tile @ image.jp2[1], image.jp2[2]
by Cristy
· 9 years ago
c93932a
Fixed various warnings reported by Visual Studio 2015
by dirk
· 9 years ago
39b28d3
http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=28422
by Cristy
· 9 years ago
e6fb02d
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28412
by Cristy
· 9 years ago
b912334
Revert RLE patch
by Cristy
· 9 years ago
52ec99e
Moved assertion and added not null check (Github: #33)
by dirk
· 9 years ago
7f8db42
https://github.com/ImageMagick/ImageMagick/issues/33
by Cristy
· 9 years ago
fa589d6
Fixed various warnings reported by Visual Studio 2015
by dirk
· 9 years ago
66d1345
Code tweaks, no functional changes
by Cristy
· 9 years ago
b5be932
Tietz offset is a Tiff property
by Cristy
· 9 years ago
fc16b54
Setting endianness of image earlier.
by dirk
· 9 years ago
3256579
https://github.com/ImageMagick/ImageMagick/issues/26
by Cristy
· 9 years ago
054e9fd
Merge branch 'master' of git.imagemagick.org:repos/ImageMagick
by Cristy
· 9 years ago
9125cd5
http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=28359
by Cristy
· 9 years ago
613a141
Fixed size of memory allocation to avoid segfault (Github: #32).
by dirk
· 9 years ago
7b6ffff
Fix for writing grayscale jp2 images.
by dirk
· 9 years ago
eb79408
Merge branch 'master' of git.imagemagick.org:repos/ImageMagick
by Cristy
· 9 years ago
120b581
Older versions of libpng do not support png_const_bytep
by Cristy
· 9 years ago
8648daf
Changed mime type.
by dirk
· 9 years ago
2aa15e6
Added mime type for json.
by dirk
· 9 years ago
Next »