pngdefry

Version, currently 0.1.01 version
  • 0.1.0latestAug 16, 2018

github.com/icyleaf/pngdefry.cr

Pngdefry.cr is a wrapper for pngdefry that reverses the optimization Xcode does on png image included into ipa files to make the images readable by the browser.

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  pngdefry:
    github: icyleaf/pngdefry.cr
    version: ~> 0.1.0

Then run:

shards install

shard.yml

Crystal
0.25.1
License
MIT
Author
icyleaf

Dependencies

This version declares no dependencies.

README

Pngdefry.cr

Language Tag

Pngdefry.cr is a wrapper for pngdefry that reverses the optimization Xcode does on png image included into ipa files to make the images readable by the browser.

Installation

Add this to your application's shard.yml:

dependencies:
  pngdefry:
    github: icyleaf/pngdefry

Usage

require "pngdefry"

Pngdefry.decode("input.png", "output.png")

How to Contribute

Your contributions are always welcome! Please submit a pull request or create an issue to add a new question, bug or feature to the list.

All Contributors are on the wall.

You may also like

  • pngdefry.cr - macOS security command-line tool wrapper written by Crystal.

License

MIT License © icyleaf