Re: How to have monocrome "Dark Blue" rather than "Black" for the following operation?
"Susmita/Rajib" <[email protected]> Tue, 4 Jul 2023 11:07:20 -0400
| Newsgroups | gmane.comp.video.graphicsmagick.help |
|---|---|
| Message-ID | <CAEG4cZWiz4rrBnGd4uEVnN_2qrhOOUM5J8aYdVF5fc1OSiSf=Q@mail.gmail.com> |
Mr. cristy, AKA urban-warrior, maintainer, imagemagick mailing list, helped me with a line that worked as intended along with the colour requested. So thank you, dear all. Your kindness is much appreciated. Admired. I sincerely apologise for having two very kind and empowered individuals, Mr. 'Christy and Mr. Friesenhahn, to work for my single problem, and creating the situation for them to duplicate their efforts. This was unintended, as I couldn't make out until today, if there was a difference between the commands "convert" and "gm convert". My admiration for Mr. 'Christy and Mr. Friesenhahn knows no bounds. Best wishes, Rajib Etc. ---------- Received message ---------- From: Cristy <[email protected]> Date: Tue, 04 Jul 2023 07:27:14 -0700 Subject: Re: [ImageMagick/ImageMagick] Conversion error: multi-page pdf to multiple single page png files, color unavailable (Discussion #6457) To: ImageMagick/ImageMagick <[email protected]> Cc: Author <[email protected]> Try this command: ``` convert -density 400 textfile.pdf -fill 'rgb(0,0,139)' -opaque black -resize 25% imagefile%03d.png ``` [ ... ]