Commit Graph

142 Commits

Author SHA1 Message Date
smiley 334fe5a42f 🚿 phpcs happy 2023-10-25 23:00:15 +02:00
smiley 8cd9f27ed9 🚿 2023-10-25 22:40:24 +02:00
smiley ab358f2f38 :octocat: fixes/implements #223 2023-10-25 21:30:48 +02:00
smiley 90f4a4bc66 :octocat: significant output performance improvements 2023-10-16 18:27:45 +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 9d9ae197cd 🚿 2023-10-06 18:13:46 +02:00
smiley 3f61453910 :octocat: 2023-10-06 15:39:16 +02:00
smiley 044a7b5df6 :octocat: custom finder example: put patterns in separate path 2023-10-06 13:38:49 +02:00
smiley 8fb1e6a45c SVG conversion in javascript example 2023-10-03 18:34:59 +02:00
smiley cf7e82ba7e :octocat: 2023-09-19 14:19:07 +02:00
smiley 132520b0d0 SVG to raster conversion example 2023-09-19 13:22:00 +02:00
smiley 7a03897395 :octocat: rename prefix to align with other GD examples 2023-09-19 12:44:54 +02:00
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