I'd like to know if this is possible, anyone have a way of doing this? Thanks Julirhubarbpie wrote:Can a PDF file containing bookmarks be created using convert? I know how to create a PDF with "convert *jpg file.pdf" but that doesn't include bookmarks.
Search found 3 matches
- 2014-10-03T13:51:08-07:00
- Forum: Users
- Topic: Create PDF file with bookmarks using convert?
- Replies: 7
- Views: 9813
Re: Create PDF file with bookmarks using convert?
- 2014-10-03T13:49:02-07:00
- Forum: Users
- Topic: How to check image color or back and white
- Replies: 45
- Views: 151700
Re: How to check image color or back and white
My images keep coming out in black and white with ImageMagick? I'll try the suggestions here and report back my results. Thanks
- 2014-10-03T13:45:47-07:00
- Forum: Magick++
- Topic: In convert what is equivalent of composite'disslove
- Replies: 11
- Views: 25321
Re: In convert what is equivalent of composite'disslove
There are many ways to do this. Here is one. Windows syntax. convert ^ draw.gif ^ -layers coalesce ^ NULL: ^ ( p.png -alpha set -channel A -evaluate multiply 0.5 +channel ) ^ -layers composite ^ d2.gif I tried the command line way, but couldn't get it done. The Windows syntax worked for me, thank ...