Search found 8 matches
- 2014-05-05T07:04:04-07:00
- Forum: Users
- Topic: convert bmp to svg
- Replies: 16
- Views: 26486
Re: convert bmp to svg
I need to table this and come back to later when I've more time. (got a deadline looming ;-)) But I take it the '^' mark is a terminator that needs to be used with Potrace. Thanks for your help. When I get back on this, I made need some more instruction. I hope you don't mind if I request more help.
- 2014-05-04T06:37:21-07:00
- Forum: Users
- Topic: convert bmp to svg
- Replies: 16
- Views: 26486
Re: convert bmp to svg
It appears what you are doing is using svg to obtain the quality you want and then saving that as a bitmap. That is not what I'm trying to accomplish. What I want is to convert an image to svg and use the svg version of the image on a web page
- 2014-05-03T05:43:13-07:00
- Forum: Users
- Topic: convert bmp to svg
- Replies: 16
- Views: 26486
Re: convert bmp to svg
Thank for the feedback. Thedev environment is Windows 7 and the server environment if Win 2008 R2, so I guess autotrace is out. I can't use Potrace because I need color. Are there any other options to use with IM?
- 2014-05-02T11:31:11-07:00
- Forum: Users
- Topic: convert bmp to svg
- Replies: 16
- Views: 26486
Re: convert bmp to svg
Thanks for trying, maybe someone else will pick up on this
- 2014-05-02T11:08:47-07:00
- Forum: Users
- Topic: convert bmp to svg
- Replies: 16
- Views: 26486
Re: convert bmp to svg
the equal sign was suggested first in the README doc, the space was suggested second. I tried it without the equal sign, got the same error. changed to tga (which is a valid file, I can open it in Pain.NET, as I also could with the bmp) Got the following results C:\ProgramDownloads\Autotrace ...
- 2014-05-02T10:11:59-07:00
- Forum: Users
- Topic: convert bmp to svg
- Replies: 16
- Views: 26486
Re: convert bmp to svg
when I run autotrace.exe on the bmp file, I get the error below. (maybe my commnd line is wrong) C:\WebSites\CBT\CBT\Media\4\13\Slides>C:\ProgramDownloads\Autotrace\autotrace.exe -input-format=bmp -output-format=svg -output-file=EGBTraining_001.svg EGBtraining_001.bmp Error reading BMP file header ...
- 2014-05-02T08:35:23-07:00
- Forum: Users
- Topic: convert bmp to svg
- Replies: 16
- Views: 26486
Re: convert bmp to svg
Here is the verbose output C:\Users\Dixon\Desktop\_13 - Copy>"C:\Program Files\ImageMagick-6.8.9-Q16\convert.exe" -verbose autotrace:EGBtraining_001.bmp -scene 1 EGBtraining_001.svg autotrace -output-format svg -output-file "C:/Temp/Email/magick-8696_3WgRnGGegj4" "C:/Temp/Email/magick ...
- 2014-05-02T07:38:23-07:00
- Forum: Users
- Topic: convert bmp to svg
- Replies: 16
- Views: 26486
convert bmp to svg
I'm trying to convert a bmp (I've also tried jpg) to an svg file. If I run convert without auto trace, I get a huge file. But running convert with autotrace gets me an error. With the error below, I included the path to autotrace in my environment. But I've also tried editing the delegate.xml file ...