PGraphics saving to GIF with transparent background

Hello @hareti,

See these issues and workaround/fix:

From issue above:

  // ---- include to fix ----
  pg.beginDraw();
  pg.endDraw();
  // ------------------------

Your code saves the expected PNG files with the above added.

I have encountered this issue in the past:

:)

1 Like