Page 1 of 1

can't find some shared functions

Posted: 2010-07-28T11:05:56-07:00
by gabrielo
Hi.

I tried to import some shared functions in Windows, but I can't find it.
I search in CORE_RL_*_.dll libraries, even in *.dll, in the installations path (and their subfolders), but can't find it.

The functions are:

SetCacheView, AcquireCacheNexus, GetPixelCacheArea, PersistCache, SyncCacheNexus, GetCacheNexus, SetCacheNexus, DestroyCoderList, DestroyColorList, Huffman2DEncodeImage, DestroyConfigureList, DestroyConstitute, DestroyDelegateList, DestroyLocaleList, GetLogInfo, DestroyLogList, DestroyMagicList, DestroyMagickList, DestroyRandomReservoir, DistillRandomEvent, AsynchronousDestroyMagickResources, DestroyMagickResources, InitializeMagickResources, DestroySemaphore, InitializeSemaphore, StringToDouble, DestroyTypeList, IsAccessible.

Do any of these functions will be available in a forthcoming new version? Any idea?

Best regards.

--
gabriel

Re: can't find some shared functions

Posted: 2010-07-28T16:00:10-07:00
by el_supremo
The functions containing "Cache" do not appear to exist in ImageMagick.
The rest of the functions are from the Wizard's Toolkit, but those I checked appear to be private functions. The public functions are considered to be those which are listed in the documentation at http://www.wizards-toolkit.org/script/api.php.

Pete