Jump to content

Zagna

Members
  • Posts

    509
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Zagna

  1. 8 minutes ago, Rick Brewster said:

    From what I recall, there's actually something of a bug in the way PNG -- and I mean the PNG file format itself -- deals with the EXIF metadata for specifying resolution (dpi / dpcm). It can't actually encode certain integers correctly. If you save a PNG at "96.00 DPI" and then reopen it, then the DPI will actually be lower.

     

    I know this because this bug was raised several years ago and I freaked out over it. So I e-mailed with some folks at Microsoft -- because I assumed it was a bug in GDI+ or WIC -- and that's what they told me. It's the PNG file format itself that's broken.

    It's the jpg that opens with the wrong resolution. I doodled a 2400x3000@300dpi image, .png saves as it should. Save a .jpg copy of that with paint.net and it opens at 2400x3000@299.

    Save a .jpg of the .png with Irfanview and paint.net opens that as 2400x3000@300.

    • Like 1
  2. 12 minutes ago, Reptillian said:

    With that update, only XOR didn't get loaded from Krita ora. I could try to add those to the cpp file whenever I get the chance.

    Krita is saving it as krita:xor instead of svg:xor since XOR is missing from kis_open_raster_stack_save_visitor.cpp. 

  3. 1 hour ago, Reptillian said:

    Here's the name info inside stack.xml in .ora, and it's not they made the patch. I made the patch actually.

    I'm thinking…. when saving, save either svg:x or pdn:x.

    When loading, if svg:x fails, split the op at the ':' and then try to load it so that for example krita:glow gets split, ('krita','glow'), ignore the first part and try to load pdn:string[1].

    And you could add pdn:glow, pdn:negation & pdn:reflect to Krita's kis_open_raster_stack_load_visitor.cpp?

    OpenRaster4Test.zip

  4. 2 minutes ago, Reptillian said:

    That because it been commited yesterday and can be tested via Krita NEXT - https://phabricator.kde.org/D15584

     

    So, should I export ora using Krita NEXT?

    Even in that patch, they haven't added the blend mode import/export to the .ora plugin?

    SVG standard lacks filters for Negation/Blend/Glow so I've been using pdn-* definitions.

    It all depends when and what names they choose to use for saving the blend mode names.

  5. 33 minutes ago, Reptillian said:

    Is there a way to add a interface for changing blend modes compatibility? Right now, I'm interested in adding a checkmark tool to allow compatibility for Krita. The reason? It is the first notable program to support every PDN blend modes as of today and gmic existence.

    I'm looking at Krita's source but I can't find blend modes for Negation, Glow or Reflect? For other blend modes it should support the SVG definitions of them.

  6. On 10/27/2018 at 6:14 PM, Alex21 said:

    Hi. It will be great to have possibility to bind Paint.NET on PrtScr button. It'll be very convenient for making desktop snapshots. Push PrtScr button, Paint.NET opens and snapshot opens in it. Thanks.

    PicPick can do it,

    1605048839_Image114.png.cc667c869973879ff99a1332c8846e5c.png2098197630_Image115.png.2ed72d42e01940860ea3ebc4c92bac4e.png

    Just press PrtScn and boom, desktop opens in paint.net.

    • Upvote 2
×
×
  • Create New...