|
View:
New views
9 Messages
—
Rating Filter:
Alert me
|
|
|
The annoying crashes on Windows seem disappear in Scilab-4.0-rc1Hi, everyone!
I try Scilab-4.0-rc1 for Windows on my machine and run SIP DEMO in it just now. I found the annoying crashes of SIP disappeared. It may be good news for us, but I need your verifications. To Panagiotis, I'll give it a try to recompile SIP for Windows using ImageMagick 6.2.5-5Q16 (dynamic) or ImageMagick 6.2.6-0Q16. Thank you very much for all information you provided. Cheers -- Zhang Cheng PGP-Key-ID: 25990B35 A Proud Debian GNU/Linux User Xi'an Jiaotong University, China ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ SIPtoolbox-devel mailing list SIPtoolbox-devel@... https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel |
|
|
Re: The annoying crashes on Windows seem disappear in Scilab-4.0-rc1Hi Zhang Cheng,
I have just tried to get sip to work in windows and I used ImageMagick-5.5.7-Q16. What version were you using? I have not tried it in windows before, so I may be doing something wrong. When I run sipdem() I do get an error and I am using Scilab-4.0-rc1. cheers, Angus ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ SIPtoolbox-devel mailing list SIPtoolbox-devel@... https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel |
|
|
|
|
|
Re: The annoying crashes on Windows seem disappear in Scilab-4.0-rc1Hi,
My apologies, that was a typo, I meant sipdemo() . I seem, to still be getting the same error: -->[Im, map] = imread('example.bmp'); // a color image -->xbasc() -->imshow(Im, map); // plots the image in scilab imshow(Im, map); // plots the image in scilab !--error 4 undefined variable : map at line 30 of exec file called by : line 14 of function sipdemo called by : sipdemo() I have a feeling this is related to something I did. It has been awhile since I have used windows. Was this the sort of error that was occuring before? Thanks, Angus Zhang Cheng <zhangcheng.johnchain@...> writes: > From: Zhang Cheng <zhangcheng.johnchain@...> > Subject: Re: [SIP-devel] The annoying crashes on Windows seem disappear in Scilab-4.0-rc1 > To: siptoolbox-devel@... > Date: Fri, 17 Feb 2006 13:09:26 +0800 > Reply-To: siptoolbox-devel@... > > Angus Errington wrote: > >>Hi Zhang Cheng, >> >>I have just tried to get sip to work in windows and I used >>ImageMagick-5.5.7-Q16. What version were you using? >> >>I have not tried it in windows before, so I may be doing something wrong. >> >>When I run sipdem() I do get an error and I am using Scilab-4.0-rc1. >> >>cheers, >> >>Angus >> >> >>------------------------------------------------------- >>This SF.net email is sponsored by: Splunk Inc. Do you grep through log files >>for problems? Stop! Download the new AJAX search engine that makes >>searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 >>_______________________________________________ >>SIPtoolbox-devel mailing list >>SIPtoolbox-devel@... >>https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel >> >> >> > I use ImageMagick-6.2.3-Q16 currently. I didn't find a function named > sipdem() in SIP. > I type exec(SIPDEMO) in Scilab console to invoke SIP's demo. ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ SIPtoolbox-devel mailing list SIPtoolbox-devel@... https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel |
|
|
animal compile errorHi,
While trying to compile SIP on my 'new' computer I ran into a compile error in animal verison 14.3 . In file included from img.c:41: img_g.c_incl: In function 'imread_ascii': img_g.c_incl:532: warning: format '%d' expects type 'int *', but argument 3 has type 'puint8 *' img.c: In function 'imread': img.c:150: error: invalid storage class for function 'RGBMagick2GrayIMG' img.c:151: error: invalid storage class for function 'PSEUDOMagick2GrayIMG' img.c:197: warning: implicit declaration of function 'RGBMagick2GrayIMG' img.c:202: warning: implicit declaration of function 'PSEUDOMagick2GrayIMG' make[2]: *** [img.lo] Error 1 After commenting out lines 150 and 151 of img.c animal seemed to compile fine with no errors. SIP has also compiled with no problems and I have run all the demos in scilab with no errors. I think the problem may be because I am using gcc 4.0.2 . Is anyone else using this version of gcc and if so have they had similar problems? Thanks, Angus ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ SIPtoolbox-devel mailing list SIPtoolbox-devel@... https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel |
|
|
Re: The annoying crashes on Windows seem disappear in Scilab-4.0-rc1I tried your commands in Scilab 4.0 for Windows without error. In fact,
before Scilab-4.0, all the SIP functions run correctly on Windows except for those functions calling ImageMagick's mogrify() rountine. Could you send a copy of your bmp file to me and let me to test it? I'm using Scilab-4.0.exe and ImageMagick-6.2.3-Q16. Cheers, Zhang Cheng Angus Errington wrote: > Hi, > > My apologies, that was a typo, I meant sipdemo() . I seem, to still > be getting the same error: > > -->[Im, map] = imread('example.bmp'); // a color image > > -->xbasc() > > -->imshow(Im, map); // plots the image in scilab > imshow(Im, map); // plots the image in scilab > !--error 4 > undefined variable : map > at line 30 of exec file called by : > > line 14 of function sipdemo called by : > sipdemo() > > > I have a feeling this is related to something I did. It has been awhile > since I have used windows. Was this the sort of error that was occuring > before? > > Thanks, > > Angus > > > > Zhang Cheng <zhangcheng.johnchain@...> writes: > > >>From: Zhang Cheng <zhangcheng.johnchain@...> >>Subject: Re: [SIP-devel] The annoying crashes on Windows seem disappear in Scilab-4.0-rc1 >>To: siptoolbox-devel@... >>Date: Fri, 17 Feb 2006 13:09:26 +0800 >>Reply-To: siptoolbox-devel@... >> >>Angus Errington wrote: >> >> >>>Hi Zhang Cheng, >>> >>>I have just tried to get sip to work in windows and I used >>>ImageMagick-5.5.7-Q16. What version were you using? >>> >>>I have not tried it in windows before, so I may be doing something wrong. >>> >>>When I run sipdem() I do get an error and I am using Scilab-4.0-rc1. >>> >>>cheers, >>> >>>Angus >>> >>> >>>------------------------------------------------------- >>>This SF.net email is sponsored by: Splunk Inc. Do you grep through log files >>>for problems? Stop! Download the new AJAX search engine that makes >>>searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >>>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 >>>_______________________________________________ >>>SIPtoolbox-devel mailing list >>>SIPtoolbox-devel@... >>>https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel >>> >>> >>> >> >>I use ImageMagick-6.2.3-Q16 currently. I didn't find a function named >>sipdem() in SIP. >>I type exec(SIPDEMO) in Scilab console to invoke SIP's demo. > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > SIPtoolbox-devel mailing list > SIPtoolbox-devel@... > https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel > -- Zhang Cheng PGP-Key-ID: 25990B35 A Proud Debian GNU/Linux User Xi'an Jiaotong University, China ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ SIPtoolbox-devel mailing list SIPtoolbox-devel@... https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel |
|
|
Re: The annoying crashes on Windows seem disappear in Scilab-4.0-rc1Hi Zhang Cheng,
I have managed to get it working in windows now including those using the mogrify() routine. The problem was that I was using sip-0.1.1-win5.zip which is what appears on the SIP homepage. After installing SIPToolbox-0.4.0-alpha-20050817.exe (excellent job on the installation program!) and installing ImageMagick-6.2.3-Q16 I managed to get things to work. I should also like to mention that using a different version of ImageMagick, say 6.2.5 and 6.2.6, I was unable to get SIP to load properly. I have two suggestions: 1-Placing a link to SIPToolbox-0.4.0-alpha-20050817.exe on the homepage. 2-Placing a link to ImageMagick-6.2.3-Q16-windows-dll.exe on the homepage since ImageMagick's site is no longer hosting it. Zhang Cheng, thank you very much for your help and excellent job on the windows version. cheers, Angus Zhang Cheng <zhangcheng.johnchain@...> writes: > I tried your commands in Scilab 4.0 for Windows without error. In > fact, before Scilab-4.0, all the SIP functions run correctly on > Windows except for those functions calling ImageMagick's mogrify() > rountine. > Could you send a copy of your bmp file to me and let me to test > it? I'm using Scilab-4.0.exe and ImageMagick-6.2.3-Q16. > > Cheers, > Zhang Cheng > > Angus Errington wrote: > >> Hi, >> My apologies, that was a typo, I meant sipdemo() . I seem, to still >> be getting the same error: -->[Im, map] = imread('example.bmp'); >> // a color image >> -->xbasc() >> -->imshow(Im, map); // plots the image in scilab >> imshow(Im, map); // plots the image in scilab >> !--error 4 >> undefined variable : map >> at line 30 of exec file called by : >> line 14 of function sipdemo called by : >> sipdemo() >> I have a feeling this is related to something I did. It >> has been awhile >> since I have used windows. Was this the sort of error that was occuring >> before? >> Thanks, >> Angus >> Zhang Cheng <zhangcheng.johnchain@...> writes: >> >>>From: Zhang Cheng <zhangcheng.johnchain@...> >>>Subject: Re: [SIP-devel] The annoying crashes on Windows seem disappear in Scilab-4.0-rc1 >>>To: siptoolbox-devel@... >>>Date: Fri, 17 Feb 2006 13:09:26 +0800 >>>Reply-To: siptoolbox-devel@... >>> >>>Angus Errington wrote: >>> >>> >>>>Hi Zhang Cheng, >>>> >>>>I have just tried to get sip to work in windows and I used >>>>ImageMagick-5.5.7-Q16. What version were you using? >>>> >>>>I have not tried it in windows before, so I may be doing something wrong. >>>> >>>>When I run sipdem() I do get an error and I am using Scilab-4.0-rc1. >>>> >>>>cheers, >>>> >>>>Angus >>>> >>>> >>>>------------------------------------------------------- >>>>This SF.net email is sponsored by: Splunk Inc. Do you grep through log files >>>>for problems? Stop! Download the new AJAX search engine that makes >>>>searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >>>>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 >>>>_______________________________________________ >>>>SIPtoolbox-devel mailing list >>>>SIPtoolbox-devel@... >>>>https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel >>>> >>>> >>>> >>> >>>I use ImageMagick-6.2.3-Q16 currently. I didn't find a function named >>>sipdem() in SIP. >>>I type exec(SIPDEMO) in Scilab console to invoke SIP's demo. >> ------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. Do you grep through log files >> for problems? Stop! Download the new AJAX search engine that makes >> searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 >> _______________________________________________ >> SIPtoolbox-devel mailing list >> SIPtoolbox-devel@... >> https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel >> > > -- > Zhang Cheng > > PGP-Key-ID: 25990B35 > A Proud Debian GNU/Linux User > Xi'an Jiaotong University, China > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > SIPtoolbox-devel mailing list > SIPtoolbox-devel@... > https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ SIPtoolbox-devel mailing list SIPtoolbox-devel@... https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel |
|
|
Re: The annoying crashes on Windows seem disappear in Scilab-4.0-rc1Hi, Angus Errington,
Your suggestions are very what I want to do recently. I've compiled SIPToolbox for Windows against ImageMagick-6.2.5-Q16 yesterday and it runs properly on my machine. However, SIPToolbox based on ImageMagick-6.2.6-Q16 doesn't work correctly. I don't know what exactly cause the unstability and suspect that the difference of compilers, ImageMagick-6.2.6 is compiled by Visual C++ 2005, Scilab-4.0 is compiled by Visual C++ 2003, cause the conflict. If I have time, I'll probe the conflict in details. I plan to release a SIPToolbox-0.4.0-beta installer which supports ImageMagick-6.2.5-Q16 on the homepage and place a link to ImageMagick-6.2.5-Q16-windows-dll.exe at the same time. I'm most grateful for your warm encouragements:-) Cheers, Zhang Cheng Angus Errington wrote: > Hi Zhang Cheng, > > I have managed to get it working in windows now including those > using the mogrify() routine. The problem was that I was using > sip-0.1.1-win5.zip which is what appears on the SIP homepage. > After installing SIPToolbox-0.4.0-alpha-20050817.exe (excellent > job on the installation program!) and installing > ImageMagick-6.2.3-Q16 I managed to get things to work. I should also > like to mention that using a different version of ImageMagick, say > 6.2.5 and 6.2.6, I was unable to get SIP to load properly. > > I have two suggestions: > > 1-Placing a link to SIPToolbox-0.4.0-alpha-20050817.exe on the homepage. > > 2-Placing a link to ImageMagick-6.2.3-Q16-windows-dll.exe on the homepage > since ImageMagick's site is no longer hosting it. > > Zhang Cheng, thank you very much for your help and excellent job on the > windows version. > > cheers, > > Angus > > Zhang Cheng <zhangcheng.johnchain@...> writes: > > >>I tried your commands in Scilab 4.0 for Windows without error. In >>fact, before Scilab-4.0, all the SIP functions run correctly on >>Windows except for those functions calling ImageMagick's mogrify() >>rountine. >> Could you send a copy of your bmp file to me and let me to test >>it? I'm using Scilab-4.0.exe and ImageMagick-6.2.3-Q16. >> >>Cheers, >>Zhang Cheng >> >>Angus Errington wrote: >> >> >>>Hi, >>>My apologies, that was a typo, I meant sipdemo() . I seem, to still >>>be getting the same error: -->[Im, map] = imread('example.bmp'); >>>// a color image >>>-->xbasc() >>>-->imshow(Im, map); // plots the image in scilab >>>imshow(Im, map); // plots the image in scilab >>> !--error 4 >>>undefined variable : map >>>at line 30 of exec file called by : >>>line 14 of function sipdemo called by : >>>sipdemo() >>> I have a feeling this is related to something I did. It >>>has been awhile >>>since I have used windows. Was this the sort of error that was occuring >>>before? >>>Thanks, >>>Angus >>>Zhang Cheng <zhangcheng.johnchain@...> writes: >>> >>> >>>>From: Zhang Cheng <zhangcheng.johnchain@...> >>>>Subject: Re: [SIP-devel] The annoying crashes on Windows seem disappear in Scilab-4.0-rc1 >>>>To: siptoolbox-devel@... >>>>Date: Fri, 17 Feb 2006 13:09:26 +0800 >>>>Reply-To: siptoolbox-devel@... >>>> >>>>Angus Errington wrote: >>>> >>>> >>>> >>>>>Hi Zhang Cheng, >>>>> >>>>>I have just tried to get sip to work in windows and I used >>>>>ImageMagick-5.5.7-Q16. What version were you using? >>>>> >>>>>I have not tried it in windows before, so I may be doing something wrong. >>>>> >>>>>When I run sipdem() I do get an error and I am using Scilab-4.0-rc1. >>>>> >>>>>cheers, >>>>> >>>>>Angus >>>>> >>>>> >>>>>------------------------------------------------------- >>>>>This SF.net email is sponsored by: Splunk Inc. Do you grep through log files >>>>>for problems? Stop! Download the new AJAX search engine that makes >>>>>searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >>>>>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 >>>>>_______________________________________________ >>>>>SIPtoolbox-devel mailing list >>>>>SIPtoolbox-devel@... >>>>>https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel >>>>> >>>>> >>>>> >>>> >>>>I use ImageMagick-6.2.3-Q16 currently. I didn't find a function named >>>>sipdem() in SIP. >>>>I type exec(SIPDEMO) in Scilab console to invoke SIP's demo. >>> >>>------------------------------------------------------- >>>This SF.net email is sponsored by: Splunk Inc. Do you grep through log files >>>for problems? Stop! Download the new AJAX search engine that makes >>>searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >>>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 >>>_______________________________________________ >>>SIPtoolbox-devel mailing list >>>SIPtoolbox-devel@... >>>https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel >>> >> >>-- >>Zhang Cheng >> >>PGP-Key-ID: 25990B35 >>A Proud Debian GNU/Linux User >>Xi'an Jiaotong University, China >> >> >>------------------------------------------------------- >>This SF.net email is sponsored by: Splunk Inc. Do you grep through log files >>for problems? Stop! Download the new AJAX search engine that makes >>searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 >>_______________________________________________ >>SIPtoolbox-devel mailing list >>SIPtoolbox-devel@... >>https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > SIPtoolbox-devel mailing list > SIPtoolbox-devel@... > https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel > -- Zhang Cheng PGP-Key-ID: 25990B35 A Proud Debian GNU/Linux User Xi'an Jiaotong University, China ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ SIPtoolbox-devel mailing list SIPtoolbox-devel@... https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel |
|
|
Re: The annoying crashes on Windows seem disappear in Scilab-4.0-rc1Hi Zahng, Hi Angus,
I think to, that the problem may arise because of Compiler specific differences, i thought that maybe it's because of the runtime libraries that are not anymore supported http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_crt_c_run.2d.time_libraries.asp . Perhaps this helps a bit, but i am not sure. Zhang it's cool you compiled it for 6.2.5 i'll have to try it ! Greetings Panagiotis Zhang Cheng wrote: > Hi, Angus Errington, > > Your suggestions are very what I want to do recently. > > I've compiled SIPToolbox for Windows against ImageMagick-6.2.5-Q16 > yesterday and it runs properly on my machine. However, SIPToolbox > based on ImageMagick-6.2.6-Q16 doesn't work correctly. I don't know > what exactly cause the unstability and suspect that the difference of > compilers, ImageMagick-6.2.6 is compiled by Visual C++ 2005, > Scilab-4.0 is compiled by Visual C++ 2003, cause the conflict. If I > have time, I'll probe the conflict in details. > > I plan to release a SIPToolbox-0.4.0-beta installer which supports > ImageMagick-6.2.5-Q16 on the homepage and place a link to > ImageMagick-6.2.5-Q16-windows-dll.exe at the same time. > > I'm most grateful for your warm encouragements:-) > > Cheers, > > Zhang Cheng > > Angus Errington wrote: >> Hi Zhang Cheng, >> >> I have managed to get it working in windows now including those >> using the mogrify() routine. The problem was that I was using >> sip-0.1.1-win5.zip which is what appears on the SIP homepage. >> After installing SIPToolbox-0.4.0-alpha-20050817.exe (excellent >> job on the installation program!) and installing >> ImageMagick-6.2.3-Q16 I managed to get things to work. I should also >> like to mention that using a different version of ImageMagick, say >> 6.2.5 and 6.2.6, I was unable to get SIP to load properly. >> I have two suggestions: >> >> 1-Placing a link to SIPToolbox-0.4.0-alpha-20050817.exe on the >> homepage. >> >> 2-Placing a link to ImageMagick-6.2.3-Q16-windows-dll.exe on the >> homepage >> since ImageMagick's site is no longer hosting it. >> >> Zhang Cheng, thank you very much for your help and excellent job on the >> windows version. >> >> cheers, >> >> Angus >> >> Zhang Cheng <zhangcheng.johnchain@...> writes: >> >> >>> I tried your commands in Scilab 4.0 for Windows without error. In >>> fact, before Scilab-4.0, all the SIP functions run correctly on >>> Windows except for those functions calling ImageMagick's mogrify() >>> rountine. >>> Could you send a copy of your bmp file to me and let me to test >>> it? I'm using Scilab-4.0.exe and ImageMagick-6.2.3-Q16. >>> >>> Cheers, >>> Zhang Cheng >>> >>> Angus Errington wrote: >>> >>> >>>> Hi, >>>> My apologies, that was a typo, I meant sipdemo() . I seem, to still >>>> be getting the same error: -->[Im, map] = imread('example.bmp'); >>>> // a color image >>>> -->xbasc() >>>> -->imshow(Im, map); // plots the image in scilab >>>> imshow(Im, map); // plots the image in scilab >>>> !--error 4 >>>> undefined variable : map >>>> at line 30 of exec file called by : >>>> line 14 of function sipdemo called by : >>>> sipdemo() >>>> I have a feeling this is related to something I did. It >>>> has been awhile >>>> since I have used windows. Was this the sort of error that was >>>> occuring >>>> before? >>>> Thanks, >>>> Angus >>>> Zhang Cheng <zhangcheng.johnchain@...> writes: >>>> >>>> >>>>> From: Zhang Cheng <zhangcheng.johnchain@...> >>>>> Subject: Re: [SIP-devel] The annoying crashes on Windows seem >>>>> disappear in Scilab-4.0-rc1 >>>>> To: siptoolbox-devel@... >>>>> Date: Fri, 17 Feb 2006 13:09:26 +0800 >>>>> Reply-To: siptoolbox-devel@... >>>>> >>>>> Angus Errington wrote: >>>>> >>>>> >>>>> >>>>>> Hi Zhang Cheng, >>>>>> >>>>>> I have just tried to get sip to work in windows and I used >>>>>> ImageMagick-5.5.7-Q16. What version were you using? >>>>>> >>>>>> I have not tried it in windows before, so I may be doing >>>>>> something wrong. >>>>>> >>>>>> When I run sipdem() I do get an error and I am using Scilab-4.0-rc1. >>>>>> >>>>>> cheers, >>>>>> >>>>>> Angus >>>>>> >>>>>> >>>>>> ------------------------------------------------------- >>>>>> This SF.net email is sponsored by: Splunk Inc. Do you grep >>>>>> through log files >>>>>> for problems? Stop! Download the new AJAX search engine that makes >>>>>> searching your log files as easy as surfing the web. DOWNLOAD >>>>>> SPLUNK! >>>>>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 >>>>>> >>>>>> _______________________________________________ >>>>>> SIPtoolbox-devel mailing list >>>>>> SIPtoolbox-devel@... >>>>>> https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel >>>>>> >>>>>> >>>>>> >>>>> >>>>> I use ImageMagick-6.2.3-Q16 currently. I didn't find a function named >>>>> sipdem() in SIP. >>>>> I type exec(SIPDEMO) in Scilab console to invoke SIP's demo. >>>> >>>> ------------------------------------------------------- >>>> This SF.net email is sponsored by: Splunk Inc. Do you grep through >>>> log files >>>> for problems? Stop! Download the new AJAX search engine that makes >>>> searching your log files as easy as surfing the web. DOWNLOAD >>>> SPLUNK! >>>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 >>>> >>>> _______________________________________________ >>>> SIPtoolbox-devel mailing list >>>> SIPtoolbox-devel@... >>>> https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel >>>> >>> >>> -- >>> Zhang Cheng >>> >>> PGP-Key-ID: 25990B35 >>> A Proud Debian GNU/Linux User >>> Xi'an Jiaotong University, China >>> >>> >>> ------------------------------------------------------- >>> This SF.net email is sponsored by: Splunk Inc. Do you grep through >>> log files >>> for problems? Stop! Download the new AJAX search engine that makes >>> searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 >>> >>> _______________________________________________ >>> SIPtoolbox-devel mailing list >>> SIPtoolbox-devel@... >>> https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel >> >> >> >> ------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. Do you grep through >> log files >> for problems? Stop! Download the new AJAX search engine that makes >> searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 >> _______________________________________________ >> SIPtoolbox-devel mailing list >> SIPtoolbox-devel@... >> https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel >> > ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ SIPtoolbox-devel mailing list SIPtoolbox-devel@... https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel |
| Free embeddable forum powered by Nabble | Forum Help |