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

119 Commits

Author SHA1 Message Date
Samuel Debionne
942196bedc docs: logo was removed since Sphinx 6 and replaced by logo_url 2025-12-11 08:31:32 +01:00
ivanpanch
eff1fbabd8 Update io.rst 2025-08-27 00:17:38 +02:00
ivanpanch
ba1b528977 Update io.rst 2025-08-27 00:12:11 +02:00
ivanpanch
30441b56b5 Update extend.rst 2025-08-26 23:22:29 +02:00
ivanpanch
aaab5fe11f Update overview.rst 2025-08-26 23:20:41 +02:00
ivanpanch
bc9307bb20 Update overview.rst 2025-08-26 23:13:36 +02:00
ivanpanch
f2ede74c87 Update overview.rst 2025-08-26 23:11:49 +02:00
ivanpanch
b262e06cda Update affine-region-detectors.rst 2025-08-26 23:09:21 +02:00
ivanpanch
3851f76814 Update basics.rst 2025-08-26 23:04:25 +02:00
ivanpanch
fa2cbf4d45 Update extending.rst 2025-08-26 22:55:59 +02:00
ivanpanch
c2b27ceee8 Update examples.rst 2025-08-26 22:47:59 +02:00
ivanpanch
f7e26345db Update metafunctions.rst 2025-08-26 22:30:53 +02:00
ivanpanch
9aafcd3a0f Update image.rst 2025-08-26 22:16:58 +02:00
ivanpanch
9af3cc512c Update image_view.rst 2025-08-26 22:14:33 +02:00
ivanpanch
5a66d23e34 Update pixel_locator.rst 2025-08-26 21:56:22 +02:00
ivanpanch
f31aab3f64 Update channel.rst 2025-08-26 21:04:16 +02:00
ivanpanch
a528644740 Update naming.rst 2025-08-26 20:51:01 +02:00
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
ivanpanch
e2882c3b5f Update installation.rst 2025-08-26 19:32:55 +02:00
Sam Darwin
7c554ac79d docs: modify logo variable (#759) [ci skip] 2024-12-09 23:55:30 +01:00
Dirk Stolle
32eabbc553 chore: fix more typos (#753) 2024-07-23 09:40:16 +02:00
Dirk Stolle
74ffdcb047 chore: fix some typos (#751) 2024-07-08 10:40:31 +02:00
Marco Langer
eabd679f63 fix: Documentation (#731) 2023-03-16 21:08:04 +01:00
Mateusz Łoskot
3f7daa99ba docs: Fix HTML syntax
Patch via e-mail from @sdarwin to refine PR #719
Thank you Sam!
2022-10-06 22:49:45 +02:00
Sam Darwin
135edcfad3 docs: Support newer version of Sphinx (#719) 2022-10-05 11:16:45 +02:00
Marco Langer
fdefeab388 docs: fixed gradient tutorial (#703) 2022-07-02 17:06:05 +02:00
Mateusz Łoskot
5c3cfc7f7b docs: Bump C++11 to C++14 as current required (#700)
Related to #677
2022-06-27 22:47:47 +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
Dirk Stolle
36a45e3af5 fix documentation links in "See also" sections
Fixes #591.
2022-05-03 19:40:03 +05:30
Mateusz Łoskot
f4c70a8606 Add support for <filesystem> to IO (#636)
If neither <filesystem> nor <experimental/filesystem> is detected,
then require <boost/filesystem.hpp>.

If user defines BOOST_GIL_IO_USE_BOOST_FILESYSTEM macro,
then <boost/filesystem.hpp> is pre-selected and required,
and search for any of the C++ standard implementation is skipped.

Remove end-user macro BOOST_GIL_IO_ADD_FS_PATH_SUPPORT
Require tests to always build with support of either
detected C++ filesystem or pre-selected Boost.Filesystem.

Closes ##222
2022-02-22 19:18:55 +01:00
Samuel Debionne
b6526deb78 Remove remaining references to MPL in the documentation (#631) 2021-11-08 19:25:53 +01:00
Omar Emara
3279523252 Update pixel design documentation for MP11 changes (#626)
Update documentation after #274.
2021-10-04 19:03:14 +02:00
André Schröder
bbdce36a1f docs: Correct typos in documentation (#592) 2021-04-03 00:46:05 +02:00
Debabrata Mandal
6e91e4bf5c Update image url links for docs for histogram (#586) 2021-03-24 21:20:12 +01:00
Debabrata Mandal
dc9ba74cb3 Add docs for histogram (#503)
* Add docs for histogram

* Add docs and make changes:

 - Made changes suggested in first review

 - Add docs for relevant files

* Rename docs file and correct typos

* Change doc for cumulative histogram

* Add docs for histogram equalization

* Make changes suggested in review

* Add docs

* Remove docs for algorithms

* Move images to test_images

Co-authored-by: Mateusz Łoskot <mateusz@loskot.net>
2021-03-24 21:19:06 +01:00
Mateusz Łoskot
a8cb364492 doc: Add Compiling section with C++ version and compilers support
Clarification suggested in https://github.com/boostorg/website/pull/562
following discussion about https://github.com/boostorg/gil/pull/526
2021-02-19 22:13:43 +01:00
meshtag
c3b3d35aaa Fix sphinx installation link in docs readme (#560) 2021-02-05 12:27:11 +01:00
Debabrata Mandal
77255e9e61 Add histogram matching algorithm (#515) 2021-01-24 21:33:38 +01:00
Debabrata Mandal
fb7512c29f Add histogram equalization feature (#514)
Co-authored-by: codejaeger <dhabalm1@>
2021-01-24 21:32:39 +01:00
Mateusz Łoskot
0e372a10be docs: Display GIL is header-only in README 2021-01-23 14:16:23 +01:00
Debabrata Mandal
bb99755fe9 Fix typos and replace mpl with mp11 in tutorial (#494) 2020-05-20 21:44:54 +02:00
Samuel Debionne
601790f241 Replace Boost.Variant with Boost.Variant2 (#474)
* Update documentation
* Update example
* Update io and extensions
2020-04-17 19:25:19 +02:00
Mateusz Łoskot
cc64bdd1a4 Always build test/extension/io/targa tests for images hosted in source tree
Remove use of compile-time configuration macros
  - BOOST_GIL_IO_TEST_ALLOW_READING_IMAGES
  - BOOST_GIL_IO_TEST_ALLOW_WRITING_IMAGES

Remove BOOST_GIL_IO_USE_TARGA_FILEFORMAT_TEST_SUITE_IMAGES as not used anymore.
2020-03-30 00:42:10 +02:00
Samuel Debionne
c036059d18 Add any_image_view::size() (#456) 2020-03-20 12:42:10 +01:00
Mateusz Łoskot
f33128e20e Fixed typo(T y->U y) in concepts.rst (#440) 2020-03-04 19:34:07 +01:00
Mateusz Łoskot
cb5b2e0ece doc/README.md: clarify steps building docs [ci skip] 2019-11-04 23:09:14 +01:00
Mateusz Łoskot
fbec8a3aa4 [doc] Split design guide into multiple pages (#389)
Improve some titles and re-arrange several sections (e.g. in Metafunctions).
Remove section about I/O extension from design guide as outdated and
unnecessary (in design guide).
2019-09-06 17:09:23 +02:00
Mateusz Łoskot
e7d8f1eeec [doc] Point link to download to GitHub not self, the website 2019-09-03 22:02:03 +02:00
Mateusz Łoskot
3a668fbe14 [doc] Indicate GIL is C++11 library 2019-09-03 21:04:58 +02:00