Git Product home page Git Product logo

Comments (6)

nigeltao avatar nigeltao commented on May 3, 2024

What API should be used to retrieve it?

In the C API, wuffs_png__decoder__decode_image_config or wuffs_png__decoder__decode_frame_config will report metadata, as before. The difference is that you will now have to do so in a loop (instead of calling wuffs_png__decoder__decode_frame_config just once) if you want trailing metadata. The test/c/std/png.c change in c5e41f0 has an example.

In the C++ API (which only decodes still images, or the first frame of animated images), wuffs_aux::DecodeImageCallbacks::HandleMetadata should now be called back for both leading and trailing metadata, not just leading metadata, provided that you've opted into e.g. wuffs_aux::DecodeImageArgFlags::REPORT_METADATA_KVP for textual metadata (key-value pairs).

from wuffs.

pjanx avatar pjanx commented on May 3, 2024

Thank you, I'll try to integrate this. Another beta would be nice to see soon.

from wuffs.

nigeltao avatar nigeltao commented on May 3, 2024

I have just tagged v0.3.0-beta.15.

from wuffs.

nigeltao avatar nigeltao commented on May 3, 2024

In case it wasn't obvious, you should be able to build and run the new script/print-image-metadata.cc program, pointing it at your PNG files, and it should pick up (leading and trailing) text chunks (marked as KVPK and KVPV for Key Value Pair {Key,Value}).

$ g++ script/print-image-metadata.cc
$ ./a.out test/data/hibiscus.primitive.png 
test/data/hibiscus.primitive.png
  PNG 
  KVPK
    53 6F 66 74 77 61 72 65 -- -- -- -- -- -- -- --    Software--------
  KVPV
    77 77 77 2E 69 6E 6B 73 63 61 70 65 2E 6F 72 67    www.inkscape.org

from wuffs.

pjanx avatar pjanx commented on May 3, 2024

Alright, my image viewer has finally stopped using Wuffs together with spng. *Tired "Yay!"*

from wuffs.

nigeltao avatar nigeltao commented on May 3, 2024

my image viewer has finally stopped using Wuffs together with spng.

I assume that you don't mean "(stopped using Wuffs) and (stopped using spng)", but that you mean "stopped using (Wuffs together with spng), and now uses Wuffs only".

:-)

from wuffs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.