Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

How Can I Use The Code In my code? #5

Open
nakshatra-nahar opened this issue Aug 8, 2022 · 3 comments
Open

How Can I Use The Code In my code? #5

nakshatra-nahar opened this issue Aug 8, 2022 · 3 comments

Comments

@nakshatra-nahar
Copy link

Please Show Me The Implementation
I want to use this in my own code
How Can I Use This

@zvezdochiot
Copy link

zvezdochiot commented Aug 10, 2022

Hi all.

See also https://github.com/Special-graphic-formats/imagezero (library+tools)

@cfeck
Copy link
Owner

cfeck commented Aug 10, 2022

See https://gist.github.com/cfeck/1ea4f4e108b6ffc46b2102bf99e907ea

Some notes, which might not be obvious:

  • the IZ library itself does not need the main.cpp, file.(cpp|h) and portableimage.(cpp|h) sources, these are only used for the PPM interface
  • the raw IZ data does not include any file header/magic or footer; add these if needed, but ensure alignment to 4 bytes
  • the IZ decoder prefetches one coding unit (4 bytes) immediately following the IZ data; ensure there is one
  • it is suggested to statically link in the library code
  • read file WARNING

@nakshatra-nahar
Copy link
Author

Hey man I just want step by step procedure to use your code code and make it run successfully
So what I need to do for that.....do I just need to run IZ file????

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants