help-octave
[Top][All Lists]
Advanced

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

Re: error: imread: invalid image file


From: Seetha Parameswaran
Subject: Re: error: imread: invalid image file
Date: Sun, 2 Dec 2012 15:57:53 +0530

Hello all,

Finally its working!!!!!!

I did uninstall all earlier installations of octave and graphics magick.

and then:


sudo apt-add-repository ppa:mtmiller/octave
sudo apt-get update
sudo apt-get install octave
sudo apt-get build-dep octave

octave:1> pkg install general-1.3.2.tar.gz
octave:2> pkg install struct-1.0.10.tar.gz
octave:3> pkg install miscellaneous-1.2.0.tar.gz 
octave:4> pkg install control-2.4.1.tar.gz
octave:5> pkg install specfun-1.1.0.tar.gz
octave:6> pkg install optim-1.2.2.tar.gz
octave:7> pkg install signal-1.2.0.tar.gz
octave:8> pkg install image-2.0.0.tar.gz
octave:9> pkg install econometrics-1.0.8.tar.gz

Now my earlier programs are running.

This issue is still pending: 
warning: your version of GraphicsMagick limits images to 8 bits per pixel

--
Regards,
Seetha


reply via email to

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