From: Teemu I. <tpi...@pc...> - 2005-10-12 16:32:39
|
On 10/6/05, Paul Kienzle <pki...@us...> wrote: > On Oct 5, 2005, at 5:28 PM, Andy Adler wrote: > > On 10/4/05, Paul Kienzle <pki...@us...> wrote: > >> Should we maintain support for [r,g,b]=3Djpgread... instead of forcing > >> an nxmx3 matrix im=3Djpgread? > > > > jpgread was never officially part of Matlab AFAIK (a version was > > posted by someone to comp.soft-sys.matlab in the early 90's). Thus we > > are not breaking compatibility either way. > > > > OTOH, imread has not given [r,g,b] output since version 5. I have a rewrite of imread as an oct-file binding to libmagick++ in the works. AFAIK Imagemagick supports all of the formats of the current imread implementation or more and I found that reading some formats to octave is 2 orders of magnitude faster with imagemagick. I plan to support the imread interface documented at the Mathworks website as much as possible. Teemu |