Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
ImageMagick
/
b57c23593f2f7894f752ecef69c4e0e975bac9b3
/
Magick++
e3319c1
Revert -spread behavior
by Cristy
· 9 years ago
cc332e3
http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=28043
by Cristy
· 9 years ago
6409f34
Added fontFamily to the Image class of Magick++.
by dirk
· 9 years ago
61ab4ad
Added fontStyle, fontWeight and textUnderColor to the Image class of Magick++.
by dirk
· 9 years ago
df64821
Fixed operator.
by dirk
· 9 years ago
acd0d4c
by cristy
· 9 years ago
ab4f0bb
Added IdentifyImageType that returns the potential type of the image, GetImageType will no longer do this.
by dirk
· 9 years ago
8c41a4b
Added methods to get the attribute and artifact names.
by dirk
· 9 years ago
0413cf6
by cristy
· 9 years ago
4777847
Added methods to get/set the density of a DrawingWand.
by dirk
· 9 years ago
1deff92
by cristy
· 9 years ago
e1c94d9
by cristy
· 9 years ago
1f5fd5a
Added copyPixels to Magick++.
by dirk
· 9 years ago
ccad00b
Various Coverity fixes.
by dirk
· 9 years ago
24d1144
Added SetRandomSeed to Magick++.
by dirk
· 9 years ago
fbb0a3f
Added isOpaque to the Image class of Magick++.
by dirk
· 10 years ago
3b8649e
Added extra overloads for the splice method of Magick++.
by dirk
· 10 years ago
f580104
Fixed argument type of sigmoidalContrast.
by dirk
· 10 years ago
151b66d
by cristy
· 10 years ago
c8e845f
Renamed alpha back to opacity for various Draw methods.
by dirk
· 10 years ago
06b627a
Renamed SetMagickInfo to AcquireMagickInfo and made the module and description mandatory.
by dirk
· 10 years ago
d9b47c6
by cristy
· 10 years ago
97bcd8d
Changed type of argument for reduceNoise method.
by dirk
· 10 years ago
0e671c2
Fixed typo.
by dirk
· 10 years ago
45faa26
Added module to CoderInfo.
by dirk
· 10 years ago
1d4a695
by cristy
· 10 years ago
1888443
Refactored replaceImage to fix issue detected by Coverity.
by dirk
· 10 years ago
8aebeb3
by cristy
· 10 years ago
6ee6991
Removed deprecated overloads.
by dirk
· 10 years ago
34e1a21
Renamed matte to alpha.
by dirk
· 10 years ago
e11ddbd
by cristy
· 10 years ago
9b60d0b
by cristy
· 10 years ago
44f58df
Removed invalid check.
by dirk
· 10 years ago
d14051c
Added extra check to avoid an exception.
by dirk
· 10 years ago
af4a73f
by cristy
· 10 years ago
73ade74
Fixed typo.
by dirk
· 10 years ago
24ae22e
Changed several booleans in MagickInfo to a flag.
by dirk
· 10 years ago
4f578be
Code cleanup.
by dirk
· 10 years ago
cd27554
Added repage() to Magick++.
by dirk
· 10 years ago
3317078
Code cleanup
by dirk
· 10 years ago
4b39a1b
Renamed property of ImageRef
by dirk
· 10 years ago
4514fcf
Minor fix
by dirk
· 10 years ago
e46e7dd
Minor optimization by using the new quiet() method in the constructor.
by dirk
· 10 years ago
7e2bdfa
Fixed setting the gamma for each channel instead of only the red one.
by dirk
· 10 years ago
6ec89b9
Fix for tap file due to new test.
by dirk
· 10 years ago
5fed14e
Renamed macro and added new macro for setting the channel mask.
by dirk
· 10 years ago
0cb8828
Added new test to Makefile.am
by dirk
· 10 years ago
ea0279d
Fixed conversion from and to string for Geometry and added tests for this.
by dirk
· 10 years ago
170ed0c
Minor changes in throwing exceptions.
by dirk
· 10 years ago
07f84e7
Moved quiet() to options and fixed calls to throwExeption.
by dirk
· 10 years ago
5ed5364
Minor change in execution order.
by dirk
· 10 years ago
bed10b1
Changed copyright
by dirk
· 10 years ago
1723755
Fixed setting the wrong member.
by dirk
· 10 years ago
49ccbc8
Added checks for empty string when setting 'magick'.
by dirk
· 10 years ago
00ac24b
Fixed hasChannel for gray images.
by dirk
· 10 years ago
d873c4a
Added new method to check if an image contains a specific channel.
by dirk
· 10 years ago
e8fddf8
More const changes.
by dirk
· 10 years ago
100c62c
Added const to various methods.
by dirk
· 10 years ago
2688844
Added check to satisfy coverity.
by dirk
· 10 years ago
b8ef6e8
Added check to satisfy coverity.
by dirk
· 10 years ago
867bea1
Fixed argument order.
by dirk
· 10 years ago
c8c6dd5
Replaced icm with icc.
by dirk
· 10 years ago
def23e5
by cristy
· 10 years ago
d826672
Code cleanup.
by dirk
· 10 years ago
eb68e91
Fixed type of parameter.
by dirk
· 10 years ago
1961611
Change call from SetClientName to GetClientName.
by dirk
· 10 years ago
02959a1
Build fix.
by dirk
· 10 years ago
1d668d4
Build fixes.
by dirk
· 10 years ago
7732889
Added new quiet method to the Image class of Magick++ to prevent throwing of warning exceptions.
by dirk
· 10 years ago
13ae385
Case change.
by dirk
· 10 years ago
74ff88b
Added canReadMultiThreaded and canWriteMultiThreaded to CoderInfo.
by dirk
· 10 years ago
7034a92
Copy past mistake.
by dirk
· 10 years ago
b1461b0
Fixed data type of argument for adaptiveThreshold.
by dirk
· 10 years ago
11a06d3
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26830
by cristy
· 10 years ago
b435339
Added Copyright.
by dirk
· 10 years ago
debd02e
Re-factored locking and BlobRef/ImageRef classes.
by dirk
· 10 years ago
39930a0
Fix problem with images written in an incorrect format and added test to Magick++ to check this.
by dirk
· 10 years ago
82e5f57
Removed registerId and unregisterId from Magick++.
by dirk
· 10 years ago
f020e0d
Buildfix.
by dirk
· 10 years ago
09ee8ad
Code cleanup.
by dirk
· 10 years ago
1ee51fe
Fixed usage of incorrect quotes.
by dirk
· 10 years ago
e8f3532
Fixed cast to string of Point.
by dirk
· 10 years ago
a6eef5b
Added methods to ResourceLimits class for the new ResourceType's.
by dirk
· 10 years ago
21a720e
Added using for new ResourceType's in Magick++.
by dirk
· 10 years ago
97ce535
Added using for new AlphaChannelOption's in Magick++.
by dirk
· 10 years ago
3c65c4f
Reverting changes due to problems with implicit typecast.
by dirk
· 10 years ago
40b3ec0
Added new constructor with size and imageSpec to Image class of Magick++.
by dirk
· 10 years ago
2d6dfed
Enabled autolinking for OpenEXR.
by dirk
· 10 years ago
c3723b4
Resample in Magick++ now uses a Point instead of a Geometry.
by dirk
· 10 years ago
be1bbac
Added new Point class for density in Image and Options.
by dirk
· 10 years ago
84f7dd5
Buildfix for demo's.
by dirk
· 10 years ago
263b876
Use std::vector instead of std::list.
by dirk
· 10 years ago
5f766ef
by cristy
· 10 years ago
5b4868f
by cristy
· 10 years ago
35553db
by cristy
· 10 years ago
86dfa06
by cristy
· 10 years ago
f63a449
by cristy
· 10 years ago
6d0da83
Added entropy to ChannelStatistics in Magick++.
by dirk
· 10 years ago
4ab21d0
Added connectedComponents to Magick++.
by dirk
· 10 years ago
51d4438
Made nested enum PixelType of Color class public.
by dirk
· 10 years ago
Next »