Commit Graph

395 Commits

Author SHA1 Message Date
smiley 0ae8aa775f 🚿 2022-10-05 20:12:26 +02:00
smiley a8573f31a5 🚿 phan happy 2022-09-26 00:18:18 +02:00
smiley 22ad482e57 :octocat: QRFpdf: proper value check/clamp 2022-09-26 00:07:06 +02:00
smiley 6e083cec8c :octocat: QRGdImage: proper value check/clamp 2022-09-26 00:05:00 +02:00
smiley 3ed5bbc408 :octocat: QREps: fixes from https://github.com/chillerlan/php-qrcode/discussions/148 2022-09-26 00:04:12 +02:00
smiley c43715795d 🚿 2022-08-09 15:01:31 +02:00
smiley 9b36cfb4a5 :octocat: +QRData::setBitBuffer() (see #143) 2022-08-08 21:59:27 +02:00
smiley 739579552d :octocat: clarify several QROptions: $imageTransparent and $imageTransparencyBG, introduced $drawLightModules and $bgColor (see #122) 2022-07-31 04:19:19 +02:00
smiley d6f1500ee1 🚿 2022-07-28 02:19:41 +02:00
smiley 20de869bb9 :octocat: rename QROutputAbstract::base64encode() to toBase64DataURI() to better reflect what it does 2022-07-28 00:13:45 +02:00
smiley f7d7c07a4d :octocat: protected -> private 2022-07-27 16:21:50 +02:00
smiley f99f08e532 🚿 2022-07-26 22:37:17 +02:00
smiley 8c79c82bda :octocat: move luminance source selection back to QRCode 2022-07-26 22:36:58 +02:00
smiley 66c0b69ffb :octocat: added Apache-2.0 license 2022-07-26 19:03:52 +02:00
smiley 9db842d6ca :octocat: +several coverage tests & cleanup 2022-07-26 17:15:49 +02:00
smiley 4258966a8d :octocat: return QRMatrix created from result data 2022-07-26 17:11:17 +02:00
smiley df29c1c277 :octocat: move Version::getMaxLengthForMode() and Version::MAX_LENGTH table to a trait in /tests 2022-07-26 11:23:37 +02:00
smiley fd3709d1bb :octocat: shortcut for Mode::getLengthBitsForVersion() 2022-07-25 20:04:21 +02:00
smiley 38823d57cb 🚿 2022-07-25 10:57:52 +02:00
smiley 59318bcd7c 🚿 2022-07-25 10:50:21 +02:00
smiley f414762148 :octocat: QRData::setData(): clear BitBuffer before write 2022-07-23 03:56:44 +02:00
smiley c8c981d9b3 :octocat: Number::parseInt(): unnecessary throw as the string is validated at this point 2022-07-23 03:32:24 +02:00
smiley cda00d293a :octocat: Byte: string "0" fails with empty() 2022-07-23 03:30:58 +02:00
smiley 105ac96915 🚿 simplify MAX_BITS/getMaxBits() - the 0-index will just be ignored 2022-07-15 19:39:37 +02:00
smiley ae1c1f56ca 🚿 extract OUTPUT_* constants from QRCode to QROutputInterface and mark QRCode::OUTPUT_* as deprecated 2022-07-15 19:20:58 +02:00
smiley b48a58462c 🚿 extract version and mask pattern constants from QRCode to their respective classes and mark QRCode::VERSION_AUTO and QRCode::MASK_PATTERN_AUTO as deprecated 2022-07-14 19:22:37 +02:00
smiley 605dc4b1aa 🚿 QRMatrix: quiet zone creation rework 2022-07-12 19:53:52 +02:00
smiley 60735bafc2 🚿 2022-07-12 19:23:20 +02:00
smiley 3f38ccc496 :octocat: clamp quiet zone size in QROptions 2022-07-12 19:21:47 +02:00
smiley 5d595891d8 🔧 QRGdImage: change imagescale() filter to default value (#142) 2022-07-11 16:59:50 +02:00
smiley 66ac346c36 🔧 QRGdImage: fix "Implicit conversion from float to int" in PHP 8.1 2022-07-11 16:50:48 +02:00
smiley cb69751c3b 🚿 2022-07-10 19:12:55 +02:00
smiley 4e077e3f97 🚿 2022-07-10 19:12:22 +02:00
smiley 2a5214b070 :octocat: +QRMatrix::checkNeighbours() 2022-07-10 17:54:12 +02:00
smiley a489639819 QROutputAbstract::collectModules(): ignore empty modules 2022-07-10 01:02:47 +02:00
smiley 07cb751ee0 :octocat: extreact QROutputAbstract::setMatrixDimensions() 2022-07-08 22:24:18 +02:00
smiley 1ca995a3bb :octocat: QRMarkupSVG::paths(): ignore non-existent module values 2022-07-08 16:56:27 +02:00
smiley 19f4fcc0bc 🔧 2022-07-08 00:52:48 +02:00
smiley 30693561d7 :octocat: add $M_TYPE to transform callback 2022-07-08 00:25:01 +02:00
smiley 851246003c :octocat: extract markup css class generation to QRMarkup::getCssClass() 2022-07-08 00:21:45 +02:00
smiley cde2af576b 🛀 extract QRMarkup into QRMarkupSVG and QRMarkupHTML 2022-06-06 23:09:20 +02:00
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 964f37ba96 :octocat: QRMatrix: added several isset() checks to get/set methods 2022-06-05 21:08:04 +02:00
smiley 53f6dcfc88 🚿 2022-05-26 23:04:54 +02:00
smiley 7c183e7e88 🛀 merge QRMatrix and BitMatrix 2022-05-26 22:16:19 +02:00
smiley fd885fff1c 🚿 moved interleaved data mapping from QRMatrix to ReedSolomonEncoder 2022-05-14 00:30:12 +02:00
smiley 27e82de500 🚿 2022-05-13 21:43:20 +02:00
smiley e9229a3679 🚿 2022-05-13 15:42:50 +02:00