2
0
mirror of https://github.com/boostorg/gil.git synced 2026-01-20 04:32:25 +00:00

8 Commits

Author SHA1 Message Date
ivanpanch
8994e3c73e Update gradient.rst 2025-08-26 20:47:20 +02:00
ivanpanch
817f039978 Update histogram.rst 2025-08-26 19:38:11 +02:00
Dirk Stolle
32eabbc553 chore: fix more typos (#753) 2024-07-23 09:40:16 +02:00
Marco Langer
fdefeab388 docs: fixed gradient tutorial (#703) 2022-07-02 17:06:05 +02:00
Marco Langer
bfed3de004 refactor: Deprecate apply_operation in favor of variant2::visit for any_image (#656)
build: Add /bigobj to MSVC flags

Avoid test\extension\dynamic_image\algorithm\copy_and_convert_pixels.cpp
compilation error:

fatal error C1128: number of sections exceeded object file format limit: compile with /bigobj

Co-authored-by: Mateusz Łoskot <mateusz@loskot.net>
2022-06-26 13:21:18 +02:00
Debabrata Mandal
bb99755fe9 Fix typos and replace mpl with mp11 in tutorial (#494) 2020-05-20 21:44:54 +02:00
Mateusz Łoskot
308e4eafa4 Fix Sphinx syntax of code-block directive 2019-08-05 12:31:43 +02:00
Mateusz Łoskot
6b181acce2 [doc] Split tutorial into separate documents for quickstart section [ci skip] (#325)
Split the table of contents into two section:
  - Quickstart materials
  - Detailed documentation
Move doc/before_after.dox to tutorial/histogram.rst (closes #286).
Tidy up tutorial reST paragraphs, mark-up and code samples.
2019-07-21 20:54:03 +02:00