New Post: All ImageMagick commands take a long time
yes i can... this url is empty. i need a direkt link to "Magick.NET-Q16-AnyCPU.dll" can you give me this link?
View ArticleNew Post: All ImageMagick commands take a long time
You will need to add this url as a NuGet feed in Visual Studio and then you can find the package there.
View ArticleNew Post: EXIF Information with description?
You can find an example here: https://github.com/dlemstra/Magick.NET/blob/3d57f556ce2209273d8742548b5aab8c15371783/Magick.NET/Core/Profiles/Exif/ExifTag.cs#L171
View ArticleNew Post: All ImageMagick commands take a long time
Super - very fast Support! He needed for the first file is still time. i send new log today afternoon.
View ArticleNew Post: All ImageMagick commands take a long time
The performance hit for the first file should only happen once. The 'slowdown' is happening because of the OpenCL benchmark. You should not be able to reproduce the issue the second time you start the...
View ArticleNew Post: All ImageMagick commands take a long time
i have create new log-file with new imagemagick-version ... i have changed of this file "Magick.NET-Q16-AnyCPU.dll". In this version, I only need a dll :-)Here the 2 interesting lines Log: IM-Debug...
View ArticleNew Post: All ImageMagick commands take a long time
dlemstra wrote: The performance hit for the first file should only happen once. The 'slowdown' is happening because of the OpenCL benchmark. You should not be able to reproduce the issue the second...
View ArticleNew Post: All ImageMagick commands take a long time
What happens when you remove the contents of the following folder: C:\Users\Oliver\AppData\Local\ImageMagick\? Are any files being created there when you run your test program again?
View ArticleNew Post: All ImageMagick commands take a long time
i have delete this folder, here is new logfile:Log: 2016-08-15 2124
View ArticleNew Post: All ImageMagick commands take a long time
And now, i have delete this folder:C:\Users\Oliver\AppData\Local\Temp\Magick.NETAnd here is new log-line: IM-Debug [02542]: 2016-08-15T21:33:37+02:00 0:02.199 2.141u 7.0.2 Trace [8364]:...
View ArticleNew Post: All ImageMagick commands take a long time
I was asking for a deletion of another folder and the contents of that folder when you exit your program.
View ArticleNew Post: All ImageMagick commands take a long time
I have both deleted folder, one by one and looked if it improves. This folder will always be recreated "C:\Users\Oliver\AppData\Local\Temp\Magick.NET" No change, I have to always wait 8 seconds for the...
View ArticleNew Post: All ImageMagick commands take a long time
Do you have a folder called C:\Users\Oliver\AppData\Local\ImageMagick on your system? And does it contain files? This is not the same folder was you were talking about. p.s. There is an easy way to...
View ArticleNew Post: All ImageMagick commands take a long time
Yes i have this folder. And this is this content: ImagemagickOpenCLDeviceProfile.xml When i start image-magick debug-log, then this recreated this folder. without this lines:...
View ArticleNew Post: All ImageMagick commands take a long time
What is the contents of the file: ImagemagickOpenCLDeviceProfile.xml? p.s. Thanks for being so responsive in helping me figure out what is going on.
View ArticleNew Post: All ImageMagick commands take a long time
<devices><device name="CPU" score="7.636"/><device platform="Intel(R) OpenCL" name="Intel(R) HD Graphics 4600" version="20.19.15.4331" maxClockFrequency="1200" maxComputeUnits="20"...
View ArticleNew Post: EXIF Information with description?
Question: Bit 0 = Unspecified compression Bit 1 = Modified Huffman Bit 2 = Modified Read Bit 3 = Modified MR is this ok? [ExifTagDescription((ushort)0, "Unspecified compression")]...
View ArticleNew Post: EXIF Information with description?
and 0x1 = sRGB 0x2 = Adobe RGB 0xfffd = Wide Gamut RGB 0xfffe = ICC Profile 0xffff = Uncalibrated ok? [ExifTagDescription((string)"0x1", "sRGB")] [ExifTagDescription((string)"0x2", "Adobe RGB")]...
View ArticleNew Post: EXIF Information with description?
That won't work the type (ushort) must be the correct type for this exif tag and for CodingMethods you should use long (N). Bit 0,1,2 are correct but bit 3 means the value 4 and bit 6 means value 32.
View Article