Thanks for the info
Ill try to get files to you soon and all that you asked for
But as far as fuzz value what would you recommend for percentage wise? I tried 65% and it looks pretty good on a larger png file but still bad on a smaller one. Does it depend on the dimensions?
Search found 5 matches
- 2013-09-16T17:16:35-07:00
- Forum: Developers
- Topic: Converting to PNG with transparency with smooth edges
- Replies: 3
- Views: 9405
- 2013-09-16T16:14:15-07:00
- Forum: Developers
- Topic: Converting to PNG with transparency with smooth edges
- Replies: 3
- Views: 9405
Converting to PNG with transparency with smooth edges
I have the following command to convert a pdf file to a png with transparency... The PDF file (CMYK format) is a white background with a black image so I want to take everything that is White and make it transparency while leaving anything that is black alone. Im using the following command: exec ...
- 2013-09-12T08:05:05-07:00
- Forum: Developers
- Topic: Converting PDF to PNG with transparency and resizing
- Replies: 2
- Views: 13795
Converting PDF to PNG with transparency and resizing
I have a PDF file which I would like to convert to a png format and create everything white as transparent on there. Along with this I also need to resize the original file size by a specific value and make it high quality. Sounds like a lot i know. I put the -fuzz command thinking that it allows ...
- 2013-06-25T09:23:00-07:00
- Forum: Users
- Topic: Overlay a SVG image on top of a png image
- Replies: 3
- Views: 4437
Re: Overlay a SVG image on top of a png image
Bonzo
This doesnt seem to work
I get the following error in my logs
convert: Memory allocation failed `/file/svgfile.svg' @ svg.c/ReadSVGImage/2825.
convert: missing an image filename `/file/filepng.png ' @ convert.c/ConvertImageCommand
This doesnt seem to work
I get the following error in my logs
convert: Memory allocation failed `/file/svgfile.svg' @ svg.c/ReadSVGImage/2825.
convert: missing an image filename `/file/filepng.png ' @ convert.c/ConvertImageCommand
- 2013-06-24T14:50:12-07:00
- Forum: Users
- Topic: Overlay a SVG image on top of a png image
- Replies: 3
- Views: 4437
Overlay a SVG image on top of a png image
Hello Im trying to convert a pdf file to a png and then place a svg image on top of the png. The svg contains a white background which I would like it to be transparent when placing over the png. Can someone please help me accomplish this. I know that (in php) exec('convert /file/filepdf.pdf /file ...