Search found 6 matches

by Steve_
2018-05-27T06:46:26-07:00
Forum: MagickWand
Topic: Image Magick with Lazarus not working after update.
Replies: 4
Views: 48459

Re: Image Magick with Lazarus not working after update.

Well my main concern was about having to put all those dlls into the distribution. It's strange that in the previous version they were somehow incorporated into the project exe file, although I hadn't tested the exe away from the project folder.

Thanks for your help snibgo!
by Steve_
2018-05-26T13:40:05-07:00
Forum: MagickWand
Topic: Image Magick with Lazarus not working after update.
Replies: 4
Views: 48459

Re: Image Magick with Lazarus not working after update.

Thanks snibgo,

I've replaced IM v7 with v6.9.9. The images are rendering properly now, but I still have to put those 25 IM dlls in the same folder as my project exe file. That can't be right surely?
by Steve_
2018-05-26T07:22:38-07:00
Forum: MagickWand
Topic: Image Magick with Lazarus not working after update.
Replies: 4
Views: 48459

Image Magick with Lazarus not working after update.

Hi, I've updated Lazarus and ImageMagic after 3 years, and initially I got the runtime error: "... CORE_RL_magick_.dll is missing from your computer." That dll is now called CORE_RL_MagickCore_.dll. I changed the following references in ImageMagic.pas: CORE_RL_magick_.dll to C:\Program Fil...
by Steve_
2015-10-30T11:43:41-07:00
Forum: Users
Topic: resize methods
Replies: 6
Views: 14189

Re: resize methods

Ok that's great snibgo. Many thanks.
by Steve_
2015-10-30T09:47:36-07:00
Forum: Users
Topic: resize methods
Replies: 6
Views: 14189

Re: resize methods

Hi, I'm trying the MagickResizeImage api, which works well, but I have a couple of questions: 1. I'm wondering if it is appropriate for zooming as it's actually changing the image contained in ImageMagic. I would have thought that zooming should be a temporary screen effect only. You could reload th...
by Steve_
2015-10-19T09:31:59-07:00
Forum: Developers
Topic: Using MagickRotateImage with Lazarus (Pascal)
Replies: 0
Views: 12922

Using MagickRotateImage with Lazarus (Pascal)

Hi, I need some help getting started with the Lazarus APIs. I can display a png image (with the code below) but I can't find a way to rotate the image using: MagickRotateImage(Wand,Background,degrees). Putting it in the code below has no effect. Thanks for any help. //-------------------------------...