|
From: | christoph |
Subject: | Re: Figure handle is very slow, saving impossible |
Date: | Thu, 6 Apr 2017 07:53:58 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.6.0 |
Here are my scripts, Case1: pic_1=imread("/opt/octave/pics/clipped.tiff") ........ ....... hold "on" print -dpng /opt/octave/pics/test.png ----->>>fails!! notice: Dimention class <<<<pic_1 4800x3600x3
uint8>>>>
Case2: pic_2=imread("/opt/octave/pics/clipped_grayscale.tiff") ........ ....... hold "on" print -dpng /opt/octave/pics/test.png ----->>>works!! Dimention class <<<<pic_2 4800x3600
uint8>>>>
On 2017-04-06 01:02, Kire Pudsje wrote:
|
[Prev in Thread] | Current Thread | [Next in Thread] |