changeset 1539:4914a8b34fd0

[project @ 1995-10-05 08:21:35 by jwe]
author jwe
date Thu, 05 Oct 1995 08:21:35 +0000
parents 525d7798248a
children 749b8b19733f
files scripts/image/saveimage.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/image/saveimage.m	Thu Oct 05 06:37:58 1995 +0000
+++ b/scripts/image/saveimage.m	Thu Oct 05 08:21:35 1995 +0000
@@ -132,7 +132,7 @@
         && ((map(1,1) == 0 && map(2,1) == 255)
             || (map(1,1) == 255 && map(2,1) == 0)));
 
-  img = img';
+  img = round (img');
   [img_nr, img_nc] = size (img);
 
   img_sz = img_nr * img_nc;