64 Commits

Author SHA1 Message Date
Petrik de Heus c20d147765 Remove trailing whitespace in README (#116) 2023-09-24 15:53:48 +02:00
HM Tanbir d6ae192c2e Update Readme based on debian/ubuntu command (#95) 2022-01-13 08:55:34 +01:00
Janko Marohnić f5ab15ce7a Finish the instrumentation docs 2020-09-20 21:26:57 +02:00
Janko Marohnić 04227125bd Add instrumentation support
Closes #70
2020-09-20 21:19:50 +02:00
Janko Marohnić eda32f5896 Bold main documentation links 2020-01-07 16:27:29 +01:00
Janko Marohnić f1244845c9 Change anchors 2019-02-05 04:02:44 +01:00
Janko Marohnić a0e3a5d564 Remove too specific comparison 2019-02-05 04:00:47 +01:00
Janko Marohnić b073443fa0 Emphasize relative links 2019-02-04 19:43:53 +01:00
Janko Marohnić 8a59d67dc8 Update "janko-m" username to "janko" 2019-02-04 19:43:08 +01:00
Janko Marohnić 48bc840247 Update libvips GH links to point to the new org 2018-09-27 01:12:55 +02:00
Janko Marohnić 41c3198c6d Update libvips links with the new location 2018-09-27 01:11:44 +02:00
Janko Marohnić ce893ecd4e Add back official GraphicsMagick support
In 4437199987 I decided to drop
GraphicsMagick support, because it made the MiniMagick test suite
convoluted and slow, as it had to run once for ImageMagick and once for
GraphicsMagick.

However, we can solve this issue by running GraphicsMagick tests just on
Travis CI. And it's really easy to skip assertions that are only
valid on ImageMagick.

We also add documentation on how to enable GraphicsMagick support.

Closes #36
2018-04-19 13:50:45 +02:00
Janko Marohnić ffdfa62a6c Mention that there is no in-place processing 2018-04-19 12:36:08 +02:00
Janko Marohnić a195d8323c Mention that the wiki is publicly editable 2018-04-19 12:35:47 +02:00
Janko Marohnić 02182d8052 Capitalize at the beginning of the sentence 2018-04-04 22:18:32 +02:00
Janko Marohnić f98147e584 Bump to 1.0.0 2018-04-04 22:01:31 +02:00
Janko Marohnić 565a6ce21c Show basic usage examples in module documentations 2018-04-04 21:50:27 +02:00
Janko Marohnić beeea21df9 Some final README tweaks
* include link to libvips benchmarks
* remove trailing whitespace
* change installation instructions to use multi-line code blocks
* remove upfront notices about automatic rotation and sharpening
2018-04-04 21:30:29 +02:00
Patrick Crowley 7807c7f773 Update README
- Tweak copy based on feedback from Janko
2018-04-04 08:48:50 -07:00
Patrick Crowley 07d44e5c84 Update README
- Tweak goal section copy
2018-04-03 19:43:15 -07:00
Patrick Crowley 65a3864ffc Update README
- Move goal into new section
- Expand on motivations behind goal
2018-04-03 19:40:02 -07:00
Patrick Crowley 3c78510fca Update README
- Intro: Simplify opening sentence
- Intro: Expand project goal
- Intro: Add libvips vs ImageMagick explainer
- Installation: Add instructions for installing image libraries
- Installation: Add install step numbers
- Contributing: Tweak copy
- Feedback: Add feedback section to encourage non-code contributions
- General: Separate sections with two line breaks (for easier reading in editors)
2018-04-03 19:30:07 -07:00
Janko Marohnić df19b305fd [core] Rename Builder#default_options to Builder#options
Having builder options reader named #default_options didn't make sense
in the first place, it was only forced by the design of the chainable
API. So we refactor the chainable API to allow the reader method to be
called #options. We also freeze the options to ensure they won't be
mutated.

This also removes the @default_options instance variable added to the
ImageProcessing::MiniMagick or ImageProcessing::Vips module, as well as
the #default_options reader method.

While we're here, we also document retrieving builder options, as
someone already asked about this before.
2018-04-03 13:18:23 +02:00
Janko Marohnić 441c82b7a7 Put credits in a single paragraph 2018-04-02 09:47:00 +02:00
Janko Marohnić 50a6ed4efd Add shout to the HTTP.rb gem 2018-03-31 12:41:15 +02:00