Matthew Stadelman
Matthew Stadelman
Correct, this flag would expand any data with a depth less than 8, to 8 bits for grayscale and palette images. I can't think of a reason to treat them...
I think scaling should be left up to the user since it changes the actual data values in a way not "specified" by the PNG image itself (transparency, gamma, etc....
Well, up scaling to 8 bit from 1,2,4 bit data will affect the output image size in bytes that's why I think it should probably be an `SPNG_FMT_*` flag instead...
@aloucks that’s exciting to hear someone is adding rust bindings to this library, I debated on trying to do it myself a while back as well but didn’t have time...
This would probably be satisfied by implementing #1048 as well.
Interesting I thought I fixed the inline replacement problem in #131 but hopefully I'll have time later this week to look into it further.
Hi @muhammadaliawan I attempted to implement this a few years ago. It turned out to be very difficult because certain components of word documents exist in different places (e.g. lists,...
Hey @coezbek the word templates are finicky at times since docx files aren’t really designed in a friendly way to interact with outside of MS word itself. That being said...
Hi @blshkv, Supporting ODT format document would be a nice extension although to be honest even though I am a Linux user my experience with OpenOffice as a whole is...
Unfortunately, I don't have the time right now to investigate what might be required to extend sablon to work on ODT files but I will leave the issue open in...