From: Stefan v. d. W. <st...@su...> - 2005-07-24 10:02:18
|
Last time I checked, the pipes implementation was much slower than the file approach for large images. Can you verify whether this is still the case? I have made some fixes to pngread and jpegread, which I will submit soon. Then, we can use those functions in imread.m to load JPGs and PNGs, but revert to ImageMagick otherwise. Regards St=E9fan On Thu, Jul 21, 2005 at 04:03:08PM +0000, andy adler wrote: > Update of /cvsroot/octave/octave-forge/main/image > In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22457/main/image >=20 > Modified Files: > imread.m imwrite.m=20 > Log Message: > Improve error messages and use pipes >=20 > Index: imread.m > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /cvsroot/octave/octave-forge/main/image/imread.m,v > retrieving revision 1.11 > retrieving revision 1.12 > diff -u -d -r1.11 -r1.12 |