Added mention to compression techniques when drawing images to PostScript.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10600 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
fe96d64a2b
commit
372e707093
4
CHANGES
4
CHANGES
@ -17,6 +17,8 @@ CHANGES IN FLTK 1.3.4 RELEASED: ??? ?? ????
|
||||
or not (STR #3142). It also captures subwindows of GL windows.
|
||||
- Fl::delete_widget() now hides the widget or window immediately
|
||||
(i.e. when called) - only destruction is delayed as before.
|
||||
- The PostScript code output when printing images under Linux/Unix
|
||||
is quite smaller due to use of lossless compression techniques.
|
||||
|
||||
Bug fixes
|
||||
|
||||
@ -43,7 +45,7 @@ CHANGES IN FLTK 1.3.3 RELEASED: Nov 03 2014
|
||||
- New bilinear scaling method for RGB images (STR #2869, STR #3062).
|
||||
- New method Fl_Widget::top_window() (STR #2948).
|
||||
- New method Fl_Widget::top_window_offset() (part of STR #2944).
|
||||
- New Fl_Tree_Item methods label_x(), label_y(), label_w(), label_h().
|
||||
- New Fl_Tree_Item methods label_x(), label_y(), label_w(), label_h().
|
||||
- New methods Fl::enable_im() and Fl::disable_im() to enable/disable
|
||||
system Input Methods (IM).
|
||||
- New methods Fl::add_system_handler() and Fl::remove_system_handler()
|
||||
|
Loading…
Reference in New Issue
Block a user