Error Message While Schaling BitMap Image
Re: Error Message While Schaling BitMap Image
Can anyone please provide me binary for CentOS 5.2 ( 32 bit ), so I could try that out? because all my binaries does not seems to handle this case ?
Thanks for the help.
Thanks for the help.
Re: Error Message While Schaling BitMap Image
I tried to compile IM again on a new centOS VM environment, however I am getting same problem that identify does not work, can someone please provide me binary rpm or tar for CentOS 5.2 ??
Thanks for the help and support. I really appreciate it.
Thanks for the help and support. I really appreciate it.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Error Message While Schaling BitMap Image
what happens if you rename identify to say imidentify in /usr/local/bin (or where ever your IM is stored). then try
imidentify image.bmp
this way you can be sure that there is no confusion between IM's identify and any other identify belonging to your system or any other application
Windows users often do this to avoid confusion, I am told.
imidentify image.bmp
this way you can be sure that there is no confusion between IM's identify and any other identify belonging to your system or any other application
Windows users often do this to avoid confusion, I am told.
Re: Error Message While Schaling BitMap Image
Thanks for reply, I am getting same results on MAC, identify does not display anything. I am building new CentOS VM, will try same thing on it as well.
Could you please share IM 6.5.4 (or latest) binary for MAC ? I had 6.4.5 installed earlier and it worked for every type of images.
Thanks.
Could you please share IM 6.5.4 (or latest) binary for MAC ? I had 6.4.5 installed earlier and it worked for every type of images.
Thanks.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Error Message While Schaling BitMap Image
I assume you mean 6.5.2-4. But IM is now at 6.5.2-6 and you can get the mac binary at http://www.imagemagick.org/script/binar ... php#macosx
Re: Error Message While Schaling BitMap Image
Thanks for reply, I took IM from the link and version is 6.5.2-5
I am getting same results from this one
I don't know what could wrong on my machine (Leopard), no clue and I understand that its really annoying for you guys too but I want identify to work otherwise all of my code will break and I can't afford to change identify to convert. I appreciate your help. Did someone test latest version for this case in Leopard/ CentOS?
I am getting same results from this one
I don't know what could wrong on my machine (Leopard), no clue and I understand that its really annoying for you guys too but I want identify to work otherwise all of my code will break and I can't afford to change identify to convert. I appreciate your help. Did someone test latest version for this case in Leopard/ CentOS?
Re: Error Message While Schaling BitMap Image
Ok, I again tired all versions of IM available on ImageMagick.net and nothing works. I had earlier version of IM (6.4.6-8) and this one worked so I think it's not preview or environment something is broken after 6.4.6-8 and I don't know what it is. I could use 6.4.6-8, just wondering is there any major disadvantage using older version?
Thanks for the help.
Thanks for the help.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Error Message While Schaling BitMap Image
I don't want to intercede between you and the IM folks. But your premise may be wrong, since before you were able to do
convert rose: rose.bmp
identify rose.bmp
Does that not work now?
Again on Mac OSX Tiger IM 6.5.2-7 Q16, I have no problem downloading your r.jpg, converting it with Preview to r.bmp and then
identify r.bmp
r.bmp BMP 356x400 356x400+0+0 8-bit DirectClass 417kb
So I still believe it has something to do with Leopard Preview's conversion to bmp.
If you do
convert r.jpg r.bmp
identify r.bmp
what happens?
convert rose: rose.bmp
identify rose.bmp
Does that not work now?
Again on Mac OSX Tiger IM 6.5.2-7 Q16, I have no problem downloading your r.jpg, converting it with Preview to r.bmp and then
identify r.bmp
r.bmp BMP 356x400 356x400+0+0 8-bit DirectClass 417kb
So I still believe it has something to do with Leopard Preview's conversion to bmp.
If you do
convert r.jpg r.bmp
identify r.bmp
what happens?
Re: Error Message While Schaling BitMap Image
I am testing identify r.bmp ( a preview generated bmp) only, everything else like convert and identify for rose.bmp works. convert r.bmp info: works too, sorry for the confusion here. I tried posting on bug forum however IM guys could not reproduce the problem so no response after that, may be bug forum is for logging bugs only.
Did you try earlier versions of IM like 6.4.9-10 or 6.5.2-0 on Tiger for Preview generated bmp? May be it always worked for Tiger Preview. I am using Preview 4.2 on Leopard 10.5.7.
I want to convince on that, there may be some problem with Leopard Preview but just one thing bothers me; why IM 6.4.6-8 is able to identify the same bmp image and displaying the result and later versions can not do that. In 6.4.9-10 till 6.5.2-0 convert is broken and gives an error message if you try to convert a preview generated bmp, that is fixed after 6.5.2-2 but identify is still not working (at least for me its not).
Thanks a ton for being patient and replying to my posts. I really appreciate it.
Did you try earlier versions of IM like 6.4.9-10 or 6.5.2-0 on Tiger for Preview generated bmp? May be it always worked for Tiger Preview. I am using Preview 4.2 on Leopard 10.5.7.
I want to convince on that, there may be some problem with Leopard Preview but just one thing bothers me; why IM 6.4.6-8 is able to identify the same bmp image and displaying the result and later versions can not do that. In 6.4.9-10 till 6.5.2-0 convert is broken and gives an error message if you try to convert a preview generated bmp, that is fixed after 6.5.2-2 but identify is still not working (at least for me its not).
Thanks a ton for being patient and replying to my posts. I really appreciate it.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Error Message While Schaling BitMap Image
I would continue to post, especially this last note, to the bugs forum. Keep poking at it. Also remind them of the verbose debug all response that you got.
There ought to be a way to figure out if it is a Preview or IM problem?
I did not test on older versions of IM from before your original post and don't really want to install an old version at this point.
My version of Preview is 3.0.9 on Mac OSX Tiger 10.4.11
Did you try renaming identify as I suggested, just to see if there was some naming conflict?
There ought to be a way to figure out if it is a Preview or IM problem?
I did not test on older versions of IM from before your original post and don't really want to install an old version at this point.
My version of Preview is 3.0.9 on Mac OSX Tiger 10.4.11
Did you try renaming identify as I suggested, just to see if there was some naming conflict?
Re: Error Message While Schaling BitMap Image
Thanks, I posted on bug forum and will wait for reply.
Thanks for the help.
Thanks for the help.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Error Message While Schaling BitMap Image
Did you try renaming identify, just to ensure that it is not a naming conflict? Probably not as you can use identify on other bmp image, but it would not hurt to try.
Re: Error Message While Schaling BitMap Image
Same problem with sim123. I will monitor the bug forum and hopefully will get the solution quickly.
Simulation pret immobilier
Simulation pret immobilier
Re: Error Message While Schaling BitMap Image
Oh you too!! I was thinking I am the only one who is having this issue, please post this on bug forum as well so they will take it more seriously.
Thanks.
Thanks.