Removed pngcrush option '-reduce' to make alpha-channels work on greyscale images #39
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Great project! I stubmled upon this;
I have multiple color variants for my icons, but the grey icons keep loosing their alpha-channel after pngcrush did it's thing, leaving grey icons with no alpha, and with a black background.
versions:
ImageMagick 6.8.7-7 Q16 x86_64 2013-11-27
pngcrush 1.7.60, uses libpng 1.5.16 and zlib 1.2.8
node-spritesheet checked out from master today.
latest node and grunt from NPM.
I've not looked at pngcrush options too much, maybe there's some extra options to keep alpha channel with reduce-option. Will check back later.