diff NEWS @ 25627:45bd3edcbbcf

NEWS: Announce that -dtiff images will now be compressed (bug #54290). * NEWS: Announce that -dtiff images will now be compressed.
author Rik <rik@octave.org>
date Sun, 15 Jul 2018 18:01:52 -0700
parents c21edcb90cbf
children ac386820f2b6
line wrap: on
line diff
--- a/NEWS	Sun Jul 15 17:55:54 2018 -0700
+++ b/NEWS	Sun Jul 15 18:01:52 2018 -0700
@@ -15,6 +15,11 @@
     However, if the property "IntegerHandle" has been set to "off" then
     the property will return an empty matrix ([]).
 
+ ** Printing using the -dtiff output device will now create compressed
+    images using lzw compression.  This change was made for Matlab
+    compatibility.  To produce uncompressed images use the -dtiffn
+    device.
+
  ** The FFTW library is now required to perform FFT calculations.  The
     FFTPACK sources have been removed from Octave.