Search found 2 matches

by lavenderx311
2015-08-04T21:11:43-07:00
Forum: Magick++
Topic: Seekdir and Telldir not working in Visual Studio
Replies: 0
Views: 11102

Seekdir and Telldir not working in Visual Studio

Hi all, I coded a program in Xcode on Mac and it was working perfectly fine. When I tried to transfer it over to Visual Studios Community 2015 on Windows the two functions seekdir() and telldir() will not work, while opendir() is okay. The error says "identifier "seekdir" is undefined...
by lavenderx311
2015-08-03T19:43:33-07:00
Forum: Magick++
Topic: Drop shadow or fade function in Magick++
Replies: 2
Views: 10933

Drop shadow or fade function in Magick++

I'm writing in C++ for ImageMagick 6.9.1-10 and am desperately needing a drop shadow function for my images. Magick++ only has a shadow function (which only makes the entire image a shadow of itself). Right now, I've copied my image, placed it behind my original, and added the shadow function to it....