help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Migrating from 3.6.4 to 3.8.0


From: Carnë Draug
Subject: Re: Migrating from 3.6.4 to 3.8.0
Date: Sun, 16 Feb 2014 22:48:10 +0000

On 16 Feb 2014 10:35:21 -0800, <address@hidden> wrote:
> TThe array going into I'm resize is uint8. The array coming out is double
> which ends up being an enormous array.  How can I make I'm resize leave the
> array type at uint8

If this is happening, please submit a bug report. I do not see this
with Octave 3.8.0 and image package 2.2.0

im1 = randi (255, 10, 10, "uint8");
im2 = imresize (im1, 0.7);
class (im2)

ans = uint8


Carnë


reply via email to

[Prev in Thread] Current Thread [Next in Thread]