original commit: 0c9d17ba9acff6b4e3613578122a7fdacf056369
This commit is contained in:
Matthew Flatt 2003-06-03 22:45:08 +00:00
parent 7398262c78
commit f2616d6330

View File

@ -1,4 +1,15 @@
Version 204.4
Added 'png and 'png/mask as load bitmap types, and added
optional background color argument for loading 'png
Added 'jpeg and 'png as save bitmap types
Changed draw-bitmap and draw-bitmap-section to accept
a non-monochrome bitmap as a mask (serving roughly
as an inverted alpha channel)
Changed image-snip% to use a mask attached to a
bitmap, if any, and to preserve the mask bitmap
when the file is saved
Version 204.3
Added 'no-autoclear style to canvas%
Added 'control-border style to canvas% and editor-canvas%