ImagemagickOpenCLDeviceProfile type

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
orti1980
Posts: 2
Joined: 2015-02-07T09:18:11-07:00
Authentication code: 6789

ImagemagickOpenCLDeviceProfile type

Post by orti1980 »

ImageMagick-6.9.0-4

is this normal?

<type>^A^@^@^@</type>

Code: Select all

<version>ImageMagick Device Selection v0.9</version>
<device><type>^A^@^@^@</type><name>Barts</name><driver>1642.5</driver><max cu>12</max cu><max clock>775</max clock><score>0.5250</score></device>
<device><type>^A^@^@^@</type><name>AMD FX(tm)-8120 Eight-Core Processor</name><driver>1642.5 (sse2,avx,fma4)</driver><max cu>8</max cu><max clock>4000</max clock><score>2.3930</score></device>
<device><type>^@^@^@^@</type><score>0.8640</score></device>

User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: ImagemagickOpenCLDeviceProfile type

Post by dlemstra »

It might look strange but it is correct. This is how the enum is written to the file.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Post Reply