Page 1 of 1

PDF to Grayscale PDF conversion issue

Posted: 2018-03-05T08:32:24-07:00
by jp_semery
Hi

I'm trying to convert a PDF to grayscale PDF

comand line:

magick convert in.pdf -colorspace gray -interlace none -density 300 -quality 100 u:\temp\out.pdf

My problem is that the input image size is 17.75" x 22.0" but the produced output is only 4.26" x 5.28"

I've tried adding the -resize 100% but it did not work

I should mention that the pdf contains a single embedded bitmap @ 300 DPI (17.75"x 22.0"

Any help is greatly appreciated.

Thank you

Re: PDF to Grayscale PDF conversion issue

Posted: 2018-03-05T08:43:05-07:00
by snibgo
Without seeing in.pdf, we can only guess. As 17.75/4.26 = 300/72, perhaps the solution is to insert "-density 72" before writing the output PDF.

Re: PDF to Grayscale PDF conversion issue

Posted: 2018-03-05T09:15:16-07:00
by jp_semery
Thanks. The image size is now right but the quality is terrible:

I cannot attach images but the output looks terrible and is basically unusable

if I extract the embedded bitmap from the output The file image size is 1274x1579 @299 dpi when using -density 300
or 1278x1584 @ 72 dpi when using -density 72

The original image is 5325x6600 @ 300 dpi

Thanks again for the help

Re: PDF to Grayscale PDF conversion issue

Posted: 2018-03-05T09:41:02-07:00
by snibgo
What version of IM? What is your exact command?

Re: PDF to Grayscale PDF conversion issue

Posted: 2018-03-05T09:45:21-07:00
by jp_semery
snibgo wrote: 2018-03-05T09:41:02-07:00 What version of IM? What is your exact command?
ImageMagick-7.0.7-Q16

Re: PDF to Grayscale PDF conversion issue

Posted: 2018-03-05T09:49:51-07:00
by jp_semery
jp_semery wrote: 2018-03-05T09:45:21-07:00
snibgo wrote: 2018-03-05T09:41:02-07:00 What version of IM? What is your exact command?
ImageMagick-7.0.7-Q16
magick convert in.pdf -colorspace gray -interlace none -density 300 -quality 100 u:\temp\out.pdf
magick convert in.pdf -colorspace gray -interlace none -density 72 -quality 100 u:\temp\out.pdf

Also Tried adding the -size parameter which did not help

Re: PDF to Grayscale PDF conversion issue

Posted: 2018-03-05T10:48:47-07:00
by jp_semery
I have attached the full debug log if that's of any help
C:\Program Files (x86)\ImageMagick-7.0.7-Q16>magick convert U:\LOC\xxx\12001\01\12001_front_of_ballot__devant_du_bulletin.pdf -colorspace gray -density 72 -quality 100 -debug All u:\temp\gray.pdf
2018-03-05T12:45:01-05:00 0:03.468 0.016u 7.0.7 Configure convert[34440]: utility.c/ExpandFilenames/959/Configure
Command line: convert {U:\LOC\xxx\12001\01\12001_front_of_ballot__devant_du_bulletin.pdf} {-colorspace} {gray} {-density} {72} {-quality} {100} {-debug} {All} {u:\temp\gray.pdf}
2018-03-05T12:45:01-05:00 0:03.497 0.031u 7.0.7 Configure convert[34440]: nt-base.c/NTRegistryKeyLookup/2034/Configure
SOFTWARE\ImageMagick\7.0.7\Q:16
2018-03-05T12:45:01-05:00 0:03.512 0.031u 7.0.7 Configure convert[34440]: nt-base.c/NTRegistryKeyLookup/2052/Configure
ConfigurePath
2018-03-05T12:45:01-05:00 0:03.526 0.031u 7.0.7 Configure convert[34440]: nt-base.c/NTRegistryKeyLookup/2034/Configure
SOFTWARE\ImageMagick\7.0.7\Q:16
2018-03-05T12:45:01-05:00 0:03.540 0.031u 7.0.7 Configure convert[34440]: nt-base.c/NTRegistryKeyLookup/2052/Configure
ConfigurePath
2018-03-05T12:45:01-05:00 0:03.552 0.031u 7.0.7 Configure convert[34440]: configure.c/GetConfigureOptions/687/Configure
Searching for configure file: "C:\Program Files (x86)\ImageMagick-7.0.7-Q16\coder.xml"
2018-03-05T12:45:01-05:00 0:03.571 0.031u 7.0.7 Configure convert[34440]: configure.c/GetConfigureOptions/687/Configure
Searching for configure file: "C:\Users\jsemery\AppData\Local\ImageMagick\coder.xml"
2018-03-05T12:45:01-05:00 0:03.591 0.031u 7.0.7 Configure convert[34440]: coder.c/LoadCoderCache/817/Configure
Loading coder configuration file "C:\Program Files (x86)\ImageMagick-7.0.7-Q16\coder.xml" ...
2018-03-05T12:45:01-05:00 0:03.610 0.031u 7.0.7 Module convert[34440]: module.c/OpenModule/1261/Module
Searching for module "PDF" using filename "IM_MOD_RL_PDF_.dll"
2018-03-05T12:45:01-05:00 0:03.625 0.031u 7.0.7 Module convert[34440]: module.c/GetMagickModulePath/546/Module
Searching for coder module file "IM_MOD_RL_PDF_.dll" ...
2018-03-05T12:45:01-05:00 0:03.641 0.031u 7.0.7 Configure convert[34440]: nt-base.c/NTRegistryKeyLookup/2034/Configure
SOFTWARE\ImageMagick\7.0.7\Q:16
2018-03-05T12:45:01-05:00 0:03.654 0.031u 7.0.7 Configure convert[34440]: nt-base.c/NTRegistryKeyLookup/2052/Configure
CoderModulesPath
2018-03-05T12:45:01-05:00 0:03.668 0.031u 7.0.7 Module convert[34440]: module.c/OpenModule/1270/Module
Opening module at path "C:\Program Files (x86)\ImageMagick-7.0.7-Q16\modules\coders\IM_MOD_RL_PDF_.dll"
2018-03-05T12:45:01-05:00 0:03.687 0.047u 7.0.7 Module convert[34440]: module.c/OpenModule/1297/Module
Method "RegisterPDFImage" in module "PDF" at address 5AA72D50
2018-03-05T12:45:01-05:00 0:03.702 0.047u 7.0.7 Module convert[34440]: module.c/OpenModule/1311/Module
Method "UnregisterPDFImage" in module "PDF" at address 5AA73010
2018-03-05T12:45:01-05:00 0:03.717 0.047u 7.0.7 Configure convert[34440]: nt-base.c/NTRegistryKeyLookup/2034/Configure
SOFTWARE\ImageMagick\7.0.7\Q:16
2018-03-05T12:45:01-05:00 0:03.731 0.047u 7.0.7 Configure convert[34440]: nt-base.c/NTRegistryKeyLookup/2052/Configure
ConfigurePath
2018-03-05T12:45:01-05:00 0:03.744 0.047u 7.0.7 Configure convert[34440]: nt-base.c/NTRegistryKeyLookup/2034/Configure
SOFTWARE\ImageMagick\7.0.7\Q:16
2018-03-05T12:45:01-05:00 0:03.759 0.047u 7.0.7 Configure convert[34440]: nt-base.c/NTRegistryKeyLookup/2052/Configure
ConfigurePath
2018-03-05T12:45:01-05:00 0:03.772 0.047u 7.0.7 Configure convert[34440]: configure.c/GetConfigureOptions/687/Configure
Searching for configure file: "C:\Program Files (x86)\ImageMagick-7.0.7-Q16\magic.xml"
2018-03-05T12:45:01-05:00 0:03.791 0.047u 7.0.7 Configure convert[34440]: configure.c/GetConfigureOptions/687/Configure
Searching for configure file: "C:\Users\jsemery\AppData\Local\ImageMagick\magic.xml"
2018-03-05T12:45:01-05:00 0:03.811 0.047u 7.0.7 Configure convert[34440]: magic.c/LoadMagicCache/847/Configure
Loading magic configure file "C:\Program Files (x86)\ImageMagick-7.0.7-Q16\magic.xml" ...
2018-03-05T12:45:01-05:00 0:03.830 0.047u 7.0.7 Policy convert[34440]: policy.c/IsRightsAuthorized/609/Policy
Domain: Path; rights=Read; pattern="U:\LOC\xxx\12001\01\12001_front_of_ballot__devant_du_bulletin.pdf" ...
2018-03-05T12:45:05-05:00 0:07.748 0.047u 7.0.7 Blob convert[34440]: blob.c/OpenBlob/3251/Blob
read 3 magic header bytes
2018-03-05T12:45:05-05:00 0:07.762 0.062u 7.0.7 Cache convert[34440]: cache.c/DestroyPixelCache/955/Cache
destroy
2018-03-05T12:45:05-05:00 0:07.773 0.062u 7.0.7 Policy convert[34440]: policy.c/IsRightsAuthorized/609/Policy
Domain: Coder; rights=Read; pattern="PDF" ...
2018-03-05T12:45:05-05:00 0:07.788 0.062u 7.0.7 Policy convert[34440]: policy.c/IsRightsAuthorized/609/Policy
Domain: Path; rights=Read; pattern="U:\LOC\xxx\12001\01\12001_front_of_ballot__devant_du_bulletin.pdf" ...
2018-03-05T12:45:05-05:00 0:07.808 0.062u 7.0.7 Blob convert[34440]: blob.c/OpenBlob/3251/Blob
read 3 magic header bytes
2018-03-05T12:45:05-05:00 0:07.822 0.062u 7.0.7 Resource convert[34440]: resource.c/AcquireUniqueFileResource/610/Resource
...
2018-03-05T12:45:05-05:00 0:07.839 0.078u 7.0.7 Resource convert[34440]: resource.c/AcquireUniqueFileResource/664/Resource
C:/Temp/3/magick-34440CcOjeH2Q56iK
2018-03-05T12:45:05-05:00 0:07.895 0.109u 7.0.7 Resource convert[34440]: resource.c/AcquireUniqueFileResource/610/Resource
...
2018-03-05T12:45:05-05:00 0:07.909 0.109u 7.0.7 Resource convert[34440]: resource.c/AcquireUniqueFileResource/664/Resource
C:/Temp/3/magick-34440XvZKyR9l9bso
2018-03-05T12:45:05-05:00 0:07.926 0.109u 7.0.7 Configure convert[34440]: nt-base.c/NTRegistryKeyLookup/2034/Configure
SOFTWARE\ImageMagick\7.0.7\Q:16
2018-03-05T12:45:05-05:00 0:07.940 0.109u 7.0.7 Configure convert[34440]: nt-base.c/NTRegistryKeyLookup/2052/Configure
ConfigurePath
2018-03-05T12:45:05-05:00 0:07.953 0.109u 7.0.7 Configure convert[34440]: nt-base.c/NTRegistryKeyLookup/2034/Configure
SOFTWARE\ImageMagick\7.0.7\Q:16
2018-03-05T12:45:05-05:00 0:07.968 0.109u 7.0.7 Configure convert[34440]: nt-base.c/NTRegistryKeyLookup/2052/Configure
ConfigurePath
2018-03-05T12:45:05-05:00 0:07.981 0.125u 7.0.7 Configure convert[34440]: configure.c/GetConfigureOptions/687/Configure
Searching for configure file: "C:\Program Files (x86)\ImageMagick-7.0.7-Q16\delegates.xml"
2018-03-05T12:45:05-05:00 0:08.002 0.125u 7.0.7 Configure convert[34440]: configure.c/GetConfigureOptions/687/Configure
Searching for configure file: "C:\Users\jsemery\AppData\Local\ImageMagick\delegates.xml"
2018-03-05T12:45:05-05:00 0:08.021 0.125u 7.0.7 Configure convert[34440]: delegate.c/LoadDelegateCache/2014/Configure
Loading delegate configuration file "C:\Program Files (x86)\ImageMagick-7.0.7-Q16\delegates.xml" ...
2018-03-05T12:45:05-05:00 0:08.043 0.125u 7.0.7 Configure convert[34440]: nt-base.c/NTLocateGhostscript/1206/Configure
Ghostscript (GPL Ghostscript) version 9.22
2018-03-05T12:45:05-05:00 0:08.059 0.125u 7.0.7 Configure convert[34440]: nt-base.c/NTGhostscriptGetString/1305/Configure
registry: "HKEY_LOCAL_MACHINE\SOFTWARE\GPL Ghostscript\9.22\GS_DLL"="C:\Program Files (x86)\gs\gs9.22\bin\gsdll32.dll"
2018-03-05T12:45:05-05:00 0:08.084 0.125u 7.0.7 Resource convert[34440]: resource.c/AcquireUniqueFileResource/610/Resource
...
2018-03-05T12:45:05-05:00 0:08.097 0.125u 7.0.7 Resource convert[34440]: resource.c/AcquireUniqueFileResource/664/Resource
C:/Temp/3/magick-34440_BijcEmzEdla
2018-03-05T12:45:05-05:00 0:08.112 0.125u 7.0.7 Resource convert[34440]: resource.c/RelinquishUniqueFileResource/1201/Resource
C:/Temp/3/magick-34440_BijcEmzEdla
2018-03-05T12:45:05-05:00 0:08.127 0.125u 7.0.7 Configure convert[34440]: nt-base.c/NTGhostscriptGetString/1305/Configure
registry: "HKEY_LOCAL_MACHINE\SOFTWARE\GPL Ghostscript\9.22\GS_DLL"="C:\Program Files (x86)\gs\gs9.22\bin\gsdll32.dll"
2018-03-05T12:45:07-05:00 0:09.284 1.248u 7.0.7 Resource convert[34440]: resource.c/RelinquishUniqueFileResource/1201/Resource
C:/Temp/3/magick-34440XvZKyR9l9bso
2018-03-05T12:45:07-05:00 0:09.300 1.264u 7.0.7 Resource convert[34440]: resource.c/RelinquishUniqueFileResource/1201/Resource
C:/Temp/3/magick-34440CcOjeH2Q56iK
2018-03-05T12:45:07-05:00 0:09.317 1.264u 7.0.7 Policy convert[34440]: policy.c/IsRightsAuthorized/609/Policy
Domain: Path; rights=Read; pattern="C:/Temp/3/magick-34440_BijcEmzEdla1" ...
2018-03-05T12:45:07-05:00 0:09.334 1.264u 7.0.7 Blob convert[34440]: blob.c/OpenBlob/3251/Blob
read 3 magic header bytes
2018-03-05T12:45:07-05:00 0:09.346 1.264u 7.0.7 Cache convert[34440]: cache.c/DestroyPixelCache/955/Cache
destroy
2018-03-05T12:45:07-05:00 0:09.357 1.264u 7.0.7 Module convert[34440]: module.c/OpenModule/1261/Module
Searching for module "PNG" using filename "IM_MOD_RL_PNG_.dll"
2018-03-05T12:45:07-05:00 0:09.373 1.264u 7.0.7 Module convert[34440]: module.c/GetMagickModulePath/546/Module
Searching for coder module file "IM_MOD_RL_PNG_.dll" ...
2018-03-05T12:45:07-05:00 0:09.390 1.264u 7.0.7 Configure convert[34440]: nt-base.c/NTRegistryKeyLookup/2034/Configure
SOFTWARE\ImageMagick\7.0.7\Q:16
2018-03-05T12:45:07-05:00 0:09.408 1.264u 7.0.7 Configure convert[34440]: nt-base.c/NTRegistryKeyLookup/2052/Configure
CoderModulesPath
2018-03-05T12:45:07-05:00 0:09.421 1.264u 7.0.7 Module convert[34440]: module.c/OpenModule/1270/Module
Opening module at path "C:\Program Files (x86)\ImageMagick-7.0.7-Q16\modules\coders\IM_MOD_RL_PNG_.dll"
2018-03-05T12:45:07-05:00 0:09.442 1.264u 7.0.7 Module convert[34440]: module.c/OpenModule/1297/Module
Method "RegisterPNGImage" in module "PNG" at address 5514C300
2018-03-05T12:45:07-05:00 0:09.457 1.264u 7.0.7 Module convert[34440]: module.c/OpenModule/1311/Module
Method "UnregisterPNGImage" in module "PNG" at address 5514CA30
2018-03-05T12:45:07-05:00 0:09.474 1.264u 7.0.7 Policy convert[34440]: policy.c/IsRightsAuthorized/609/Policy
Domain: Coder; rights=Read; pattern="PNG" ...
2018-03-05T12:45:07-05:00 0:09.489 1.264u 7.0.7 Policy convert[34440]: policy.c/IsRightsAuthorized/609/Policy
Domain: Path; rights=Read; pattern="C:/Temp/3/magick-34440_BijcEmzEdla1" ...
2018-03-05T12:45:07-05:00 0:09.506 1.264u 7.0.7 Blob convert[34440]: blob.c/OpenBlob/3251/Blob
read 3 magic header bytes
2018-03-05T12:45:07-05:00 0:09.518 1.264u 7.0.7 Cache convert[34440]: cache.c/DestroyPixelCache/955/Cache
destroy
2018-03-05T12:45:07-05:00 0:09.530 1.264u 7.0.7 Coder convert[34440]: png.c/ReadPNGImage/4217/Coder
Enter ReadPNGImage()
2018-03-05T12:45:07-05:00 0:09.541 1.264u 7.0.7 Policy convert[34440]: policy.c/IsRightsAuthorized/609/Policy
Domain: Path; rights=Read; pattern="C:/Temp/3/magick-34440_BijcEmzEdla1" ...
2018-03-05T12:45:07-05:00 0:09.560 1.264u 7.0.7 Blob convert[34440]: blob.c/OpenBlob/3251/Blob
read 3 magic header bytes
2018-03-05T12:45:07-05:00 0:09.571 1.264u 7.0.7 Coder convert[34440]: png.c/ReadOnePNGImage/2251/Coder
Enter ReadOnePNGImage()
IM version = 7.0.7-25
Libpng version = 1.6.34
2018-03-05T12:45:07-05:00 0:09.591 1.264u 7.0.7 Coder convert[34440]: png.c/ReadOnePNGImage/2264/Coder
Zlib version = 1.2.11
2018-03-05T12:45:07-05:00 0:09.603 1.264u 7.0.7 Coder convert[34440]: png.c/ReadOnePNGImage/2296/Coder
Before reading:
image->alpha_trait=0
image->rendering_intent=2
image->colorspace=23
image->gamma=0.454545
2018-03-05T12:45:07-05:00 0:09.629 1.264u 7.0.7 Coder convert[34440]: png.c/ReadOnePNGImage/2599/Coder
PNG width: 1278, height: 1584
PNG color_type: 6, bit_depth: 8
PNG compression_method: 0
PNG interlace_method: 0, filter_method: 0
2018-03-05T12:45:07-05:00 0:09.653 1.264u 7.0.7 Coder convert[34440]: png.c/ReadOnePNGImage/2615/Coder
Found PNG iCCP chunk.
2018-03-05T12:45:07-05:00 0:09.665 1.264u 7.0.7 Coder convert[34440]: png.c/ReadOnePNGImage/2683/Coder
Reading PNG iCCP chunk.
2018-03-05T12:45:07-05:00 0:09.677 1.264u 7.0.7 Coder convert[34440]: png.c/ReadOnePNGImage/2747/Coder
Got 2576-byte ICC profile not recognized as sRGB
2018-03-05T12:45:07-05:00 0:09.691 1.264u 7.0.7 Coder convert[34440]: png.c/ReadOnePNGImage/2920/Coder
Reading PNG pHYs chunk: xres: 2835, yres: 2835, units: 1.
2018-03-05T12:45:07-05:00 0:09.706 1.264u 7.0.7 Coder convert[34440]: png.c/ReadOnePNGImage/3028/Coder
Reading PNG bKGD chunk, raw ping_background=(65535,65535,65535)
bkgd_scale=257. ping_background=(65535,65535,65535)
2018-03-05T12:45:07-05:00 0:09.727 1.264u 7.0.7 Coder convert[34440]: png.c/ReadOnePNGImage/3049/Coder
image->background_color=(65535,65535,65535).
2018-03-05T12:45:07-05:00 0:09.741 1.264u 7.0.7 Coder convert[34440]: png.c/ReadOnePNGImage/3189/Coder
image->gamma=0.454545
2018-03-05T12:45:07-05:00 0:09.754 1.264u 7.0.7 Coder convert[34440]: png.c/ReadOnePNGImage/3215/Coder
image->colorspace=23
2018-03-05T12:45:07-05:00 0:09.768 1.264u 7.0.7 Coder convert[34440]: png.c/ReadOnePNGImage/3369/Coder
Reading PNG IDAT chunk(s)
2018-03-05T12:45:07-05:00 0:09.781 1.264u 7.0.7 Resource convert[34440]: resource.c/AcquireMagickResource/417/Resource
Width: 1278P/1278P/214.748MP
2018-03-05T12:45:07-05:00 0:09.796 1.264u 7.0.7 Resource convert[34440]: resource.c/AcquireMagickResource/417/Resource
Height: 1584P/1584P/214.748MP
2018-03-05T12:45:07-05:00 0:09.811 1.264u 7.0.7 Resource convert[34440]: resource.c/AcquireMagickResource/417/Resource
Unrecognized: 1/1/18.4467E
2018-03-05T12:45:07-05:00 0:09.825 1.264u 7.0.7 Pixel convert[34440]: pixel.c/SetPixelChannelMask/6282/Pixel
C:/Temp/3/magick-34440_BijcEmzEdla1[07ffffff]
2018-03-05T12:45:07-05:00 0:09.840 1.264u 7.0.7 Pixel convert[34440]: pixel.c/LogPixelChannels/6171/Pixel
C:/Temp/3/magick-34440_BijcEmzEdla1[07ffffff]
2018-03-05T12:45:07-05:00 0:09.854 1.264u 7.0.7 Pixel convert[34440]: pixel.c/LogPixelChannels/6263/Pixel
0: red (update)
2018-03-05T12:45:07-05:00 0:09.866 1.264u 7.0.7 Pixel convert[34440]: pixel.c/LogPixelChannels/6263/Pixel
1: green (update)
2018-03-05T12:45:07-05:00 0:09.878 1.264u 7.0.7 Pixel convert[34440]: pixel.c/LogPixelChannels/6263/Pixel
2: blue (update)
2018-03-05T12:45:07-05:00 0:09.890 1.279u 7.0.7 Resource convert[34440]: resource.c/AcquireMagickResource/417/Resource
Area: 2.02435M/2.02435M/1.07344G
2018-03-05T12:45:07-05:00 0:09.905 1.279u 7.0.7 Resource convert[34440]: resource.c/AcquireMagickResource/417/Resource
Memory: 11.5834MiB/11.5834MiB/511.855MiB
2018-03-05T12:45:07-05:00 0:09.920 1.279u 7.0.7 Cache convert[34440]: cache.c/OpenPixelCache/3588/Cache
open C:/Temp/3/magick-34440_BijcEmzEdla1[0] (Heap Memory, 1278x1584x3 11.5834MiB)
2018-03-05T12:45:07-05:00 0:09.937 1.279u 7.0.7 Coder convert[34440]: png.c/ReadOnePNGImage/3393/Coder
Converting PNG pixels to pixel packets
2018-03-05T12:45:07-05:00 0:09.950 1.279u 7.0.7 Resource convert[34440]: resource.c/AcquireMagickResource/417/Resource
Width: 1278P/1278P/214.748MP
2018-03-05T12:45:07-05:00 0:09.964 1.279u 7.0.7 Resource convert[34440]: resource.c/AcquireMagickResource/417/Resource
Height: 1584P/1584P/214.748MP
2018-03-05T12:45:07-05:00 0:09.977 1.279u 7.0.7 Resource convert[34440]: resource.c/AcquireMagickResource/417/Resource
Unrecognized: 1/1/18.4467E
2018-03-05T12:45:07-05:00 0:09.992 1.279u 7.0.7 Pixel convert[34440]: pixel.c/SetPixelChannelMask/6282/Pixel
C:/Temp/3/magick-34440_BijcEmzEdla1[07ffffff]
2018-03-05T12:45:07-05:00 0:10.006 1.279u 7.0.7 Pixel convert[34440]: pixel.c/LogPixelChannels/6171/Pixel
C:/Temp/3/magick-34440_BijcEmzEdla1[07ffffff]
2018-03-05T12:45:07-05:00 0:10.020 1.279u 7.0.7 Pixel convert[34440]: pixel.c/LogPixelChannels/6263/Pixel
0: red (update,blend)
2018-03-05T12:45:07-05:00 0:10.032 1.279u 7.0.7 Pixel convert[34440]: pixel.c/LogPixelChannels/6263/Pixel
1: green (update,blend)
2018-03-05T12:45:07-05:00 0:10.044 1.279u 7.0.7 Pixel convert[34440]: pixel.c/LogPixelChannels/6263/Pixel
2: blue (update,blend)
2018-03-05T12:45:07-05:00 0:10.056 1.279u 7.0.7 Pixel convert[34440]: pixel.c/LogPixelChannels/6263/Pixel
3: alpha (update)
2018-03-05T12:45:07-05:00 0:10.068 1.279u 7.0.7 Resource convert[34440]: resource.c/AcquireMagickResource/417/Resource
Area: 2.02435M/2.02435M/1.07344G
2018-03-05T12:45:07-05:00 0:10.083 1.279u 7.0.7 Resource convert[34440]: resource.c/AcquireMagickResource/417/Resource
Memory: 15.4446MiB/27.028MiB/511.855MiB
2018-03-05T12:45:07-05:00 0:10.114 1.310u 7.0.7 Cache convert[34440]: cache.c/ClonePixelCacheRepository/754/Cache
Memory => Memory
2018-03-05T12:45:07-05:00 0:10.126 1.310u 7.0.7 Resource convert[34440]: resource.c/RelinquishMagickResource/1163/Resource
Memory: 12.1461MB/15.4446MiB/511.855MiB
2018-03-05T12:45:07-05:00 0:10.138 1.326u 7.0.7 Cache convert[34440]: cache.c/OpenPixelCache/3588/Cache
open C:/Temp/3/magick-34440_BijcEmzEdla1[0] (Heap Memory, 1278x1584x4 15.4446MiB)
2018-03-05T12:45:07-05:00 0:10.151 1.342u 7.0.7 Coder convert[34440]: png.c/ReadOnePNGImage/3467/Coder
Looking for cheap transparent pixel
2018-03-05T12:45:07-05:00 0:10.162 1.357u 7.0.7 Coder convert[34440]: png.c/ReadOnePNGImage/3477/Coder
...got one.
2018-03-05T12:45:08-05:00 0:10.207 1.451u 7.0.7 Coder convert[34440]: png.c/ReadOnePNGImage/3708/Coder
Found transparent pixel
2018-03-05T12:45:08-05:00 0:10.217 1.451u 7.0.7 Coder convert[34440]: png.c/ReadOnePNGImage/3736/Coder
image->storage_class=1

2018-03-05T12:45:08-05:00 0:10.227 1.466u 7.0.7 Coder convert[34440]: png.c/ReadOnePNGImage/3859/Coder
Reading PNG text chunk
2018-03-05T12:45:08-05:00 0:10.239 1.466u 7.0.7 Coder convert[34440]: png.c/ReadOnePNGImage/3913/Coder
length: 20
Keyword: Software
2018-03-05T12:45:08-05:00 0:10.251 1.466u 7.0.7 Coder convert[34440]: png.c/ReadOnePNGImage/4170/Coder
exit ReadOnePNGImage()
2018-03-05T12:45:08-05:00 0:10.263 1.466u 7.0.7 Coder convert[34440]: png.c/ReadPNGImage/4302/Coder
page.w: 0, page.h: 0,page.x: 0, page.y: 0.
2018-03-05T12:45:08-05:00 0:10.276 1.466u 7.0.7 Coder convert[34440]: png.c/ReadPNGImage/4306/Coder
image->colorspace: 23
2018-03-05T12:45:08-05:00 0:10.287 1.466u 7.0.7 Coder convert[34440]: png.c/ReadPNGImage/4311/Coder
exit ReadPNGImage()
2018-03-05T12:45:08-05:00 0:10.299 1.466u 7.0.7 Resource convert[34440]: resource.c/RelinquishUniqueFileResource/1201/Resource
C:/Temp/3/magick-34440_BijcEmzEdla1
2018-03-05T12:45:12-05:00 0:15.009 1.513u 7.0.7 Cache convert[34440]: cache.c/DestroyPixelCache/955/Cache
destroy
2018-03-05T12:45:12-05:00 0:15.031 1.544u 7.0.7 Resource convert[34440]: resource.c/AcquireMagickResource/417/Resource
Width: 1278P/1278P/214.748MP
2018-03-05T12:45:12-05:00 0:15.042 1.544u 7.0.7 Resource convert[34440]: resource.c/AcquireMagickResource/417/Resource
Height: 1584P/1584P/214.748MP
2018-03-05T12:45:12-05:00 0:15.053 1.576u 7.0.7 Resource convert[34440]: resource.c/AcquireMagickResource/417/Resource
Unrecognized: 1/1/18.4467E
2018-03-05T12:45:12-05:00 0:15.064 1.591u 7.0.7 Pixel convert[34440]: pixel.c/SetPixelChannelMask/6282/Pixel
U:\LOC\xxx\12001\01\12001_front_of_ballot__devant_du_bulletin.pdf[07ffffff]
2018-03-05T12:45:12-05:00 0:15.077 1.607u 7.0.7 Pixel convert[34440]: pixel.c/LogPixelChannels/6171/Pixel
U:\LOC\xxx\12001\01\12001_front_of_ballot__devant_du_bulletin.pdf[07ffffff]
2018-03-05T12:45:12-05:00 0:15.090 1.607u 7.0.7 Pixel convert[34440]: pixel.c/LogPixelChannels/6263/Pixel
0: gray (update,blend)
2018-03-05T12:45:12-05:00 0:15.100 1.607u 7.0.7 Pixel convert[34440]: pixel.c/LogPixelChannels/6263/Pixel
1: alpha (update)
2018-03-05T12:45:12-05:00 0:15.110 1.622u 7.0.7 Resource convert[34440]: resource.c/AcquireMagickResource/417/Resource
Area: 2.02435M/2.02435M/1.07344G
2018-03-05T12:45:12-05:00 0:15.120 1.622u 7.0.7 Resource convert[34440]: resource.c/AcquireMagickResource/417/Resource
Memory: 7.72229MiB/23.1669MiB/511.855MiB
2018-03-05T12:45:12-05:00 0:15.138 1.669u 7.0.7 Cache convert[34440]: cache.c/ClonePixelCacheRepository/754/Cache
Memory => Memory
2018-03-05T12:45:12-05:00 0:15.150 1.669u 7.0.7 Resource convert[34440]: resource.c/RelinquishMagickResource/1163/Resource
Memory: 16.1948MB/7.72229MiB/511.855MiB
2018-03-05T12:45:12-05:00 0:15.161 1.669u 7.0.7 Cache convert[34440]: cache.c/OpenPixelCache/3588/Cache
open U:\LOC\xxx\12001\01\12001_front_of_ballot__devant_du_bulletin.pdf[0] (Heap Memory, 1278x1584x2 7.72229MiB)
2018-03-05T12:45:12-05:00 0:15.177 1.685u 7.0.7 Policy convert[34440]: policy.c/IsRightsAuthorized/609/Policy
Domain: Coder; rights=Write; pattern="PDF" ...
2018-03-05T12:45:12-05:00 0:15.188 1.700u 7.0.7 Policy convert[34440]: policy.c/IsRightsAuthorized/609/Policy
Domain: Path; rights=Write; pattern="u:\temp\gray.pdf" ...
2018-03-05T12:45:13-05:00 0:15.223 1.763u 7.0.7 Resource convert[34440]: resource.c/AcquireMagickResource/417/Resource
Width: 430P/430P/214.748MP
2018-03-05T12:45:13-05:00 0:15.233 1.778u 7.0.7 Resource convert[34440]: resource.c/AcquireMagickResource/417/Resource
Height: 530P/530P/214.748MP
2018-03-05T12:45:13-05:00 0:15.244 1.778u 7.0.7 Resource convert[34440]: resource.c/AcquireMagickResource/417/Resource
Unrecognized: 1/1/18.4467E
2018-03-05T12:45:13-05:00 0:15.256 1.794u 7.0.7 Pixel convert[34440]: pixel.c/SetPixelChannelMask/6282/Pixel
u:\temp\gray.pdf[07ffffff]
2018-03-05T12:45:13-05:00 0:15.269 1.794u 7.0.7 Pixel convert[34440]: pixel.c/LogPixelChannels/6171/Pixel
u:\temp\gray.pdf[07ffffff]
2018-03-05T12:45:13-05:00 0:15.282 1.794u 7.0.7 Pixel convert[34440]: pixel.c/LogPixelChannels/6263/Pixel
0: gray (update,blend)
2018-03-05T12:45:13-05:00 0:15.294 1.794u 7.0.7 Pixel convert[34440]: pixel.c/LogPixelChannels/6263/Pixel
1: alpha (update)
2018-03-05T12:45:13-05:00 0:15.306 1.794u 7.0.7 Resource convert[34440]: resource.c/AcquireMagickResource/417/Resource
Area: 227900/227900/1.07344G
2018-03-05T12:45:13-05:00 0:15.319 1.794u 7.0.7 Resource convert[34440]: resource.c/AcquireMagickResource/417/Resource
Memory: 911600B/8.59166MiB/511.855MiB
2018-03-05T12:45:13-05:00 0:15.334 1.794u 7.0.7 Cache convert[34440]: cache.c/OpenPixelCache/3588/Cache
open u:\temp\gray.pdf[0] (Heap Memory, 430x530x2 911600B)
2018-03-05T12:45:13-05:00 0:15.351 1.794u 7.0.7 Resource convert[34440]: resource.c/AcquireMagickResource/417/Resource
Width: 86P/86P/214.748MP
2018-03-05T12:45:13-05:00 0:15.361 1.810u 7.0.7 Resource convert[34440]: resource.c/AcquireMagickResource/417/Resource
Height: 106P/106P/214.748MP
2018-03-05T12:45:13-05:00 0:15.373 1.825u 7.0.7 Resource convert[34440]: resource.c/AcquireMagickResource/417/Resource
Unrecognized: 1/1/18.4467E
2018-03-05T12:45:13-05:00 0:15.383 1.825u 7.0.7 Pixel convert[34440]: pixel.c/SetPixelChannelMask/6282/Pixel
u:\temp\gray.pdf[07ffffff]
2018-03-05T12:45:13-05:00 0:15.393 1.841u 7.0.7 Pixel convert[34440]: pixel.c/LogPixelChannels/6171/Pixel
u:\temp\gray.pdf[07ffffff]
2018-03-05T12:45:13-05:00 0:15.403 1.856u 7.0.7 Pixel convert[34440]: pixel.c/LogPixelChannels/6263/Pixel
0: gray (update,blend)
2018-03-05T12:45:13-05:00 0:15.412 1.856u 7.0.7 Pixel convert[34440]: pixel.c/LogPixelChannels/6263/Pixel
1: alpha (update)
2018-03-05T12:45:13-05:00 0:15.421 1.872u 7.0.7 Resource convert[34440]: resource.c/AcquireMagickResource/417/Resource
Area: 9116/9116/1.07344G
2018-03-05T12:45:13-05:00 0:15.431 1.872u 7.0.7 Resource convert[34440]: resource.c/AcquireMagickResource/417/Resource
Memory: 36464B/8.62643MiB/511.855MiB
2018-03-05T12:45:13-05:00 0:15.443 1.888u 7.0.7 Cache convert[34440]: cache.c/OpenPixelCache/3588/Cache
open u:\temp\gray.pdf[0] (Heap Memory, 86x106x2 36464B)
2018-03-05T12:45:13-05:00 0:15.456 1.903u 7.0.7 Resource convert[34440]: resource.c/AcquireMagickResource/417/Resource
Width: 430P/430P/214.748MP
2018-03-05T12:45:13-05:00 0:15.470 1.903u 7.0.7 Resource convert[34440]: resource.c/AcquireMagickResource/417/Resource
Height: 106P/106P/214.748MP
2018-03-05T12:45:13-05:00 0:15.485 1.903u 7.0.7 Resource convert[34440]: resource.c/AcquireMagickResource/417/Resource
Unrecognized: 1/1/18.4467E
2018-03-05T12:45:13-05:00 0:15.499 1.919u 7.0.7 Pixel convert[34440]: pixel.c/SetPixelChannelMask/6282/Pixel
u:\temp\gray.pdf[07ffffff]
2018-03-05T12:45:13-05:00 0:15.513 1.934u 7.0.7 Pixel convert[34440]: pixel.c/LogPixelChannels/6171/Pixel
u:\temp\gray.pdf[07ffffff]
2018-03-05T12:45:13-05:00 0:15.526 1.934u 7.0.7 Pixel convert[34440]: pixel.c/LogPixelChannels/6263/Pixel
0: gray (update,blend)
2018-03-05T12:45:13-05:00 0:15.538 1.934u 7.0.7 Pixel convert[34440]: pixel.c/LogPixelChannels/6263/Pixel
1: alpha (update)
2018-03-05T12:45:13-05:00 0:15.550 1.934u 7.0.7 Resource convert[34440]: resource.c/AcquireMagickResource/417/Resource
Area: 45580/45580/1.07344G
2018-03-05T12:45:13-05:00 0:15.563 1.934u 7.0.7 Resource convert[34440]: resource.c/AcquireMagickResource/417/Resource
Memory: 182320B/8.80031MiB/511.855MiB
2018-03-05T12:45:13-05:00 0:15.577 1.934u 7.0.7 Cache convert[34440]: cache.c/OpenPixelCache/3588/Cache
open u:\temp\gray.pdf[0] (Heap Memory, 430x106x2 182320B)
2018-03-05T12:45:13-05:00 0:15.598 1.934u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][13x106+0+0]
2018-03-05T12:45:13-05:00 0:15.612 1.934u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+0+0]
2018-03-05T12:45:13-05:00 0:15.625 1.934u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][18x106+0+0]
2018-03-05T12:45:13-05:00 0:15.638 1.934u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+1+0]
2018-03-05T12:45:13-05:00 0:15.652 1.934u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+3+0]
2018-03-05T12:45:13-05:00 0:15.665 1.934u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+2+0]
2018-03-05T12:45:13-05:00 0:15.679 1.934u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][21x106+7+0]
2018-03-05T12:45:13-05:00 0:15.692 1.934u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+3+0]
2018-03-05T12:45:13-05:00 0:15.706 1.934u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][21x106+12+0]
2018-03-05T12:45:13-05:00 0:15.719 1.934u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+4+0]
2018-03-05T12:45:13-05:00 0:15.732 1.934u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+18+0]
2018-03-05T12:45:13-05:00 0:15.746 1.934u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+5+0]
2018-03-05T12:45:13-05:00 0:15.760 1.934u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+23+0]
2018-03-05T12:45:13-05:00 0:15.774 1.934u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+6+0]
2018-03-05T12:45:13-05:00 0:15.788 1.934u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+28+0]
2018-03-05T12:45:13-05:00 0:15.802 1.934u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+7+0]
2018-03-05T12:45:13-05:00 0:15.816 1.950u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+33+0]
2018-03-05T12:45:13-05:00 0:15.830 1.950u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+8+0]
2018-03-05T12:45:13-05:00 0:15.844 1.950u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+38+0]
2018-03-05T12:45:13-05:00 0:15.858 1.950u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+9+0]
2018-03-05T12:45:13-05:00 0:15.871 1.950u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+43+0]
2018-03-05T12:45:13-05:00 0:15.885 1.950u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+10+0]
2018-03-05T12:45:13-05:00 0:15.899 1.950u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+48+0]
2018-03-05T12:45:13-05:00 0:15.912 1.950u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+11+0]
2018-03-05T12:45:13-05:00 0:15.925 1.950u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+53+0]
2018-03-05T12:45:13-05:00 0:15.938 1.950u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+12+0]
2018-03-05T12:45:13-05:00 0:15.952 1.950u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+58+0]
2018-03-05T12:45:13-05:00 0:15.966 1.966u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+13+0]
2018-03-05T12:45:13-05:00 0:15.979 1.966u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+63+0]
2018-03-05T12:45:13-05:00 0:15.992 1.966u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+14+0]
2018-03-05T12:45:13-05:00 0:16.006 1.966u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+68+0]
2018-03-05T12:45:13-05:00 0:16.020 1.966u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+15+0]
2018-03-05T12:45:13-05:00 0:16.033 1.966u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+73+0]
2018-03-05T12:45:13-05:00 0:16.046 1.966u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+16+0]
2018-03-05T12:45:13-05:00 0:16.059 1.966u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+78+0]
2018-03-05T12:45:13-05:00 0:16.073 1.966u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+17+0]
2018-03-05T12:45:13-05:00 0:16.086 1.966u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+83+0]
2018-03-05T12:45:13-05:00 0:16.100 1.966u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+18+0]
2018-03-05T12:45:13-05:00 0:16.113 1.966u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+88+0]
2018-03-05T12:45:13-05:00 0:16.127 1.966u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+19+0]
2018-03-05T12:45:13-05:00 0:16.141 1.966u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+93+0]
2018-03-05T12:45:13-05:00 0:16.155 1.966u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+20+0]
2018-03-05T12:45:13-05:00 0:16.169 1.966u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+98+0]
2018-03-05T12:45:13-05:00 0:16.183 1.981u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+21+0]
2018-03-05T12:45:13-05:00 0:16.197 1.981u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+103+0]
2018-03-05T12:45:14-05:00 0:16.211 1.981u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+22+0]
2018-03-05T12:45:14-05:00 0:16.226 1.981u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+108+0]
2018-03-05T12:45:14-05:00 0:16.240 1.981u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+23+0]
2018-03-05T12:45:14-05:00 0:16.252 1.981u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+113+0]
2018-03-05T12:45:14-05:00 0:16.265 1.981u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+24+0]
2018-03-05T12:45:14-05:00 0:16.279 1.981u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+118+0]
2018-03-05T12:45:14-05:00 0:16.292 1.981u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+25+0]
2018-03-05T12:45:14-05:00 0:16.306 1.981u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+123+0]
2018-03-05T12:45:14-05:00 0:16.319 1.981u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+26+0]
2018-03-05T12:45:14-05:00 0:16.332 1.981u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+128+0]
2018-03-05T12:45:14-05:00 0:16.346 1.981u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+27+0]
2018-03-05T12:45:14-05:00 0:16.359 1.981u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+133+0]
2018-03-05T12:45:14-05:00 0:16.373 1.981u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+28+0]
2018-03-05T12:45:14-05:00 0:16.387 1.981u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+138+0]
2018-03-05T12:45:14-05:00 0:16.400 1.981u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+29+0]
2018-03-05T12:45:14-05:00 0:16.413 1.981u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+143+0]
2018-03-05T12:45:14-05:00 0:16.427 1.981u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+30+0]
2018-03-05T12:45:14-05:00 0:16.439 1.981u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+148+0]
2018-03-05T12:45:14-05:00 0:16.453 1.981u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+31+0]
2018-03-05T12:45:14-05:00 0:16.467 1.981u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+153+0]
2018-03-05T12:45:14-05:00 0:16.481 1.981u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+32+0]
2018-03-05T12:45:14-05:00 0:16.495 1.981u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+158+0]
2018-03-05T12:45:14-05:00 0:16.510 1.981u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+33+0]
2018-03-05T12:45:14-05:00 0:16.524 1.981u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+163+0]
2018-03-05T12:45:14-05:00 0:16.538 1.981u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+34+0]
2018-03-05T12:45:14-05:00 0:16.553 1.981u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+168+0]
2018-03-05T12:45:14-05:00 0:16.567 1.981u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+35+0]
2018-03-05T12:45:14-05:00 0:16.581 1.981u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+173+0]
2018-03-05T12:45:14-05:00 0:16.594 1.981u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+36+0]
2018-03-05T12:45:14-05:00 0:16.607 1.981u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+178+0]
2018-03-05T12:45:14-05:00 0:16.621 1.981u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+37+0]
2018-03-05T12:45:14-05:00 0:16.634 1.981u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+183+0]
2018-03-05T12:45:14-05:00 0:16.647 1.981u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+38+0]
2018-03-05T12:45:14-05:00 0:16.660 1.981u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+188+0]
2018-03-05T12:45:14-05:00 0:16.674 1.981u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+39+0]
2018-03-05T12:45:14-05:00 0:16.687 1.997u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+193+0]
2018-03-05T12:45:14-05:00 0:16.701 2.012u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+40+0]
2018-03-05T12:45:14-05:00 0:16.714 2.012u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+198+0]
2018-03-05T12:45:14-05:00 0:16.728 2.012u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+41+0]
2018-03-05T12:45:14-05:00 0:16.742 2.012u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+203+0]
2018-03-05T12:45:14-05:00 0:16.755 2.012u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+42+0]
2018-03-05T12:45:14-05:00 0:16.768 2.012u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+208+0]
2018-03-05T12:45:14-05:00 0:16.782 2.012u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+43+0]
2018-03-05T12:45:14-05:00 0:16.796 2.012u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+213+0]
2018-03-05T12:45:14-05:00 0:16.809 2.012u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+44+0]
2018-03-05T12:45:14-05:00 0:16.823 2.012u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+218+0]
2018-03-05T12:45:14-05:00 0:16.838 2.012u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+45+0]
2018-03-05T12:45:14-05:00 0:16.853 2.012u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+223+0]
2018-03-05T12:45:14-05:00 0:16.869 2.012u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+46+0]
2018-03-05T12:45:14-05:00 0:16.885 2.012u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+228+0]
2018-03-05T12:45:14-05:00 0:16.899 2.028u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+47+0]
2018-03-05T12:45:14-05:00 0:16.912 2.028u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+233+0]
2018-03-05T12:45:14-05:00 0:16.926 2.028u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+48+0]
2018-03-05T12:45:14-05:00 0:16.939 2.028u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+238+0]
2018-03-05T12:45:14-05:00 0:16.953 2.028u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+49+0]
2018-03-05T12:45:14-05:00 0:16.966 2.028u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+243+0]
2018-03-05T12:45:14-05:00 0:16.979 2.028u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+50+0]
2018-03-05T12:45:14-05:00 0:16.993 2.028u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+248+0]
2018-03-05T12:45:14-05:00 0:17.007 2.028u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+51+0]
2018-03-05T12:45:14-05:00 0:17.021 2.044u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+253+0]
2018-03-05T12:45:14-05:00 0:17.035 2.044u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+52+0]
2018-03-05T12:45:14-05:00 0:17.049 2.044u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+258+0]
2018-03-05T12:45:14-05:00 0:17.062 2.044u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+53+0]
2018-03-05T12:45:14-05:00 0:17.075 2.044u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+263+0]
2018-03-05T12:45:14-05:00 0:17.089 2.044u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+54+0]
2018-03-05T12:45:14-05:00 0:17.103 2.044u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+268+0]
2018-03-05T12:45:14-05:00 0:17.116 2.044u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+55+0]
2018-03-05T12:45:14-05:00 0:17.130 2.044u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+273+0]
2018-03-05T12:45:14-05:00 0:17.143 2.044u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+56+0]
2018-03-05T12:45:14-05:00 0:17.158 2.044u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+278+0]
2018-03-05T12:45:14-05:00 0:17.171 2.044u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+57+0]
2018-03-05T12:45:14-05:00 0:17.186 2.044u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+283+0]
2018-03-05T12:45:15-05:00 0:17.200 2.044u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+58+0]
2018-03-05T12:45:15-05:00 0:17.215 2.044u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+288+0]
2018-03-05T12:45:15-05:00 0:17.230 2.044u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+59+0]
2018-03-05T12:45:15-05:00 0:17.243 2.044u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+293+0]
2018-03-05T12:45:15-05:00 0:17.257 2.044u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+60+0]
2018-03-05T12:45:15-05:00 0:17.270 2.044u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+298+0]
2018-03-05T12:45:15-05:00 0:17.284 2.044u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+61+0]
2018-03-05T12:45:15-05:00 0:17.297 2.059u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+303+0]
2018-03-05T12:45:15-05:00 0:17.310 2.059u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+62+0]
2018-03-05T12:45:15-05:00 0:17.323 2.059u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+308+0]
2018-03-05T12:45:15-05:00 0:17.337 2.075u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+63+0]
2018-03-05T12:45:15-05:00 0:17.351 2.075u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+313+0]
2018-03-05T12:45:15-05:00 0:17.364 2.075u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+64+0]
2018-03-05T12:45:15-05:00 0:17.377 2.075u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+318+0]
2018-03-05T12:45:15-05:00 0:17.391 2.075u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+65+0]
2018-03-05T12:45:15-05:00 0:17.405 2.075u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+323+0]
2018-03-05T12:45:15-05:00 0:17.418 2.090u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+66+0]
2018-03-05T12:45:15-05:00 0:17.431 2.090u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+328+0]
2018-03-05T12:45:15-05:00 0:17.445 2.090u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+67+0]
2018-03-05T12:45:15-05:00 0:17.458 2.090u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+333+0]
2018-03-05T12:45:15-05:00 0:17.471 2.090u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+68+0]
2018-03-05T12:45:15-05:00 0:17.485 2.106u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+338+0]
2018-03-05T12:45:15-05:00 0:17.499 2.106u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+69+0]
2018-03-05T12:45:15-05:00 0:17.513 2.122u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+343+0]
2018-03-05T12:45:15-05:00 0:17.527 2.122u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+70+0]
2018-03-05T12:45:15-05:00 0:17.541 2.122u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+348+0]
2018-03-05T12:45:15-05:00 0:17.556 2.122u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+71+0]
2018-03-05T12:45:15-05:00 0:17.570 2.122u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+353+0]
2018-03-05T12:45:15-05:00 0:17.585 2.122u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+72+0]
2018-03-05T12:45:15-05:00 0:17.598 2.122u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+358+0]
2018-03-05T12:45:15-05:00 0:17.613 2.122u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+73+0]
2018-03-05T12:45:15-05:00 0:17.627 2.122u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+363+0]
2018-03-05T12:45:15-05:00 0:17.641 2.122u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+74+0]
2018-03-05T12:45:15-05:00 0:17.654 2.122u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+368+0]
2018-03-05T12:45:15-05:00 0:17.667 2.122u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+75+0]
2018-03-05T12:45:15-05:00 0:17.681 2.122u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+373+0]
2018-03-05T12:45:15-05:00 0:17.695 2.122u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+76+0]
2018-03-05T12:45:15-05:00 0:17.709 2.122u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+378+0]
2018-03-05T12:45:15-05:00 0:17.723 2.137u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+77+0]
2018-03-05T12:45:15-05:00 0:17.736 2.137u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+383+0]
2018-03-05T12:45:15-05:00 0:17.750 2.137u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+78+0]
2018-03-05T12:45:15-05:00 0:17.763 2.137u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+388+0]
2018-03-05T12:45:15-05:00 0:17.776 2.137u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+79+0]
2018-03-05T12:45:15-05:00 0:17.790 2.137u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+393+0]
2018-03-05T12:45:15-05:00 0:17.804 2.153u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+80+0]
2018-03-05T12:45:15-05:00 0:17.818 2.153u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+398+0]
2018-03-05T12:45:15-05:00 0:17.831 2.153u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+81+0]
2018-03-05T12:45:15-05:00 0:17.845 2.153u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+403+0]
2018-03-05T12:45:15-05:00 0:17.859 2.153u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+82+0]
2018-03-05T12:45:15-05:00 0:17.876 2.153u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][20x106+408+0]
2018-03-05T12:45:15-05:00 0:17.891 2.153u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+83+0]
2018-03-05T12:45:15-05:00 0:17.907 2.153u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][17x106+413+0]
2018-03-05T12:45:15-05:00 0:17.922 2.153u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+84+0]
2018-03-05T12:45:15-05:00 0:17.937 2.153u 7.0.7 Cache convert[34440]: cache.c/ReadPixelCachePixels/4501/Cache
u:\temp\gray.pdf[0][12x106+418+0]
2018-03-05T12:45:15-05:00 0:17.951 2.153u 7.0.7 Cache convert[34440]: cache.c/WritePixelCachePixels/5629/Cache
u:\temp\gray.pdf[0][1x106+85+0]
2018-03-05T12:45:15-05:00 0:17.965 2.153u 7.0.7 Cache convert[34440]: cache.c/DestroyPixelCache/955/Cache
destroy u:\temp\gray.pdf[0]
2018-03-05T12:45:15-05:00 0:17.978 2.153u 7.0.7 Resource convert[34440]: resource.c/RelinquishMagickResource/1163/Resource
Memory: 182320B/8.62643MiB/511.855MiB
2018-03-05T12:45:15-05:00 0:17.993 2.153u 7.0.7 Cache convert[34440]: cache.c/DestroyPixelCache/955/Cache
destroy u:\temp\gray.pdf[0]
2018-03-05T12:45:15-05:00 0:18.006 2.153u 7.0.7 Resource convert[34440]: resource.c/RelinquishMagickResource/1163/Resource
Memory: 911600B/7.75706MiB/511.855MiB
2018-03-05T12:45:18-05:00 0:20.596 2.184u 7.0.7 Configure convert[34440]: nt-base.c/NTRegistryKeyLookup/2034/Configure
SOFTWARE\ImageMagick\7.0.7\Q:16
2018-03-05T12:45:18-05:00 0:20.608 2.184u 7.0.7 Configure convert[34440]: nt-base.c/NTRegistryKeyLookup/2052/Configure
ConfigurePath
2018-03-05T12:45:18-05:00 0:20.623 2.184u 7.0.7 Configure convert[34440]: nt-base.c/NTRegistryKeyLookup/2034/Configure
SOFTWARE\ImageMagick\7.0.7\Q:16
2018-03-05T12:45:18-05:00 0:20.637 2.184u 7.0.7 Configure convert[34440]: nt-base.c/NTRegistryKeyLookup/2052/Configure
ConfigurePath
2018-03-05T12:45:18-05:00 0:20.650 2.184u 7.0.7 Cache convert[34440]: cache.c/DestroyPixelCache/955/Cache
destroy u:\temp\gray.pdf[0]
2018-03-05T12:45:18-05:00 0:20.662 2.184u 7.0.7 Resource convert[34440]: resource.c/RelinquishMagickResource/1163/Resource
Memory: 36464B/7.72229MiB/511.855MiB
2018-03-05T12:45:18-05:00 0:20.697 2.200u 7.0.7 Configure convert[34440]: nt-base.c/NTRegistryKeyLookup/2034/Configure
SOFTWARE\ImageMagick\7.0.7\Q:16
2018-03-05T12:45:18-05:00 0:20.712 2.200u 7.0.7 Configure convert[34440]: nt-base.c/NTRegistryKeyLookup/2052/Configure
ConfigurePath
2018-03-05T12:45:18-05:00 0:20.725 2.200u 7.0.7 Configure convert[34440]: nt-base.c/NTRegistryKeyLookup/2034/Configure
SOFTWARE\ImageMagick\7.0.7\Q:16
2018-03-05T12:45:18-05:00 0:20.741 2.200u 7.0.7 Configure convert[34440]: nt-base.c/NTRegistryKeyLookup/2052/Configure
ConfigurePath
2018-03-05T12:45:23-05:00 0:25.438 2.449u 7.0.7 Cache convert[34440]: cache.c/DestroyPixelCache/955/Cache
destroy U:\LOC\xxx\12001\01\12001_front_of_ballot__devant_du_bulletin.pdf[0]
2018-03-05T12:45:23-05:00 0:25.453 2.465u 7.0.7 Resource convert[34440]: resource.c/RelinquishMagickResource/1163/Resource
Memory: 8.09741MB/0B/511.855MiB