Commit Graph

129 Commits

Author SHA1 Message Date
smiley 8744848a20 :octocat: use the same settings as the SVG "melt" example for direct comparison 2023-09-19 12:14:43 +02:00
smiley 38e6de740f 🚿 code reformat 2023-09-18 21:00:12 +02:00
livingroot f88b53adf2 Added an example with png rounded modules using gd (#215)
* added example with png rounded modules

* code formatting and removing of example image
2023-09-18 20:19:37 +02:00
smiley 3869f66c77 🚿 2023-09-18 13:03:09 +02:00
smiley 25918aa53c +ImageMagick with image background example 2023-09-18 12:29:24 +02:00
smiley b434bf54f2 :octocat: support compression quality in QRImagick 2023-09-05 20:51:27 +02:00
smiley 5597812273 🚿 2023-09-05 03:05:49 +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 fe602a9ab2 :octocat: move ANSI color escape code function to QRString::ansi8() 2023-09-03 19:27:18 +02:00
smiley a19b7f4fbd 🛀 examples cleanup 2023-09-03 15:29:24 +02:00
smiley 17e8ccae62 :octocat: QREps: support QROptions::$bgColor 2023-07-16 14:02:55 +02:00
smiley 1423638fa0 reflectance reversal example 2023-07-13 12:23:58 +02:00
smiley 15dcc0195f :octocat: 2023-07-09 15:53:48 +02:00
smiley 4be0a800dd :octocat: authenticator example 2023-07-09 15:53:25 +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 fd4d208c05 :octocat: reduce calls to QRMatrix::getMatrix() and use QRMatrix::get() instead 2023-04-07 19:21:59 +02:00
smiley a4ae0e959a :octocat: rename QROutputAbstract::getModuleValue() to prepareModuleValue() to better reflect what it does 2023-04-06 02:11:08 +02:00
smiley 9bc23a2161 :octocat: rename QRCode::getMatrix() and RecoderResult::getMatrix() to getQRMatrix() 2023-04-04 15:45:30 +02:00
smiley 1b2aa52d03 :octocat: proper names for QRMatrix getters 2023-04-04 15:00:55 +02:00
smiley 76e90986e7 :octocat: make QROutputInterface::moduleValueIsValid() public static 2023-03-16 13:23:53 +01:00
smiley f13300c304 🚿 2023-03-15 19:55:59 +01:00
smiley 4147dae999 :octocat: QRGdImage & QRImagick background/transparency rework 2023-03-15 07:57:17 +01:00
smiley 51d7c2b8a3 :octocat: added QRMatrix::M_*_DARK constants for convenience 2023-03-12 14:32:02 +01:00
smiley 8e72bc6521 💄 2023-03-11 03:31:22 +01:00
smiley 6b2a529160 💄 code style fixes 2023-03-11 02:38:57 +01:00
smiley 3466b7c8f7 ImageMagick with logo example 2023-03-10 02:06:43 +01:00
smiley 0907f93ccb :octocat: use original octocat from https://octodex.github.com/original/ 2023-03-10 01:52:17 +01:00
smiley 61128e4aec change QRMatrix::checkTypeNotIn() to checkTypeIn() 2023-03-09 19:08:37 +01:00
smiley ecdd81a0cb :octocat: file caching rework/cleanup 2023-03-07 22:42:48 +01:00
smiley d650fe7306 :octocat: updated round quietzone SVG example, added logo and fancy 2023-02-01 21:40:30 +01:00
smiley 9b5f6ed0e6 :octocat: custom shapes example from #150 2023-02-01 21:04:58 +01:00
smiley a9a3f69e50 :octocat: multi mode example 2023-02-01 20:35:06 +01:00
smiley 426c16a89b :octocat: QRMarkupSVG: extract path() method to allow modification of the individual <path> elements 2023-01-28 18:59:13 +01:00
smiley 00f47b40f0 :octocat: QRFpdf: support bgColor and drawLightModules 2022-11-10 19:32:13 +01:00
smiley 0cac0fa738 :octocat: 2022-09-27 18:29:01 +02:00
smiley fcea69d90b example module shapes 2022-09-27 18:11:31 +02:00
smiley 961b1e3422 🚿 2022-09-27 18:10:45 +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 739579552d :octocat: clarify several QROptions: $imageTransparent and $imageTransparencyBG, introduced $drawLightModules and $bgColor (see #122) 2022-07-31 04:19:19 +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 445e267acd :octocat: wrap reader in try/catch 2022-07-27 16:04:59 +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 62c0a94e3a "melted" SVG output example (#127) 2022-07-10 18:30:31 +02:00
smiley a8819139a8 🚿 2022-07-10 17:35:37 +02:00
smiley 303458a74c 🚿 2022-07-10 01:03:55 +02:00
smiley fc90b6e0e3 🚿 2022-07-09 23:59:04 +02:00
smiley f6f9858359 round qrcode example 2022-07-09 23:10:06 +02:00
smiley b3901b49a3 examples readme 2022-07-09 18:55:36 +02:00
smiley e971678ac5 :octocat: examples cleanup 2022-07-09 18:10:23 +02:00