Commit Graph

  • 32bccb3530 Add vcpkg bin folder to PATH (#45) Mateusz Loskot 2018-03-15 19:56:35 +0100
  • 812203fec9 Fix implicit int to libjpeg boolean conversion Mateusz Loskot 2018-03-15 10:31:55 +0100
  • b20f2df365 Add .gitignore Mateusz Loskot 2018-03-15 09:51:56 +0100
  • 0570cbaa2a Remove uncommented raw URL Mateusz Loskot 2018-03-14 21:10:02 +0100
  • 2c1af1d420 Remove unused define BOOST_GIL_NO_IO Mateusz Loskot 2018-03-13 22:39:26 +0100
  • 93d99f4964 Add try-catch to avoid std::terminate on test program failure Mateusz Loskot 2018-03-11 21:43:00 +0100
  • 2bc4f9df91 #34 Christian Henning 2018-01-05 10:25:51 -0500
  • 72ee74900c #31 if stream is bad then throw Christian Henning 2018-01-05 10:11:01 -0500
  • 60cf7f75a2 #33 Christian Henning 2018-01-04 15:35:34 -0500
  • 6676481458 #32 Christian Henning 2018-01-02 13:10:40 -0500
  • f6afce0f7c Add numeric tests. Stefan Seefeld 2017-12-15 17:02:19 -0500
  • e3b2e37a3b Use system vcpkg. Stefan Seefeld 2017-12-15 16:59:51 -0500
  • 091c86d884 Added sublibs file telling regression tools that subdirs contain library tests Nikita Kniazev 2017-12-11 21:39:25 +0300
  • 780d0ea95e Use b2 modules to detect IO libs. (#28) Stefan Seefeld 2017-12-06 22:23:51 -0500
  • 6f355a7d96 Perform actual I/O during testing. Stefan Seefeld 2017-11-16 19:11:46 -0500
  • 8096158c92 Split off 'simple' IO test and use it in CI testing. Stefan Seefeld 2017-11-16 18:23:38 -0500
  • 8c9908058e Enable extended testing in CI environment. Stefan Seefeld 2017-11-14 11:01:20 -0500
  • 2ae1c629a1 Add more build options. Stefan Seefeld 2017-11-14 13:11:32 -0500
  • e2c423bb8f Fix file lookup error. Stefan Seefeld 2017-11-14 11:36:21 -0500
  • b5098d802a Add fabscripts for IO and Toolbox tests. Stefan Seefeld 2017-11-12 18:42:37 -0500
  • 0232add43c Add toolbox tests. Stefan Seefeld 2017-11-13 15:46:37 -0500
  • 4dd3679ee2 Eliminate warning. Stefan Seefeld 2017-11-13 15:33:11 -0500
  • 56411353cf Conditionalize png tags to libpng API changes. Stefan Seefeld 2017-07-01 16:16:26 -0400
  • c43f50ae4e Use portable paths for testing. Stefan Seefeld 2017-06-30 08:20:13 -0400
  • ad836b85e0 Split IO tests into separate executables. Stefan Seefeld 2017-11-12 18:42:07 -0500
  • 34011225c0 Fix compilation errors. Stefan Seefeld 2017-11-12 18:38:16 -0500
  • 986f3b999f Add faber support. Stefan Seefeld 2017-11-11 18:27:51 -0500
  • 31879b85cb Stop using boost::test Stefan Seefeld 2017-11-11 18:26:24 -0500
  • b46b3e12e7 tiff writing premul Christian Henning 2017-07-03 21:34:10 -0400
  • 535c17b786 some patches for bmp and tiff Christian Henning 2017-07-03 16:45:27 -0400
  • 833e73459b there is no resize() for images. Changing to recreate() Christian Henning 2017-06-27 20:28:58 -0400
  • 83aa397f23 Remove use of boost/config/suffix.hpp Peter Dimov 2017-06-27 19:46:41 +0300
  • a1b0d1d0e6 Fix includes in extension/numeric/convolve.hpp Benjamin Buch 2016-08-29 18:23:59 +0200
  • cfe606ab7c Added support for screen origin bit of targa files (Ticket 8429) martin-osborne 2015-03-22 09:40:51 +0000
  • f15b385d96 Removed inclusion of the boost/cast.hpp (functions from this library were not used) Antony Polukhin 2014-06-09 12:54:08 +0400
  • 22697e0e66 Correct header inclusion William Gallafent 2014-05-31 13:26:49 +0100
  • 4aec98c7bf Minor header / indent correction William Gallafent 2014-05-31 13:00:10 +0100
  • 0fce727b93 Improve handling of multi-valued properties in TIFF, and fix some problems with ICC profiles in PNG William Gallafent 2014-05-31 12:44:06 +0100
  • 180d7326b1 Minor changes for extraneous duplicate line, and constness William Gallafent 2014-05-29 22:14:18 +0100
  • eb3d3d919d Neaten up multi-element property handling by using fusion vectors, and switch extrasamples property to work in this way. Add ability to load and save ICC colour profile information. William Gallafent 2014-05-29 20:29:05 +0100
  • a213a0efb2 Clean up faulty merge in 42fcf6d. Daniel James 2014-05-28 21:27:12 +0100
  • a2a74eb8c4 Adding boost license Christian Henning 2014-05-28 14:35:54 -0400
  • af43112b22 Get TIFF physical resolution load / save sorted out William Gallafent 2014-05-27 22:17:03 +0100
  • 11c6910bf4 Allow more complex properties (with more than one element) to be set when saving TIFF. William Gallafent 2014-05-27 13:25:37 +0100
  • 271f5fdf3c Initial implementation of premultiplier, which is used when saving TIFF (since by convention this uses premultiplied alpha) William Gallafent 2014-05-21 21:40:15 +0100
  • 85a02eaade First bit of getting alpha channels saved in TIFF files. The Extra Samples tag is now set. William Gallafent 2014-05-19 22:14:30 +0100
  • 5b2e3ef0c7 Match original indenting William Gallafent 2014-05-19 18:43:59 +0100
  • e981553f92 Fix inverted logic deciding whether to use the user's specified value, or a “guessed” value based on the pixel type of the image, when saving a TIFF. William Gallafent 2014-05-19 18:29:23 +0100
  • b3ea3169df Fix incorrect arithmetic in CMYK -> RGB conversion William Gallafent 2014-05-19 17:18:09 +0100
  • 39926162af Remove duplicate definition of this_t in pnm format's scanline_reader William Gallafent 2014-05-19 12:52:52 +0100
  • 2b46211992 Added test code to make sure cross byte pixel values work correctly. See comments. Christian Henning 2010-09-01 18:04:40 +0000
  • 22ab5ce041 GIL: Added support for copying between variants of different types Lubomir Bourdev 2010-05-11 01:07:00 +0000
  • fc5e0eb35b Small bugfix. Christian Henning 2013-09-28 01:06:43 +0000
  • b90e1780d6 Fixed compiler errors with gcc. Christian Henning 2013-09-02 21:34:34 +0000
  • bd2bd44b5b Added missing typename specifiers. Christian Henning 2013-08-28 23:04:09 +0000
  • 3e9b6893e1 small bugfix when calculating v plane offset. Christian Henning 2013-08-23 15:29:00 +0000
  • d35d8db0c0 Replacing boost::conditional with boost::bool_. Christian Henning 2013-08-23 00:46:15 +0000
  • fe1e686ad5 Set compiler symbol indicating an older libpng version. Christian Henning 2013-07-09 13:50:24 +0000
  • e566f3de71 removed duplicate typedef. Christian Henning 2013-07-09 13:43:44 +0000
  • 4a8b9d8b7c Updating documentation. Christian Henning 2013-06-22 20:37:13 +0000
  • af5c97bf59 Removing compiler warnings for x86 builds. Christian Henning 2013-06-22 20:35:36 +0000
  • 179a286447 Added compiler symbol to allow compiling with libpng 1.4 or lower. Christian Henning 2013-06-22 20:34:18 +0000
  • 56c5f9c446 Added comment explaining how memory will be reused when possible. Christian Henning 2013-06-06 17:54:15 +0000
  • ae0bd42d22 Fixing image recreate. Christian Henning 2013-06-01 15:05:23 +0000
  • a3dc58c287 Added supported versions for 3rd party libs. Christian Henning 2013-05-30 22:42:36 +0000
  • 3129ec7b89 renamed test suite's names Christian Henning 2013-05-25 02:58:20 +0000
  • 896cff3534 bug fix relating to png's compression settings. Christian Henning 2013-05-24 23:54:02 +0000
  • 6bd2a8a25e Fixed syntax error. Christian Henning 2013-05-24 15:55:16 +0000
  • 68b36f5be8 Eliminated linker errors. Christian Henning 2013-05-23 17:06:56 +0000
  • 74ed5ca92d Added some metafunctions to fulfill some og gil's concepts. Christian Henning 2013-05-20 15:44:30 +0000
  • cb66285008 Small bug fix. Christian Henning 2013-05-13 13:30:18 +0000
  • 9e12705b03 Some fixes when recreating an image. Christian Henning 2013-04-30 14:11:33 +0000
  • e388f8bfa2 More tests for subchroma image. Christian Henning 2013-04-30 12:02:28 +0000
  • a3b179cfa8 Some small corrections. Christian Henning 2013-04-30 12:01:49 +0000
  • 33f87ab1cd Fixed bug with recreate and planar images. Christian Henning 2013-04-29 02:12:40 +0000
  • ac53ba14d6 Renamed test suite. Christian Henning 2013-04-29 00:14:16 +0000
  • 671625f4e4 Added support for different kinds of subchroma image types. Christian Henning 2013-04-29 00:13:24 +0000
  • 1900b7d2ed Added ycbcr 709 pixel type and conversions. Christian Henning 2013-04-28 02:33:18 +0000
  • 111fcc5222 fixed a merging issue. Christian Henning 2013-04-26 00:50:47 +0000
  • cb61657ad6 Fix for reusing memory in image class. Christian Henning 2013-04-26 00:46:46 +0000
  • 83d2797277 reverted back fix to reuse memory. Christian Henning 2013-04-25 14:48:24 +0000
  • 5b6ef45728 Correcting wrong fix committed before. Christian Henning 2013-04-25 00:18:18 +0000
  • 06945ef7d9 Fix for reusing memory when recreating an image. Christian Henning 2013-04-25 00:12:55 +0000
  • d595713754 Tests for recreating images. Christian Henning 2013-04-22 23:53:47 +0000
  • 00d0a1fe5c small correction Christian Henning 2013-04-22 23:00:12 +0000
  • cb8907835c Added some more parameter to configure libpng on how to write images. Christian Henning 2013-04-19 22:40:05 +0000
  • 8c2b315fd8 Added sub-image factors as template parameters. Christian Henning 2013-04-13 21:32:49 +0000
  • c9267d3ffe Change to more appropriate image type name. Christian Henning 2013-04-13 18:04:51 +0000
  • 48e90b1cf6 Added test cases for pixel by pixel multiplication and division. Christian Henning 2013-03-29 21:36:20 +0000
  • 707ff7f656 Added pixel by pixel multiplication and division. Christian Henning 2013-03-29 21:35:10 +0000
  • 7d75431605 Removed my email address link. Christian Henning 2013-03-27 19:12:07 +0000
  • 3ec46ced05 Test cases for subsampled_image and ycbcr color space. Christian Henning 2013-03-27 18:56:23 +0000
  • b844bc1f85 * Added integer optimization for bit8 channels. * fixed compiler error Christian Henning 2013-03-27 18:55:31 +0000
  • 5a3313d048 Add redirect for gil.io documentation. Daniel James 2013-03-26 10:41:59 +0000
  • 2953f97bce * Exchanged GIL_FORCEINLINE with BOOST_FORCE_INLINE. * Eliminated some useless warnings. Christian Henning 2013-03-26 00:58:48 +0000
  • edeee14d4d Commented out some cout's when running test cases. Christian Henning 2013-03-26 00:51:20 +0000
  • 7944bdd397 Changed gil's test suite to use boost::test. Christian Henning 2013-03-26 00:48:39 +0000
  • c30880bf69 Erased some tabs. Christian Henning 2013-03-26 00:47:15 +0000
  • 4acefb3c08 Some changes for passing the inspection report. Christian Henning 2013-03-26 00:46:43 +0000
  • b1d81008e0 Some subsampled_image tests. Christian Henning 2013-03-19 19:59:48 +0000