rosell-dk / webp-convert

Convert jpeg/png to webp with PHP (if at all possible)
MIT License
578 stars 102 forks source link

Use file permissions from the source file for the converted webp file… #246

Closed hostep closed 4 years ago

hostep commented 4 years ago

…. Fixes #241.

Using the file permissions from the source file sounds like a better idea than trying to get it from the parent directory and doing some bitwise operations on them.

Should there be some case where you think this is not a good idea, please let me know!

hostep commented 4 years ago

Hi @rosell-dk: sorry for being impatient, but should you have some time, could you review this? That would be very much appreciated. Thanks!

rosell-dk commented 4 years ago

released