: [R] Problems wih EBImage for windows 7
1
0
Entering edit mode
@evan-misshula-4398
Last seen 9.6 years ago
Hi Gregiore, Has any progress been made on this issue? I am a windows user who also installed GTK+ and the latest version of ImageMagick 6.6.6-5-dll.exe before discovering the binaries do not work for windows 7. There appear to be no old binaries of 6.5.x to drop back to. I am too unsophisticated to attempt a build. Thank you for your update. Best, Evan Misshula CUNY John Jay From: Gregoire Pau <gregoire.pau@...> Subject: Re: [R] Poblems wih EBImage Newsgroups: gmane.science.biology.informatics.conductor Date: 2010-04-17 21:13:19 GMT (34 weeks, 5 days, 1 hour and 13 minutes ago) Hello Heberto, The issue you are reporting seems to be due to a recent modification of the ImageMagick API, on which EBImage relies on to read/write images. We are currently fixing this issue. In the meanwhile, please use a previous version of ImageMagick (such as 6.5.x). Best regards, Greg --- Gregoire Pau EMBL Research officer http://www.ebi.ac.uk/~gpau/ R Heberto Ghezzo, Dr wrote: > hello Gregoire > Yes, I installed with ' Install develepment headers' > If I open a command prompt and typed gtk-demo the corresponding gtk windows appers > If I type convert the usage of convert appears from ImageMagick-6.6.1-2 > So far I think I did everything as requared! > Any more suggestions > Heberto Ghezzo > > > ________________________________________ > From: Gregoire Pau [gregoire.pau at ...] > Sent: Friday, April 16, 2010 12:37 PM > To: R Heberto Ghezzo, Dr > Cc: r-help at ... > Subject: Re: [R] Poblems wih EBImage > > Hello, > > EBImage is a Bioconductor package: please post on the Bioconductor > mailing list. > > EBImage requires the libraries ImageMagick and GTK+ to be installed. Did > you follow the instructions of the installation manual ? > http://www.bioconductor.org/packages/release/bioc/html/EBImage.html > > It looks like EBImage cannot locate ImageMagick and GTK+. Are they > working properly (try gtk-demo and convert in the command line) ? Did > you add the GTK path in the system path (most likely c:\gtk\bin) ? Did > you tick the "Install developement headers and libraries" checkbox when > installing ImageMagick ? > > Hope this helps, > > Regards, > > Greg > --- > Gregoire Pau > EMBL Research Officer > http://www.embl.de/~gpau/ > > > R Heberto Ghezzo, Dr wrote: >> Hello, Working with Windows 7 in a HP laptop with R-2.10.1 >> I download and installed ImageMagick-6.3.7.7-Q16-Windows-dll.exe and GTK 2.12.9-win32-2, then downloaded and installed from local file EBImage_3.2.0.zip and I got: >>> library(EBImage) >> Loading required package: abind >> Error in inDL(x, as.logical(local), as.logical(now), ...) : >> unable to load shared library 'C:/Programs/R/Cran/EBImage/libs/EBImage.dll': >> LoadLibrary failure: The specified module could not be found. >> >> In addition: Warning message: >> package 'abind' was built under R version c(2, 5, 0) and help will not work correctly >> Please re-install it >> Error: package/namespace load failed for 'EBImage' >> the location "C:\Programs\R\Cran\EBImage\libs\EBImage.dll" exists >> Can somebody tell me what is wrong? >> Thanks >> Heberto Ghezzo >> McGill University >> Canada >> ______________________________________________ >> R-help at ... mailing list >> https://stat.ethz.ch/mailman/listinfo/r-help >> PLEASE do read the posting guide http://www.R-project.org/posting- guide.html >> and provide commented, minimal, self-contained, reproducible code. _______________________________________________ Bioconductor mailing list Bioconductor at ... https://stat.ethz.ch/mailman/listinfo/bioconductor Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor
convert EBImage convert EBImage • 1.0k views
ADD COMMENT
0
Entering edit mode
Gregoire Pau ▴ 310
@gregoire-pau-3274
Last seen 9.6 years ago
Hi Evan, Sure. EBImage works fine on Windows. The issue you're mentioning has been fixed in the last release of Bioconductor, in October. Please use the latest release version of EBImage, version 3.6.0, available here: http://www.bioconductor.org/packages/release/bioc/html/EBImage.html If it still doesn't work, could please give us the usual stuff: R's sessionInfo(), EBImage, GTK+ and ImageMagick version numbers. > There appear to be no old binaries of 6.5.x to drop back to. There are many, located at http://image_magick.veidrodis.com/image_magick/windows/ Try this one, which works fine with my Windows platform: http://image_magick.veidrodis.com/image_magick/windows/ImageMagick-6.6 .1-4.zip Hope this helps, Cheers, Greg --- Gregoire Pau EMBL Research Officer http://www.embl.de/~gpau/ On 16/12/10 23:32, Evan Misshula wrote: > Hi Gregiore, > Has any progress been made on this issue? I am a windows user who also installed GTK+ and the latest version of ImageMagick 6.6.6-5-dll.exe before discovering the binaries do not work for windows 7. There appear to be no old binaries of 6.5.x to drop back to. I am too unsophisticated to attempt a build. > Thank you for your update. > > Best, > > Evan Misshula > CUNY John Jay > > > From: Gregoire Pau<gregoire.pau at="" ...=""> > Subject: Re: [R] Poblems wih EBImage > Newsgroups: gmane.science.biology.informatics.conductor > Date: 2010-04-17 21:13:19 GMT (34 weeks, 5 days, 1 hour and 13 minutes ago) > > Hello Heberto, > > The issue you are reporting seems to be due to a recent modification of > the ImageMagick API, on which EBImage relies on to read/write images. We > are currently fixing this issue. In the meanwhile, please use a previous > version of ImageMagick (such as 6.5.x). > > Best regards, > > Greg > --- > Gregoire Pau > EMBL Research officer > http://www.ebi.ac.uk/~gpau/ > > R Heberto Ghezzo, Dr wrote: >> hello Gregoire >> Yes, I installed with ' Install develepment headers' >> If I open a command prompt and typed gtk-demo the corresponding gtk windows appers >> If I type convert the usage of convert appears from ImageMagick-6.6.1-2 >> So far I think I did everything as requared! >> Any more suggestions >> Heberto Ghezzo >> >> >> ________________________________________ >> From: Gregoire Pau [gregoire.pau at ...] >> Sent: Friday, April 16, 2010 12:37 PM >> To: R Heberto Ghezzo, Dr >> Cc: r-help at ... >> Subject: Re: [R] Poblems wih EBImage >> >> Hello, >> >> EBImage is a Bioconductor package: please post on the Bioconductor >> mailing list. >> >> EBImage requires the libraries ImageMagick and GTK+ to be installed. Did >> you follow the instructions of the installation manual ? >> http://www.bioconductor.org/packages/release/bioc/html/EBImage.html >> >> It looks like EBImage cannot locate ImageMagick and GTK+. Are they >> working properly (try gtk-demo and convert in the command line) ? Did >> you add the GTK path in the system path (most likely c:\gtk\bin) ? Did >> you tick the "Install developement headers and libraries" checkbox when >> installing ImageMagick ? >> >> Hope this helps, >> >> Regards, >> >> Greg >> --- >> Gregoire Pau >> EMBL Research Officer >> http://www.embl.de/~gpau/ >> >> >> R Heberto Ghezzo, Dr wrote: >>> Hello, Working with Windows 7 in a HP laptop with R-2.10.1 >>> I download and installed ImageMagick-6.3.7.7-Q16-Windows-dll.exe and GTK 2.12.9-win32-2, then > downloaded and installed from local file EBImage_3.2.0.zip and I got: >>>> library(EBImage) >>> Loading required package: abind >>> Error in inDL(x, as.logical(local), as.logical(now), ...) : >>> unable to load shared library 'C:/Programs/R/Cran/EBImage/libs/EBImage.dll': >>> LoadLibrary failure: The specified module could not be found. >>> >>> In addition: Warning message: >>> package 'abind' was built under R version c(2, 5, 0) and help will not work correctly >>> Please re-install it >>> Error: package/namespace load failed for 'EBImage' >>> the location "C:\Programs\R\Cran\EBImage\libs\EBImage.dll" exists >>> Can somebody tell me what is wrong? >>> Thanks >>> Heberto Ghezzo >>> McGill University >>> Canada >>> ______________________________________________ >>> R-help at ... mailing list >>> https://stat.ethz.ch/mailman/listinfo/r-help >>> PLEASE do read the posting guide http://www.R-project.org/posting- guide.html >>> and provide commented, minimal, self-contained, reproducible code. > > _______________________________________________ > Bioconductor mailing list > Bioconductor at ... > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor > > _______________________________________________ > Bioconductor mailing list > Bioconductor at r-project.org > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor
ADD COMMENT

Login before adding your answer.

Traffic: 568 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6