Menu

#8 gawk-gd translucency fix

v1.0_(example)
closed
nobody
None
1
2023-11-14
2023-11-11
No

The gawk-gd library ignored alpha-channel due saving PNG-files, I've added this line to a gd.c source:
gdImageSaveAlpha(im, 1); // save full alpha channel
Tested. Works great.
Please, update it in repo.

1 Attachments

Discussion

  • Evgeny Dobromilsky

    Sorry for my bad English. Alpha channel was ignored WHILE saving a PNG-file, but with gdImageSaveAlpha(im, 1) the file is saving with alpha-channel.

     
  • Andrew J. Schorr

    Thanks. The patch has been committed.

     
  • Andrew J. Schorr

    • status: open --> closed
     
  • Andrew J. Schorr

    I'll push out a new release as well.

     

Log in to post a comment.