Commit Graph

118 Commits

Author SHA1 Message Date
smiley 4f454cb4ff 🚿 QROutputAbstract::collectModules(): don't mess with the field value, also add modified value as param to transform, docblock 2022-06-06 07:53:02 +02:00
smiley 1f435dfd54 🚿 rename QRMatrix::checkTypes() to checkTypeNotIn() and switch return value to better reflect what it actually does 2022-06-06 07:43:16 +02:00
smiley 9aad8fbbdf 🚿 added $M_TYPE as param to the transform function call 2022-06-05 21:29:27 +02:00
smiley e9229a3679 🚿 2022-05-13 15:42:50 +02:00
smiley 00086063a6 EPS support (really!) 2022-05-11 22:15:31 +02:00
smiley 14779f9538 🚿 extract method QROutputAbstract::collectModules() 2022-05-11 19:32:53 +02:00
smiley 8c75d8b2dc 🚿 2022-05-10 14:53:59 +02:00
smiley b53efc999e 🚿 2022-03-11 22:05:46 +01:00
smiley e8ac9e02a4 🚿 2022-03-04 21:57:15 +01:00
codemasher 0673036150 🚿 have mercy, avoid BC breaks 2021-12-14 16:11:20 +01:00
codemasher 164116fa39 🛀 output (+test) simplification & cleanup 2021-12-12 23:40:44 +01:00
codemasher 317fbb6f24 🚿 make exceptions final 2021-12-12 02:02:39 +01:00
codemasher 3e14260144 :octocat: clarify default module value setting 2021-12-11 17:52:22 +01:00
codemasher 709a0322c9 :octocat: circular modules in Imagick output 2021-12-10 00:50:48 +01:00
codemasher dd9959b4c2 :octocat: convert errors to exceptions in GD output 2021-12-10 00:09:22 +01:00
codemasher 9b54d1d565 :octocat: circular modules in GD output 2021-12-10 00:00:36 +01:00
codemasher 278554af0d 🚿 2021-12-09 01:32:44 +01:00
codemasher f224587574 🚿 output module cleanup 2021-12-06 21:39:46 +01:00
codemasher 6006df8c9a 🛀 SVG output rework 2021-12-06 21:27:40 +01:00
codemasher 153603a5dc 🛀 more docblock cleanup & micro optimizations 2021-11-21 11:41:40 +01:00
codemasher c3d299153a Merge branch 'v5'
# Conflicts:
#	.github/workflows/tests.yml
#	.travis.yml
#	README.md
#	composer.json
#	examples/imageWithLogo.php
#	examples/svg.php
#	src/QRCode.php
2021-11-18 12:00:10 +01:00
codemasher f6aaeea3ee 🚿 phan happy 2021-11-18 08:19:04 +01:00
codemasher 002ea1a64b :octocat: i hate this less 2021-01-25 01:25:40 +01:00
codemasher 93618e83ff :octocat: removed filesource and package phpdoc tags 2021-01-24 22:52:33 +01:00
codemasher e06c4a38f7 :octocat: simplify base64 URI creation 2021-01-20 16:19:48 +01:00
codemasher 307b6462f6 :octocat: QRMatrix::M_*TYPE rework, separate masking 2021-01-19 00:24:16 +01:00
codemasher 05e4fc48ee 🚿 2020-11-18 20:24:22 +01:00
codemasher 65084283bc 🚿 2020-11-18 00:09:41 +01:00
codemasher 9f0251b466 :octocat: allow base64 output for the fpdf module 2020-11-16 14:13:40 +01:00
codemasher e437956429 :octocat: allow returning the image resource 2020-11-16 14:09:50 +01:00
codemasher 2640d2f30c 🚿 why is this where? 2020-11-16 11:42:11 +01:00
codemasher c10f5a24ec :octocat: +data-uri/base64 for SVG 2020-11-15 19:24:30 +01:00
codemasher 607a13620f :octocat: allow coloring the finder pattern dot individually (#52) 2020-11-15 15:11:29 +01:00
codemasher 5408403576 :octocat: + QRMatrix::setLogoSpace() (#52) 2020-11-15 14:43:49 +01:00
codemasher a0bc423543 :octocat: +QROptionsTrait::$fpdfMeasureUnit 2020-06-03 22:00:21 +02:00
codemasher be8e143e03 :octocat: use QRCodeException & ignore coverage for lib check 2020-06-03 20:17:22 +02:00
codemasher 2ae1a48ec0 🔧 run parent constructor after library check 2020-06-03 20:12:54 +02:00
codemasher d1d041c093 🚿 reformat 2020-06-03 19:57:28 +02:00
codemasher d11dd9d47f :octocat: -declare (all or nothing) 2020-06-03 19:42:49 +02:00
codemasher 8f1f0cc088 :octocat: +file docblock 2020-06-03 19:41:26 +02:00
Maximilian Kresse 66e6696f1c 🚿 2020-06-03 10:13:21 +02:00
Maximilian Kresse 091ea635bd Added fpdf output 2020-06-03 09:34:52 +02:00
codemasher 29cb52756c :octocat: +DEFAULT_MODULE_VALUES[QRMatrix::M_NULL] 2020-04-11 04:14:08 +02:00
codemasher 133408fe6e :octocat: ext-json can be optional too 2020-04-07 16:47:30 +02:00
codemasher 0ba4aac3eb 🚿 don't cover the extension check exceptions 2020-04-05 20:02:14 +02:00
codemasher dcf860824f 🚿 remove ext-gd requirement, check extension_loaded instead 2020-04-05 05:18:17 +02:00
codemasher 6c293a0b49 🚿 @noinspection PhpUnused 2020-04-04 21:17:51 +02:00
codemasher 1a62177198 🚿 additional $file parameter to make the called method aware if a cache file was given 2020-04-04 19:41:48 +02:00
codemasher 93d006cf6b :octocat: HTML output: add "class" attribute only when $cssClass is non-empty 2020-04-04 19:40:07 +02:00
codemasher 743ed22fa2 docblocks galore! 2020-04-04 03:46:34 +02:00