Commit Graph

529 Commits

Author SHA1 Message Date
smiley c0dba8dab5 :octocat: QROutputAbstract::getModuleValue() now throws if the value is not set 2023-10-15 00:44:38 +02:00
smiley 99b1f9cf45 🚿 2023-10-15 00:18:19 +02:00
smiley dfb7728d37 :octocat: removed QROptionsTrait::$markupDark and QROptionsTrait::$markupLight, added QROptionsTrait::$svgUseFillAttributes 2023-10-14 23:45:14 +02:00
smiley 07eb6e38ff :octocat: removed QROptionsTrait::$textDark and QROptionsTrait::$textLight 2023-10-14 23:35:12 +02:00
smiley 98d4447aa4 :octocat: removed the fill attributes from QRMarkupSVG::path() as they can be set by CSS and were unintuitive 2023-10-14 19:56:04 +02:00
smiley b8cebb6d1c :octocat: QROutputAbstract::setModuleValues() allow setting extra values from options 2023-10-14 17:54:02 +02:00
smiley c651052acb :octocat: removed nullable type from QROptionsTrait::$moduleValues 2023-10-14 16:46:42 +02:00
smiley 5152f929f9 :octocat: lifting some logo space restrictions - overwrite function patterns as much as you wish, just don't blame me 2023-10-06 01:04:53 +02:00
smiley 911de7af69 :octocat: removed QRMatrix::M_TEST 2023-10-05 17:57:35 +02:00
smiley 171f0d97da 📖 2023-10-04 23:17:29 +02:00
smiley 0eb1dfe657 :octocat: auto generate options doc from the QROptionsTrait source 2023-10-04 17:56:26 +02:00
smiley 1c8073711b :octocat: change default value of QROptionsTrait::$imageTransparent to false 2023-09-19 11:28:45 +02:00
smiley 3869f66c77 🚿 2023-09-18 13:03:09 +02:00
smiley 3f1020a7ff :octocat: QRGdImage: create image resource during dump() to allow consecutive calls on the same instance 2023-09-17 23:17:44 +02:00
smiley ef1af6296c 🔧 fix bit order comment 2023-09-17 21:51:30 +02:00
smiley 5d8e583603 :octocat: mark QROptionsTrait::$svgViewBoxSize as deprecated 2023-09-17 19:20:18 +02:00
smiley 522fa7c31b :octocat: introduce QROutputAbstract::getOutputDimensions() for more consistent control over the image size 2023-09-17 19:19:24 +02:00
smiley 527b67ab7a :octocat: remove QROptionsTrait::$svgWidth and QROptionsTrait::$svgHeight as they can now be easily set in QRMarkupSVG::header() if necessary 2023-09-17 16:31:27 +02:00
smiley c70f05b106 🚿 2023-09-17 15:46:13 +02:00
smiley 29b58f3775 :octocat: QRImagick: fix square pixel draw size 2023-09-08 22:21:06 +02:00
smiley 85776d2db9 :octocat: re-introduce QRMatrix::flip() (6c66d56a31) as bitmask rework (#205) won't happen any time soon 2023-09-08 21:13:08 +02:00
smiley 81ef065af8 :octocat: allow reflectance reversal via QROptions::$invertMatrix 2023-09-08 20:38:15 +02:00
smiley 502dd697f5 🔧 fix QRGdImage::checkGD() to not throw when using default or custom output 2023-09-08 19:53:37 +02:00
smiley ffe97dfae7 :octocat: add boolean option for BMP (RLE) compression in QRGdImage 2023-09-05 21:10:26 +02:00
smiley b434bf54f2 :octocat: support compression quality in QRImagick 2023-09-05 20:51:27 +02:00
smiley 66e797b5d8 :octocat: redirect other deprecated vars 2023-09-05 19:02:53 +02:00
smiley a286d66899 🚿 these can be safely removed 2023-09-05 17:58:51 +02:00
smiley b9b1e1fbfa 🚿 2023-09-05 03:07:22 +02:00
smiley 5597812273 🚿 2023-09-05 03:05:49 +02:00
smiley 6c135ba981 :octocat: QRGdImage: add BMP and WEBP support, deprecate QROptionsTrait::$jpegQuality and QROptionsTrait::$pngCompression in favor of QROptionsTrait::$quality 2023-09-05 03:04:08 +02:00
smiley c69531ca20 :octocat: rename QROptionsTrait::$imageBase64 to $outputBase64, deprecate old name and redirect calls 2023-09-03 22:49:32 +02:00
smiley f1008bd674 :octocat: +QROptions::$textLineStart and QROptions::$jsonAsBooleans output options 2023-09-03 19:50:40 +02:00
smiley bcd410a33b :octocat: cleanup, align module() method between the several output classes where applicable 2023-09-03 19:46:14 +02:00
smiley f8d553b56d :octocat: QRGdImage: properly catch exceptions thrown while output buffer is active 2023-09-03 19:37:03 +02:00
smiley fe602a9ab2 :octocat: move ANSI color escape code function to QRString::ansi8() 2023-09-03 19:27:18 +02:00
smiley 17e8ccae62 :octocat: QREps: support QROptions::$bgColor 2023-07-16 14:02:55 +02:00
smiley ff0315b9d5 :octocat: 2023-07-13 23:29:27 +02:00
smiley d822ac0996 :octocat: 2023-07-13 23:27:40 +02:00
smiley 269cd0d3cd 🚿 2023-07-13 23:16:06 +02:00
smiley 16534f605c :octocat: ECI: throw on invalid encoding ID 2023-07-13 18:34:14 +02:00
smiley efb829c4a6 :octocat: fully support reflectance reversal 2023-07-13 11:44:21 +02:00
smiley 5a280c8107 🚿 clean up some (int) casts 2023-07-12 21:23:43 +02:00
smiley edbc995b63 🔧 fixed QRImagick module value validation 2023-07-12 13:17:28 +02:00
smiley 94ceefc779 🚿 2023-07-11 19:46:19 +02:00
smiley d7a02d0b1a :octocat: 2023-07-11 18:43:50 +02:00
smiley 15dcc0195f :octocat: 2023-07-09 15:53:48 +02:00
smiley cdaf8aac66 :octocat: +QROptionsTrait::$svgAddXmlHeader 2023-07-09 15:52:03 +02:00
smiley cf92e49958 :octocat: this was possible all the time??? 2023-06-21 14:11:28 +02:00
smiley 28b6e2c418 :octocat: 2023-06-15 17:15:33 +02:00
smiley 71509a5a94 :octocat: 2023-06-15 16:49:35 +02:00