Search found 2 matches
- 2011-05-25T00:12:59-07:00
- Forum: Users
- Topic: Convert WMF to BMP
- Replies: 2
- Views: 8978
Re: Convert WMF to BMP
Thanks for your answer. I try your command line but I have the same result. I want convert a wmf 3544x3544 to a bmp 400x400. So if i have a rectangle in wmf, it will become a square in bmp (flattened). I'm obliged to use wmf and bmp because this conversion is to show my image in my ERP NAVISION ...
- 2011-05-24T02:37:11-07:00
- Forum: Users
- Topic: Convert WMF to BMP
- Replies: 2
- Views: 8978
Convert WMF to BMP
Hello,
I want to convert and resize a file temp.wmf to temp.bmp. So I try with this command :
It works but my image is flattened.
Is there a mistake with my code ?
Thanks.
Sorry for my english, I'm french.
I want to convert and resize a file temp.wmf to temp.bmp. So I try with this command :
Code: Select all
convert temp.wmf -resize 400x400 temp.bmp
Is there a mistake with my code ?
Thanks.
Sorry for my english, I'm french.