2
0
mirror of https://github.com/boostorg/gil.git synced 2026-01-19 04:12:11 +00:00

4 Commits

Author SHA1 Message Date
Dirk Stolle
4f83beb735 style: Remove trailing space characters (#651) 2022-04-26 20:52:56 +02:00
Nicolas Herry
0b24f4cdbf Ensure all examples build without error (#628)
* Added all missing examples, dodgy Jamfile still
* Fixed attributions and Jamfile indent
* One readme per example: synopsis, build and exec reqs
* Cleaned up example/convolve2d.cpp
* Added example target to root Jamfile

Closes #436
2021-11-10 18:21:02 +01:00
Mateusz Łoskot
5d63cf6798 Fix more warnings in examples
Completing https://github.com/boostorg/gil/pull/545
2021-01-28 22:15:50 +01:00
Olzhas Zhumabek
b82aed8f8e Implement hstack and vstack (#506)
Allow non-equal dims along stack dim
Width can be different in hstack, height can be different in vstack
2021-01-24 21:43:06 +01:00