Search found 13 matches
- 2014-05-20T00:29:36-07:00
- Forum: Users
- Topic: Clip path problem when saving TIFF as a transparent PNG
- Replies: 32
- Views: 36846
Re: Clip path problem when saving TIFF as a transparent PNG
Many thanks for this information, snibgo. I'll try option 3 and see if I can see problems with the outlined area.
- 2014-05-19T19:40:24-07:00
- Forum: Users
- Topic: Clip path problem when saving TIFF as a transparent PNG
- Replies: 32
- Views: 36846
Re: Clip path problem when saving TIFF as a transparent PNG
Will do, fmw42.
- 2014-05-19T19:22:24-07:00
- Forum: Users
- Topic: Clip path problem when saving TIFF as a transparent PNG
- Replies: 32
- Views: 36846
Re: Clip path problem when saving TIFF as a transparent PNG
Thanks for the heads-up regarding the "Y" and "V" commands. I'll watch out for that. Back to testing more TIFF files...
- 2014-05-19T18:15:20-07:00
- Forum: Users
- Topic: Clip path problem when saving TIFF as a transparent PNG
- Replies: 32
- Views: 36846
Re: Clip path problem when saving TIFF as a transparent PNG
Many thanks snibgo & fmw42!!! I tried you solution and it works well for ~6 or so files I have tried so far. I'll run it over a good test set of TIFF files and see if the results are consistent. Either way, you have steered me to a solution that I can continue to tweak based on the results of ...
- 2014-05-18T23:23:39-07:00
- Forum: Users
- Topic: Clip path problem when saving TIFF as a transparent PNG
- Replies: 32
- Views: 36846
Re: Clip path problem when saving TIFF as a transparent PNG
Thanks for the further tip. I'll start playing with Inkscape now & see if I can get it working - but hopefully snibgo will be able to share his knowledge in this area.
- 2014-05-18T22:50:42-07:00
- Forum: Users
- Topic: Clip path problem when saving TIFF as a transparent PNG
- Replies: 32
- Views: 36846
Re: Clip path problem when saving TIFF as a transparent PNG
Many thanks - transparency is working better now.
As you point out, the original problem still remains regarding the difference between the clip paths that Photoshop sees and what ImageMagick sees. Hopefully someone can provide some insight or alternative method.
As you point out, the original problem still remains regarding the difference between the clip paths that Photoshop sees and what ImageMagick sees. Hopefully someone can provide some insight or alternative method.
- 2014-05-18T22:07:19-07:00
- Forum: Users
- Topic: Clip path problem when saving TIFF as a transparent PNG
- Replies: 32
- Views: 36846
Re: Clip path problem when saving TIFF as a transparent PNG
You're right. Without quotes works fine and fixes the problem. Thanks! So, I'm down to these two commands: identify.exe -format %[8BIM:1999,2998:#1] watch.tif > clip.svg convert.exe watch.tif -alpha off clip.svg -compose copy_opacity -composite watch.png I get a resulting watch.png - but it does not ...
- 2014-05-18T21:36:05-07:00
- Forum: Users
- Topic: Clip path problem when saving TIFF as a transparent PNG
- Replies: 32
- Views: 36846
Re: Clip path problem when saving TIFF as a transparent PNG
Single quotes certainly are significant. Without them in clip.svg, the convert command line works fine (no crash & watch.png is created). Not sure why the single quotes are there. The following command line has single quotes in the ImageMagick output (i.e. first char & last char): identify.exe ...
- 2014-05-18T21:20:52-07:00
- Forum: Users
- Topic: Clip path problem when saving TIFF as a transparent PNG
- Replies: 32
- Views: 36846
Re: Clip path problem when saving TIFF as a transparent PNG
clip.svg: '<?xml version="1.0" encoding="iso-8859-1"?> <svg width="1654" height="2205"> <g> <path style="fill:#00000000;stroke:#00000000;stroke-width:0;stroke-antialiasing:false" d=" M 458.979 619.814 C 458.332 620.982 456.631 628.703 456.422 629.85 C 456.214 630.998 456.11 631.071 454.983 633.179 C ...
- 2014-05-18T21:18:01-07:00
- Forum: Users
- Topic: Clip path problem when saving TIFF as a transparent PNG
- Replies: 32
- Views: 36846
Re: Clip path problem when saving TIFF as a transparent PNG
Thanks - that was a good hint. My delegate.xml had: <delegate decode="svg" command=""rsvg-convert" -o "%o" "%i""/> <!-- Remove the extra space in - -export in the line below when you want to use inkscape --> <!--<delegate decode="svg:decode" stealth="True" command=""inkscape" "%s" - -export-png="%s ...
- 2014-05-18T20:41:30-07:00
- Forum: Users
- Topic: Clip path problem when saving TIFF as a transparent PNG
- Replies: 32
- Views: 36846
Re: Clip path problem when saving TIFF as a transparent PNG
Just uninstalled ImageMagick and re-downloaded and installed the latest Windows ImageMagick binary to make sure I did not have install problems. Unfortunately, the problem still occurs. Command line I am using is basically what you have suggested (except I just stripped off color profiles for ...
- 2014-05-18T20:13:57-07:00
- Forum: Users
- Topic: Clip path problem when saving TIFF as a transparent PNG
- Replies: 32
- Views: 36846
Re: Clip path problem when saving TIFF as a transparent PNG
Many thanks for the quick reply. Just tried it on my Windows 7 computer. I am getting this error: convert.exe: no decode delegate for this image format `clip.svg' @ error/svg.c/ReadSVGImage/2955. I assume that means I don't have RSVG delegate support. "convert -list format" outputs the following ...
- 2014-05-18T19:08:48-07:00
- Forum: Users
- Topic: Clip path problem when saving TIFF as a transparent PNG
- Replies: 32
- Views: 36846
Clip path problem when saving TIFF as a transparent PNG
Hi, I've searched the forums for a solution but cannot find one, so sorry if I am repeating a question. I would really appreciate your help to fix my problem. ImageMagick version: ImageMagick 6.8.9-0 Q16 x64 2014-04-06 Sample file: http://www.conceiva.com/_tmp/watch.tif I want to create a ...