Search found 8 matches

by Shakin
2012-05-10T04:22:06-07:00
Forum: Developers
Topic: About Multithreading and convert
Replies: 7
Views: 24023

Re: About Multithreading and convert

Thank you. It's been useful.
by Shakin
2012-05-09T23:30:20-07:00
Forum: Developers
Topic: About Multithreading and convert
Replies: 7
Views: 24023

Re: About Multithreading and convert

Note that multiple treads only actually exist for short period of time what IM is processing an image. Generally one thread per row to the thread limit. TO see them you may need a very large image while appliing a very slow operation, like a large convolution. For example -gaussian 1000x1 (blur is ...
by Shakin
2012-05-04T00:10:22-07:00
Forum: Developers
Topic: About Multithreading and convert
Replies: 7
Views: 24023

Re: About Multithreading and convert

anthony wrote:Your IM may not be compiled with openMP enabled.
"convert -version" says it is. Here is the output:

Version: ImageMagick 6.7.6-5 2012-04-04 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP
by Shakin
2012-05-02T04:57:25-07:00
Forum: Developers
Topic: About Multithreading and convert
Replies: 7
Views: 24023

About Multithreading and convert

Hi All I run convert.exe with "-limit thread" key and number of threads, that equals number of processor cores on my PC. The problem is: in my Visual Studio Debugger I connect to the convert.exe process and try to see the threads. There is none. Can not I see them or is it really so? A lar...
by Shakin
2012-04-10T00:04:39-07:00
Forum: Windows COM+ & Visual Basic
Topic: Problems with ImageMagickObject
Replies: 6
Views: 83279

Re: Problems with ImageMagickObject

Werty wrote:Try placing the ImageMagickObject.dll in your windows/system32 folder and then regsrv it.
I've alredy done it. The result is same.
I can see its contents perfectly with Object Brouser but I can't register it. Is not this strange? Has not anyone else met the same problem?
by Shakin
2012-04-09T23:56:29-07:00
Forum: Users
Topic: An error message during converting any PDF file
Replies: 3
Views: 8980

Re: An error message during converting any PDF file

It works perfectly now, with Ghostscript installed.
Thank you!
by Shakin
2012-04-09T04:50:35-07:00
Forum: Users
Topic: An error message during converting any PDF file
Replies: 3
Views: 8980

An error message during converting any PDF file

Hi, All I try to convert a PDF file to any graphical format. I keep getting error message during the operation regardless If it is only picture in the pdf file or there is some text there either and what format I try to convert the pdf file into. The error is - " Error: invalidaccess; Offending...
by Shakin
2012-04-09T03:58:16-07:00
Forum: Windows COM+ & Visual Basic
Topic: Problems with ImageMagickObject
Replies: 6
Views: 83279

Problems with ImageMagickObject

Hi, All I can not register ImageMagickObject.dll either during installation process with corrisponding box set or with regsvr32.exe. In the later case I get a message about impossibility to load the module, even if I give the full path in the command line. In the former case I get "C:\Program F...