Jump to content

AeroShark333

Newbies
  • Posts

    2
  • Joined

  • Last visited

Posts posted by AeroShark333

  1. Hey,

     

    Title says all...

    16384x8192 and below works

    but 32768x16384 crashes

     

    Crashlog:

    Exception:

    System.AggregateException: One or more errors occurred. ---> PaintDotNet.Data.WicEncodeException: location = FrameCommit ---> System.Runtime.InteropServices.COMException: D:\src\pdn\src\SystemLayer.Native\Imaging\WICBitmapFrameEncode.cpp (273) : hr = m_pBitmapFrameEncode->Commit();
       at PaintDotNet.Interop.InteropErrorInfo.ThrowIfError() in D:\src\pdn\src\Base\Interop\InteropErrorInfo.cs:line 98
       at PaintDotNet.SystemLayer.Native.x64.NativeUtilities.ThrowOnErrorImpl(Int32 hr, SByte* szHr, IUnknown* pFxErrorInfo)
       at PaintDotNet.SystemLayer.Native.x64.Imaging.WICBitmapFrameEncode.Commit()
       at PaintDotNet.Data.WicEncoder.Try(WicEncodeLocation location, Action action) in D:\src\pdn\src\PaintDotNet\Data\WicEncoder.cs:line 283
       --- End of inner exception stack trace ---
       at PaintDotNet.Data.WicEncoder.Try(WicEncodeLocation location, Action action) in D:\src\pdn\src\PaintDotNet\Data\WicEncoder.cs:line 287
       at PaintDotNet.Data.WicEncoder.Encode(IBitmapSource source, Vector2Double dpi, IReadOnlyList`1 exifPropertyItems, XmpPacket xmpPacket, Stream output, ContainerFormat containerFormat, Nullable`1 preferredVendor, IEnumerable`1 encoderOptions, IMetadataTranscoder metadataTranscoder, WriteSourceMode writeSourceMode, ProgressEventHandler progressCallback, Object progressCallbackSender, Double progressPercentStart) in D:\src\pdn\src\PaintDotNet\Data\WicEncoder.cs:line 267
       at PaintDotNet.Data.WicEncoder.Encode(WicEncodeParameters parameters) in D:\src\pdn\src\PaintDotNet\Data\WicEncoder.cs:line 137
       at PaintDotNet.Data.WicEncoder.Encode() in D:\src\pdn\src\PaintDotNet\Data\WicEncoder.cs:line 57
       --- End of inner exception stack trace ---
       at PaintDotNet.Data.WicEncoder.AddExceptionAndThrowAll(Exception ex) in D:\src\pdn\src\PaintDotNet\Data\WicEncoder.cs:line 101
       at PaintDotNet.Data.WicEncoder.Encode() in D:\src\pdn\src\PaintDotNet\Data\WicEncoder.cs:line 83
       at PaintDotNet.Data.WicFileTypeHelpers.Save(IBitmapSource`1 sourceBgra32, Vector2Double dpi, Metadata metadata, Stream output, ContainerFormat containerFormat, Nullable`1 preferredVendor, IMetadataTranscoder metadataTranscoder, IEnumerable`1 encoderOptions, SavableBitDepths bitDepth, IReadOnlyList`1 paletteForIndexed, Int32 ditherLevelForIndexed, ProgressEventHandler progressCallback, Object progressCallbackSender) in D:\src\pdn\src\PaintDotNet\Data\WicFileTypeHelpers.cs:line 342
       at PaintDotNet.Data.HeifFileType.OnSaveT(Document input, Stream output, PropertyBasedSaveConfigToken token, Surface scratchSurface, ProgressEventHandler progressCallback) in D:\src\pdn\src\PaintDotNet\Data\HeifFileType.cs:line 130
       at PaintDotNet.FileType.Save(Document input, Stream output, SaveConfigToken token, Surface scratchSurface, ProgressEventHandler callback, Boolean rememberToken) in D:\src\pdn\src\Data\FileType.cs:line 277
       at PaintDotNet.Dialogs.SaveConfigDialog.<>c__DisplayClass49_0.<UpdatePreviewAsync>b__0() in D:\src\pdn\src\PaintDotNet\Dialogs\SaveConfigDialog.cs:line 613
       at System.Threading.Tasks.Task.Execute()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at PaintDotNet.Dialogs.SaveConfigDialog.<UpdatePreviewAsync>d__49.MoveNext() in D:\src\pdn\src\PaintDotNet\Dialogs\SaveConfigDialog.cs:line 632
    ---> (Inner Exception #0) PaintDotNet.Data.WicEncodeException: location = FrameCommit ---> System.Runtime.InteropServices.COMException: D:\src\pdn\src\SystemLayer.Native\Imaging\WICBitmapFrameEncode.cpp (273) : hr = m_pBitmapFrameEncode->Commit();
       at PaintDotNet.Interop.InteropErrorInfo.ThrowIfError() in D:\src\pdn\src\Base\Interop\InteropErrorInfo.cs:line 98
       at PaintDotNet.SystemLayer.Native.x64.NativeUtilities.ThrowOnErrorImpl(Int32 hr, SByte* szHr, IUnknown* pFxErrorInfo)
       at PaintDotNet.SystemLayer.Native.x64.Imaging.WICBitmapFrameEncode.Commit()
       at PaintDotNet.Data.WicEncoder.Try(WicEncodeLocation location, Action action) in D:\src\pdn\src\PaintDotNet\Data\WicEncoder.cs:line 283
       --- End of inner exception stack trace ---
       at PaintDotNet.Data.WicEncoder.Try(WicEncodeLocation location, Action action) in D:\src\pdn\src\PaintDotNet\Data\WicEncoder.cs:line 287
       at PaintDotNet.Data.WicEncoder.Encode(IBitmapSource source, Vector2Double dpi, IReadOnlyList`1 exifPropertyItems, XmpPacket xmpPacket, Stream output, ContainerFormat containerFormat, Nullable`1 preferredVendor, IEnumerable`1 encoderOptions, IMetadataTranscoder metadataTranscoder, WriteSourceMode writeSourceMode, ProgressEventHandler progressCallback, Object progressCallbackSender, Double progressPercentStart) in D:\src\pdn\src\PaintDotNet\Data\WicEncoder.cs:line 267
       at PaintDotNet.Data.WicEncoder.Encode(WicEncodeParameters parameters) in D:\src\pdn\src\PaintDotNet\Data\WicEncoder.cs:line 137
       at PaintDotNet.Data.WicEncoder.Encode() in D:\src\pdn\src\PaintDotNet\Data\WicEncoder.cs:line 57<---

    ---> (Inner Exception #1) PaintDotNet.Data.WicEncodeException: location = UnhandledEncodeError ---> PaintDotNet.Data.WicEncodeException: location = FrameCommit ---> System.Runtime.InteropServices.COMException: D:\src\pdn\src\SystemLayer.Native\Imaging\WICBitmapFrameEncode.cpp (273) : hr = m_pBitmapFrameEncode->Commit();
       at PaintDotNet.Interop.InteropErrorInfo.ThrowIfError() in D:\src\pdn\src\Base\Interop\InteropErrorInfo.cs:line 98
       at PaintDotNet.SystemLayer.Native.x64.NativeUtilities.ThrowOnErrorImpl(Int32 hr, SByte* szHr, IUnknown* pFxErrorInfo)
       at PaintDotNet.SystemLayer.Native.x64.Imaging.WICBitmapFrameEncode.Commit()
       at PaintDotNet.Data.WicEncoder.Try(WicEncodeLocation location, Action action) in D:\src\pdn\src\PaintDotNet\Data\WicEncoder.cs:line 283
       --- End of inner exception stack trace ---
       at PaintDotNet.Data.WicEncoder.Try(WicEncodeLocation location, Action action) in D:\src\pdn\src\PaintDotNet\Data\WicEncoder.cs:line 287
       at PaintDotNet.Data.WicEncoder.Encode(IBitmapSource source, Vector2Double dpi, IReadOnlyList`1 exifPropertyItems, XmpPacket xmpPacket, Stream output, ContainerFormat containerFormat, Nullable`1 preferredVendor, IEnumerable`1 encoderOptions, IMetadataTranscoder metadataTranscoder, WriteSourceMode writeSourceMode, ProgressEventHandler progressCallback, Object progressCallbackSender, Double progressPercentStart) in D:\src\pdn\src\PaintDotNet\Data\WicEncoder.cs:line 267
       at PaintDotNet.Data.WicEncoder.Encode(WicEncodeParameters parameters) in D:\src\pdn\src\PaintDotNet\Data\WicEncoder.cs:line 137
       at PaintDotNet.Data.WicEncoder.Encode() in D:\src\pdn\src\PaintDotNet\Data\WicEncoder.cs:line 57
       --- End of inner exception stack trace ---<---


    Diagnostics:

    Application                                          paint.net 4.2.14 (Final 4.214.7601.39231)
    Build Date                                           Friday, 23 October 2020
    Install type                                         Classic

    Hardware accelerated rendering (GPU)                 True
    Animations                                           True
    DPI                                                  96 (1,00x scale)
    Language                                             en-US

    OS                                                   Windows 10 Pro x64 (10.0.19041.0) (0x30)
    .NET Runtime                                         4.0.30319.42000
    Physical Memory                                      16.322 MB

    CPU                                                  Intel(R) Core(TM) i5-9600K CPU @ 3.70GHz
        Speed                                            ~3696 MHz
        Cores / Threads                                  6 / 6
        Features                                         SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, AVX, AVX2

    Video Card                                           NVIDIA GeForce GTX 970
        Dedicated Video RAM                              4.043 MB
        Dedicated System RAM                             0 MB
        Shared System RAM                                8.161 MB
        Vendor ID                                        0x10DE
        Device ID                                        0x13C2
        Subsystem ID                                     0x31601462
        Revision                                         161
        LUID                                             0x0000D779
        Flags                                            AcgCompatible, SupportMonitoredFences, KeyedMutexConformance
        Graphics Preemption                              DmaBufferBoundary
        Compute Preemption                               DmaBufferBoundary
        Outputs                                          1
        Feature Level                                    Direct3D_12_1
        DXGI Formats                                     A8_UNorm, B8G8R8A8_UNorm, R16G16B16A16_UNorm, R16G16B16A16_Float, R32G32B32A32_Float
        Buffer Precision                                 UNorm8bpc, UNorm8bpcSrgb, UNorm16bpc, Float16bpc, Float32bpc

    Video Card                                           Microsoft Basic Render Driver
        Dedicated Video RAM                              0 MB
        Dedicated System RAM                             0 MB
        Shared System RAM                                8.161 MB
        Vendor ID                                        0x1414
        Device ID                                        0x008C
        Subsystem ID                                     0x00000000
        Revision                                         0
        LUID                                             0x0000EF8B
        Flags                                            Software, AcgCompatible, SupportMonitoredFences, KeyedMutexConformance
        Graphics Preemption                              InstructionBoundary
        Compute Preemption                               InstructionBoundary
        Outputs                                          0
        Feature Level                                    Direct3D_12_1
        DXGI Formats                                     A8_UNorm, B8G8R8A8_UNorm, R16G16B16A16_UNorm, R16G16B16A16_Float, R32G32B32A32_Float
        Buffer Precision                                 UNorm8bpc, UNorm8bpcSrgb, UNorm16bpc, Float16bpc, Float32bpc

    Managed assemblies                                   33
        mscorlib                                         mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        PaintDotNet                                      PaintDotNet, Version=4.214.7601.39231, Culture=neutral, PublicKeyToken=null
        PaintDotNet.Core                                 PaintDotNet.Core, Version=4.214.7601.39231, Culture=neutral, PublicKeyToken=null
        PaintDotNet.Base                                 PaintDotNet.Base, Version=4.214.7601.39231, Culture=neutral, PublicKeyToken=null
        WindowsBase                                      WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        System.Core                                      System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        System                                           System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        System.Drawing                                   System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        PresentationFramework                            PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        PresentationCore                                 PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        System.Windows.Forms                             System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        PaintDotNet.SystemLayer                          PaintDotNet.SystemLayer, Version=4.214.7601.39231, Culture=neutral, PublicKeyToken=null
        PaintDotNet.Framework                            PaintDotNet.Framework, Version=4.214.7601.39231, Culture=neutral, PublicKeyToken=null
        PaintDotNet.Resources                            PaintDotNet.Resources, Version=4.214.7601.39231, Culture=neutral, PublicKeyToken=null
        PaintDotNet.Effects                              PaintDotNet.Effects, Version=4.214.7601.39231, Culture=neutral, PublicKeyToken=null
        PaintDotNet.Data                                 PaintDotNet.Data, Version=4.214.7601.39231, Culture=neutral, PublicKeyToken=null
        PaintDotNet.SystemLayer.Native.x64               PaintDotNet.SystemLayer.Native.x64, Version=4.214.7601.39231, Culture=neutral, PublicKeyToken=null
        System.Configuration                             System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        System.Xml                                       System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        System.Runtime.CompilerServices.Unsafe           System.Runtime.CompilerServices.Unsafe, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        System.Xaml                                      System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        DdsFileTypePlus                                  DdsFileTypePlus, Version=1.10.7.0, Culture=neutral, PublicKeyToken=null
        WebPFileType                                     WebPFileType, Version=1.3.4.0, Culture=neutral, PublicKeyToken=null
        AvifFileType                                     AvifFileType, Version=1.1.4.0, Culture=neutral, PublicKeyToken=null
        System.Collections.Immutable                     System.Collections.Immutable, Version=1.2.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        System.Buffers                                   System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
        System.Xml.Linq                                  System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        PresentationFramework-SystemXmlLinq              PresentationFramework-SystemXmlLinq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        OptaneShellExt                                   OptaneShellExt, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b2b395177cd09cef
        SharpShell                                       SharpShell, Version=2.2.0.0, Culture=neutral, PublicKeyToken=f14dc899472fe6fb
        log4net                                          log4net, Version=1.2.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a
        PinningServiceApi                                PinningServiceApi, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d2c7ef10062b7593
        System.ComponentModel.Composition                System.ComponentModel.Composition, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089

    Native modules                                       191
        PaintDotNet.exe                                  D:\Program Files\paint.net\PaintDotNet.exe, version=4.214.7601.39231
        ntdll.dll                                        C:\Windows\SYSTEM32\ntdll.dll, version=10.0.19041.662 (WinBuild.160101.0800)
        MSCOREE.DLL                                      C:\Windows\SYSTEM32\MSCOREE.DLL, version=10.0.19041.1 (WinBuild.160101.0800)
        KERNEL32.dll                                     C:\Windows\System32\KERNEL32.dll, version=10.0.19041.662 (WinBuild.160101.0800)
        KERNELBASE.dll                                   C:\Windows\System32\KERNELBASE.dll, version=10.0.19041.662 (WinBuild.160101.0800)
        ADVAPI32.dll                                     C:\Windows\System32\ADVAPI32.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        msvcrt.dll                                       C:\Windows\System32\msvcrt.dll, version=7.0.19041.546 (WinBuild.160101.0800)
        sechost.dll                                      C:\Windows\System32\sechost.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        RPCRT4.dll                                       C:\Windows\System32\RPCRT4.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        mscoreei.dll                                     C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscoreei.dll, version=4.8.4180.0 built by: NET48REL1LAST_B
        SHLWAPI.dll                                      C:\Windows\System32\SHLWAPI.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        kernel.appcore.dll                               C:\Windows\SYSTEM32\kernel.appcore.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        VERSION.dll                                      C:\Windows\SYSTEM32\VERSION.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        clr.dll                                          C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll, version=4.8.4250.0 built by: NET48REL1LAST_C
        USER32.dll                                       C:\Windows\System32\USER32.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        win32u.dll                                       C:\Windows\System32\win32u.dll, version=10.0.19041.662 (WinBuild.160101.0800)
        GDI32.dll                                        C:\Windows\System32\GDI32.dll, version=10.0.19041.685 (WinBuild.160101.0800)
        VCRUNTIME140_CLR0400.dll                         C:\Windows\SYSTEM32\VCRUNTIME140_CLR0400.dll, version=14.10.25028.0 built by: VCTOOLSD15RTM
        ucrtbase_clr0400.dll                             C:\Windows\SYSTEM32\ucrtbase_clr0400.dll, version=14.10.25028.0 built by: VCTOOLSD15RTM
        gdi32full.dll                                    C:\Windows\System32\gdi32full.dll, version=10.0.19041.685 (WinBuild.160101.0800)
        msvcp_win.dll                                    C:\Windows\System32\msvcp_win.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        ucrtbase.dll                                     C:\Windows\System32\ucrtbase.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        IMM32.DLL                                        C:\Windows\System32\IMM32.DLL, version=10.0.19041.546 (WinBuild.160101.0800)
        psapi.dll                                        C:\Windows\System32\psapi.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        mscorlib.ni.dll                                  C:\Windows\assembly\NativeImages_v4.0.30319_64\mscorlib\52ce2de93895cec3507794c893974551\mscorlib.ni.dll, version=4.8.4250.0 built by: NET48REL1LAST_C
        ole32.dll                                        C:\Windows\System32\ole32.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        combase.dll                                      C:\Windows\System32\combase.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        bcryptPrimitives.dll                             C:\Windows\System32\bcryptPrimitives.dll, version=10.0.19041.662 (WinBuild.160101.0800)
        uxtheme.dll                                      C:\Windows\system32\uxtheme.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        CRYPTSP.dll                                      C:\Windows\SYSTEM32\CRYPTSP.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        rsaenh.dll                                       C:\Windows\system32\rsaenh.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        bcrypt.dll                                       C:\Windows\System32\bcrypt.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        CRYPTBASE.dll                                    C:\Windows\SYSTEM32\CRYPTBASE.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        System.ni.dll                                    C:\Windows\assembly\NativeImages_v4.0.30319_64\System\bed865b5a7c329e06f8d4f1be9009e05\System.ni.dll, version=4.8.4200.0 built by: NET48REL1LAST_C
        System.Core.ni.dll                               C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Core\8ddf3ec2af8179fd914eb931e0df0ccb\System.Core.ni.dll, version=4.8.4270.0 built by: NET48REL1LAST_C
        WindowsBase.ni.dll                               C:\Windows\assembly\NativeImages_v4.0.30319_64\WindowsBase\e4036df55a675cb51d3ff2089ddd87c8\WindowsBase.ni.dll, version=4.8.4270.0 built by: NET48REL1LAST_C
        System.Drawing.ni.dll                            C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Drawing\b7cd29e6d9511037c3b4c948348f87f0\System.Drawing.ni.dll, version=4.8.4084.0 built by: NET48REL1
        PresentationCore.ni.dll                          C:\Windows\assembly\NativeImages_v4.0.30319_64\PresentationCore\808e03398604dd0b3ce92f7418229cc2\PresentationCore.ni.dll, version=4.8.4270.0 built by: NET48REL1LAST_C
        PresentationFramework.ni.dll                     C:\Windows\assembly\NativeImages_v4.0.30319_64\Presentatio5ae0f00f#\13619a0ae7a2cd86b853b0bb98d2c45f\PresentationFramework.ni.dll, version=4.8.4270.0
        PaintDotNet.Base.ni.dll                          C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet.Base\86c0a7a7d1e1dc2e1e40014ab910cf7d\PaintDotNet.Base.ni.dll, version=4.214.7601.39231
        System.Windows.Forms.ni.dll                      C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Windows.Forms\630315125a5d3ca463ccb782604057fd\System.Windows.Forms.ni.dll, version=4.8.4270.0 built by: NET48REL1LAST_C
        PaintDotNet.SystemLayer.ni.dll                   C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet500b2e4f#\510cfe67b9c1d12327b4f00d05734e69\PaintDotNet.SystemLayer.ni.dll, version=4.214.7601.39231
        PaintDotNet.Core.ni.dll                          C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet.Core\a52984abd1e3fbab1fd94053aa53d7be\PaintDotNet.Core.ni.dll, version=4.214.7601.39231
        PaintDotNet.Resources.ni.dll                     C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet26779e70#\10ae1e90ca2fede3f4067a709b1878a7\PaintDotNet.Resources.ni.dll, version=4.214.7601.39231
        PaintDotNet.Framework.ni.dll                     C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet7afaaa15#\1a2c9e92909b5e3f5920fdae875fa92c\PaintDotNet.Framework.ni.dll, version=4.214.7601.39231
        PaintDotNet.Data.ni.dll                          C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet.Data\bc88e64e0aca19297a90230b4b20cfe5\PaintDotNet.Data.ni.dll, version=4.214.7601.39231
        PaintDotNet.Effects.ni.dll                       C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet.Effects\b93b811493593b426778d3b7a21030ad\PaintDotNet.Effects.ni.dll, version=4.214.7601.39231
        PaintDotNet.ni.exe                               C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet\8c3def6736839f60cfc91e72b0ae4d23\PaintDotNet.ni.exe, version=4.214.7601.39231
        dwrite.dll                                       C:\Windows\SYSTEM32\dwrite.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        wpfgfx_v0400.dll                                 C:\Windows\Microsoft.NET\Framework64\v4.0.30319\WPF\wpfgfx_v0400.dll, version=4.8.4270.0 built by: NET48REL1LAST_C
        OLEAUT32.dll                                     C:\Windows\System32\OLEAUT32.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        MSVCP140_CLR0400.dll                             C:\Windows\SYSTEM32\MSVCP140_CLR0400.dll, version=14.10.25028.0 built by: VCTOOLSD15RTM
        PresentationNative_v0400.dll                     C:\Windows\Microsoft.NET\Framework64\v4.0.30319\WPF\PresentationNative_v0400.dll, version=4.8.4270.0 built by: NET48REL1LAST_C
        shell32.dll                                      C:\Windows\System32\shell32.dll, version=10.0.19041.329 (WinBuild.160101.0800)
        windows.storage.dll                              C:\Windows\SYSTEM32\windows.storage.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        Wldp.dll                                         C:\Windows\SYSTEM32\Wldp.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        SHCORE.dll                                       C:\Windows\System32\SHCORE.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        vcruntime140.dll                                 D:\Program Files\paint.net\Native\X64\vcruntime140.dll, version=14.27.29016.0 built by: vcwrkspc
        vcruntime140_1.dll                               D:\Program Files\paint.net\Native\X64\vcruntime140_1.dll, version=14.27.29016.0 built by: vcwrkspc
        msvcp140.dll                                     D:\Program Files\paint.net\Native\X64\msvcp140.dll, version=14.27.29016.0 built by: vcwrkspc
        msvcp140_1.dll                                   D:\Program Files\paint.net\Native\X64\msvcp140_1.dll, version=14.27.29016.0 built by: vcwrkspc
        msvcp140_2.dll                                   D:\Program Files\paint.net\Native\X64\msvcp140_2.dll, version=14.27.29016.0 built by: vcwrkspc
        msvcp140_codecvt_ids.dll                         D:\Program Files\paint.net\Native\X64\msvcp140_codecvt_ids.dll, version=14.27.29016.0 built by: vcwrkspc
        vcomp140.dll                                     D:\Program Files\paint.net\Native\X64\vcomp140.dll, version=14.27.29016.0 built by: vcwrkspc
        PaintDotNet.SystemLayer.Native.x64.ni.dll        C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNetc8826574#\812e8cdc72253190be6b7737000e1c3a\PaintDotNet.SystemLayer.Native.x64.ni.dll, version=4.214.7601.39231
        PaintDotNet.SystemLayer.Native.x64.dll           D:\Program Files\paint.net\PaintDotNet.SystemLayer.Native.x64.dll, version=4.214.7601.39231
        gdiplus.dll                                      C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.19041.685_none_faeca4db76168538\gdiplus.dll, version=10.0.19041.685 (WinBuild.160101.0800)
        PROPSYS.dll                                      C:\Windows\SYSTEM32\PROPSYS.dll, version=7.0.19041.1 (WinBuild.160101.0800)
        WindowsCodecs.dll                                C:\Windows\SYSTEM32\WindowsCodecs.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        clbcatq.dll                                      C:\Windows\System32\clbcatq.dll, version=2001.12.10941.16384 (WinBuild.160101.0800)
        msasn1.dll                                       C:\Windows\SYSTEM32\msasn1.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        cryptnet.dll                                     C:\Windows\SYSTEM32\cryptnet.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        CRYPT32.dll                                      C:\Windows\System32\CRYPT32.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        System.Configuration.ni.dll                      C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Configuration\d009016debb7fc819e3af2aed519f178\System.Configuration.ni.dll, version=4.8.4190.0 built by: NET48REL1LAST_B
        System.Xml.ni.dll                                C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Xml\668fdf02bf8ce2501c89341d7323b0c5\System.Xml.ni.dll, version=4.8.4084.0 built by: NET48REL1
        profapi.dll                                      C:\Windows\SYSTEM32\profapi.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        clrjit.dll                                       C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clrjit.dll, version=4.8.4250.0 built by: NET48REL1LAST_C
        System.Runtime.CompilerServices.Unsafe.ni.dll    C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Runtea61dfd5#\313b14292b4006714eefaf0d0824e2d8\System.Runtime.CompilerServices.Unsafe.ni.dll, version=4.700.20.12001
        System.Xaml.ni.dll                               C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Xaml\dc6604658d7fb44c7e21db7187a5ec9a\System.Xaml.ni.dll, version=4.8.4270.0 built by: NET48REL1LAST_C
        MSCTF.dll                                        C:\Windows\System32\MSCTF.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        dxgi.dll                                         C:\Windows\SYSTEM32\dxgi.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        OWExplorer.dll                                   D:\Program Files (x86)\Overwolf\0.162.0.8\OWExplorer.dll, version=2.2.83.1
        WINMM.dll                                        C:\Windows\SYSTEM32\WINMM.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        UIAnimation.dll                                  C:\Windows\System32\UIAnimation.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        comctl32.dll                                     C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.488_none_ca04af081b815d21\comctl32.dll, version=6.10 (WinBuild.160101.0800)
        mfplat.dll                                       C:\Windows\SYSTEM32\mfplat.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        cfgmgr32.dll                                     C:\Windows\System32\cfgmgr32.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        RTWorkQ.DLL                                      C:\Windows\SYSTEM32\RTWorkQ.DLL, version=10.0.19041.1 (WinBuild.160101.0800)
        CompPkgSup.DLL                                   C:\Windows\SYSTEM32\CompPkgSup.DLL, version=10.0.19041.546 (WinBuild.160101.0800)
        Windows.StateRepositoryPS.dll                    C:\Windows\System32\Windows.StateRepositoryPS.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        TextShaping.dll                                  C:\Windows\System32\TextShaping.dll, version=
        WinTypes.dll                                     C:\Windows\System32\WinTypes.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        d2d1.dll                                         C:\Windows\SYSTEM32\d2d1.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        wtsapi32.dll                                     C:\Windows\SYSTEM32\wtsapi32.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        WINSTA.dll                                       C:\Windows\SYSTEM32\WINSTA.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        d3d11.dll                                        C:\Windows\SYSTEM32\d3d11.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        D3D10Warp.dll                                    C:\Windows\SYSTEM32\D3D10Warp.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        dxcore.dll                                       C:\Windows\SYSTEM32\dxcore.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        System.Collections.Immutable.ni.dll              C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Coll4a4f96a7#\564b80b8b1a396cc766f91f56e65f069\System.Collections.Immutable.ni.dll, version=4.700.20.21406
        dwmapi.dll                                       C:\Windows\SYSTEM32\dwmapi.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        dataexchange.dll                                 C:\Windows\system32\dataexchange.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        dcomp.dll                                        C:\Windows\system32\dcomp.dll, version=10.0.19041.662 (WinBuild.160101.0800)
        twinapi.appcore.dll                              C:\Windows\system32\twinapi.appcore.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        textinputframework.dll                           C:\Windows\SYSTEM32\textinputframework.dll, version=10.0.19041.662 (WinBuild.160101.0800)
        CoreUIComponents.dll                             C:\Windows\System32\CoreUIComponents.dll, version=10.0.19041.546
        CoreMessaging.dll                                C:\Windows\System32\CoreMessaging.dll, version=10.0.19041.610
        WS2_32.dll                                       C:\Windows\System32\WS2_32.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        ntmarta.dll                                      C:\Windows\SYSTEM32\ntmarta.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        powrprof.dll                                     C:\Windows\SYSTEM32\powrprof.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        UMPDC.dll                                        C:\Windows\SYSTEM32\UMPDC.dll, version=
        diasymreader.dll                                 C:\Windows\Microsoft.NET\Framework64\v4.0.30319\diasymreader.dll, version=14.8.4084.0 built by: NET48REL1
        System.Buffers.ni.dll                            C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Buffers\dfd707b88be85ab41250d8c490d4bb39\System.Buffers.ni.dll, version=4.6.28619.01
        System.Xml.Linq.ni.dll                           C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Xml.Linq\a75945626f178ec680c830e7f0e74c84\System.Xml.Linq.ni.dll, version=4.8.4084.0 built by: NET48REL1
        policymanager.dll                                C:\Windows\SYSTEM32\policymanager.dll, version=10.0.19041.662 (WinBuild.160101.0800)
        msvcp110_win.dll                                 C:\Windows\SYSTEM32\msvcp110_win.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        explorerframe.dll                                C:\Windows\system32\explorerframe.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        nvldumdx.dll                                     C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_5dcb5bbf5c3edcf2\nvldumdx.dll, version=27.21.14.5730
        WINTRUST.DLL                                     C:\Windows\System32\WINTRUST.DLL, version=10.0.19041.662 (WinBuild.160101.0800)
        imagehlp.dll                                     C:\Windows\System32\imagehlp.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        nvwgf2umx.dll                                    C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_5dcb5bbf5c3edcf2\nvwgf2umx.dll, version=27.21.14.5730
        nvspcap64.dll                                    C:\Windows\system32\nvspcap64.dll, version=3.20.5.70
        comdlg32.dll                                     C:\Windows\System32\comdlg32.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        DUI70.dll                                        C:\Windows\System32\DUI70.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        DUser.dll                                        C:\Windows\System32\DUser.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        thumbcache.dll                                   C:\Windows\System32\thumbcache.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        Windows.UI.FileExplorer.dll                      C:\Windows\System32\Windows.UI.FileExplorer.dll, version=10.0.19041.488 (WinBuild.160101.0800)
        OLEACC.dll                                       C:\Windows\System32\OLEACC.dll, version=7.2.19041.546 (WinBuild.160101.0800)
        Windows.FileExplorer.Common.dll                  C:\Windows\System32\Windows.FileExplorer.Common.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        iertutil.dll                                     C:\Windows\System32\iertutil.dll, version=11.00.19041.1 (WinBuild.160101.0800)
        edputil.dll                                      C:\Windows\SYSTEM32\edputil.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        StructuredQuery.dll                              C:\Windows\System32\StructuredQuery.dll, version=7.0.19041.546 (WinBuild.160101.0800)
        atlthunk.dll                                     C:\Windows\SYSTEM32\atlthunk.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        Windows.Storage.Search.dll                       C:\Windows\system32\Windows.Storage.Search.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        cldapi.dll                                       C:\Windows\System32\cldapi.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        FLTLIB.DLL                                       C:\Windows\System32\FLTLIB.DLL, version=10.0.19041.1 (WinBuild.160101.0800)
        SspiCli.dll                                      C:\Windows\SYSTEM32\SspiCli.dll, version=10.0.19041.662 (WinBuild.160101.0800)
        samcli.dll                                       C:\Windows\SYSTEM32\samcli.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        SAMLIB.dll                                       C:\Windows\SYSTEM32\SAMLIB.dll, version=10.0.19041.662 (WinBuild.160101.0800)
        netutils.dll                                     C:\Windows\SYSTEM32\netutils.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        tiptsf.dll                                       C:\Program Files\Common Files\microsoft shared\ink\tiptsf.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        MPR.dll                                          C:\Windows\SYSTEM32\MPR.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        winfsp-x64.dll                                   D:\Program Files (x86)\WinFsp\bin\winfsp-x64.dll, version=1.8.20304.2be71fa
        Secur32.dll                                      C:\Windows\SYSTEM32\Secur32.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        credui.dll                                       C:\Windows\SYSTEM32\credui.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        p9np.dll                                         C:\Windows\System32\p9np.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        drprov.dll                                       C:\Windows\System32\drprov.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        ntlanman.dll                                     C:\Windows\System32\ntlanman.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        davclnt.dll                                      C:\Windows\System32\davclnt.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        DAVHLPR.dll                                      C:\Windows\System32\DAVHLPR.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        nfsnp.dll                                        C:\Windows\System32\nfsnp.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        WSOCK32.dll                                      C:\Windows\System32\WSOCK32.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        wkscli.dll                                       C:\Windows\System32\wkscli.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        cscapi.dll                                       C:\Windows\SYSTEM32\cscapi.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        twinapi.dll                                      C:\Windows\System32\twinapi.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        apphelp.dll                                      C:\Windows\SYSTEM32\apphelp.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        dlnashext.dll                                    C:\Windows\System32\dlnashext.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        PlayToDevice.dll                                 C:\Windows\System32\PlayToDevice.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        DevDispItemProvider.dll                          C:\Windows\System32\DevDispItemProvider.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        IconCodecService.dll                             C:\Windows\system32\IconCodecService.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        coml2.dll                                        C:\Windows\System32\coml2.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        LINKINFO.dll                                     C:\Windows\SYSTEM32\LINKINFO.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        MrmCoreR.dll                                     C:\Windows\System32\MrmCoreR.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        windows.staterepositorycore.dll                  C:\Windows\SYSTEM32\windows.staterepositorycore.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        MMDevApi.dll                                     C:\Windows\System32\MMDevApi.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        DEVOBJ.dll                                       C:\Windows\System32\DEVOBJ.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        PortableDeviceApi.dll                            C:\Windows\System32\PortableDeviceApi.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        SETUPAPI.dll                                     C:\Windows\System32\SETUPAPI.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        EhStorShell.dll                                  C:\Windows\System32\EhStorShell.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        EhStorAPI.dll                                    C:\Windows\System32\EhStorAPI.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        urlmon.dll                                       C:\Windows\System32\urlmon.dll, version=11.00.19041.1 (WinBuild.160101.0800)
        sxs.dll                                          C:\Windows\SYSTEM32\sxs.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        iaStorAfsServiceApi.dll                          C:\Program Files\Intel\OptaneShellExtensions\iaStorAfsServiceApi.dll, version=17.7.0.1006
        System.ComponentModel.Composition.ni.dll         C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Compba577418#\a3c47b100ab9b3b376bdd5f02e95ece4\System.ComponentModel.Composition.ni.dll, version=4.8.4084.0
        FileSyncShell64.dll                              C:\Users\Abiram\AppData\Local\Microsoft\OneDrive\20.201.1005.0009\amd64\FileSyncShell64.dll, version=20.201.1005.0009
        USERENV.dll                                      C:\Windows\SYSTEM32\USERENV.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        WININET.dll                                      C:\Windows\SYSTEM32\WININET.dll, version=11.00.19041.1 (WinBuild.160101.0800)
        cscui.dll                                        C:\Windows\System32\cscui.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        ntshrui.dll                                      C:\Windows\SYSTEM32\ntshrui.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        srvcli.dll                                       C:\Windows\SYSTEM32\srvcli.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        cscobj.dll                                       C:\Windows\System32\cscobj.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        NetworkExplorer.dll                              C:\Windows\system32\NetworkExplorer.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        bcp47mrm.dll                                     C:\Windows\System32\bcp47mrm.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        Windows.UI.dll                                   C:\Windows\System32\Windows.UI.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        WindowManagementAPI.dll                          C:\Windows\System32\WindowManagementAPI.dll, version=
        InputHost.dll                                    C:\Windows\System32\InputHost.dll, version=10.0.19041.662 (WinBuild.160101.0800)
        msheif.dll                                       C:\Windows\system32\msheif.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        Windows.Media.dll                                C:\Windows\System32\Windows.Media.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        Windows.ApplicationModel.dll                     C:\Windows\System32\Windows.ApplicationModel.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        AppXDeploymentClient.dll                         C:\Windows\System32\AppXDeploymentClient.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        msheif_store.dll                                 C:\Program Files\WindowsApps\Microsoft.HEIFImageExtension_1.0.32532.0_x64__8wekyb3d8bbwe\x64\msheif_store.dll, version=10.0.20207.1001 (WinBuild.160101.0800)
        msvproc.dll                                      C:\Windows\System32\msvproc.dll, version=10.0.19041.488 (WinBuild.160101.0800)

  2. Awesome plugin! :D

     

    A few things I noticed (or didn't understand or misunderstood):

    - Preset

    Using 'Default', 'Picture', 'Photo' or 'Drawing' gives different results in filesize than using 'Icon' or 'Text'.

    (while using the same settings with the other sliders and a 'Quality' < 100 so it's not lossless compressed)

    - Encoding Speed / Quality

    Setting this to 0 generates the image quicker, makes the image have an higher quality and makes the image have a bigger filesize.

    Setting this to 6 generates the image slower, makes the image have a lower quality and makes the image have a lower filesize.

    I don't know if my opinions on quality are wrong but it just seems to me like that and it seems counter-intuitive...

    - Spatial Noise Shaping

    What exactly is this?

    Lower value seems to look better at the cost of a bigger filesize.

    - Filter Strength

    Does nothing?

    - Sharpness

    Does nothing?

    - Filter Type

    Does nothing?

    - File size in bytes

    Eh?...

    - Keep MetaData

    What does this do?

×
×
  • Create New...