* Repair a few incorrect LocaleNCompare() calls (ttf.c, ps.c). * Path no longer closed if join style is round (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16943). * Add case for BGRQuantum to GetQuantumExtent(). * Support no compression on PCX write. * Fixed bug in the raw BGRA coders (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16880). * Fix off-by-one error in the PSD coders. * Nicolas Robidoux with the assistance of Chantal Racette contribute an approximation of the sinc function over the interval [-3,3]. * Eliminate a small memory leak in LevelizeImageChannel() (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16951). * Recognize -fx logtwo (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16958). OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=41
12 lines
300 B
Diff
12 lines
300 B
Diff
--- Magick++/demo/makefile.2
|
|
+++ Magick++/demo/makefile.2
|
|
@@ -0,0 +1,8 @@
|
|
+LDFLAGS= $(shell Magick-config --ldflags)
|
|
+LOADLIBES=-lMagick++ $(shell Magick-config --libs)
|
|
+CPPFLAGS=$(shell Magick-config --cflags) $(shell Magick-config --cppflags)
|
|
+
|
|
+all: button demo detrans flip shapes
|
|
+
|
|
+
|
|
+
|