Browse Source

. colors allocated henceforth from the resulting image overwrite

the palette colors (sync with 2.0.34) (Rob Leslie)
experimental/5.2-WITH_DRCP
Pierre Joye 20 years ago
parent
commit
a9ca51ff1a
  1. 1
      ext/gd/libgd/gd_topal.c

1
ext/gd/libgd/gd_topal.c

@ -772,6 +772,7 @@ LOCAL (void)
nim->green[icolor] = 255;
nim->blue[icolor] = 255;
}
nim->open[icolor] = 0;
#endif
}

Loading…
Cancel
Save