Style on IM Usage pages

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
muccigrosso
Posts: 64
Joined: 2017-10-03T10:39:52-07:00
Authentication code: 1151

Style on IM Usage pages

Post by muccigrosso »

I love the Usage section of the website. It's an enormous help. Its style though make it a little hard to read. How can one suggest changes?

For example, the following in the body css would make it much more readable:

Code: Select all

background-color: eee;
font-family: sans-serif;
line-height: 120%;
I'd also throw in some other stuff, but this alone would be helpful.

Is there a way to contribute?

TIA.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Style on IM Usage pages

Post by fmw42 »

The usage pages are maintained by Anthony. You could send him PM for suggestions. Alternately, see https://github.com/ImageMagick/usage-markdown
Post Reply