You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I know project isn't actively maintained for a while, but still i hope things will change someday.
Currently, $image->draw()->dot(), at least for GD, forces color blending. This may be undesired - e.g., if i'm redrawing some kind of PNG, i may want to completely replace pixel instead of blending it with previous contents.
I guess methods like dot() should provide option (or array of options) for controlling behavior like this.
The text was updated successfully, but these errors were encountered:
Hi!
I know project isn't actively maintained for a while, but still i hope things will change someday.
Currently,
$image->draw()->dot()
, at least for GD, forces color blending. This may be undesired - e.g., if i'm redrawing some kind of PNG, i may want to completely replace pixel instead of blending it with previous contents.I guess methods like
dot()
should provide option (or array of options) for controlling behavior like this.The text was updated successfully, but these errors were encountered: