Commit Graph

161 Commits

Author SHA1 Message Date
smiley bf34b46c57 :octocat: reintroducing phan because phpstan keeps making trouble 2025-07-19 23:29:41 +02:00
smiley b5ff1258a9 🚿 2024-11-27 20:19:56 +01:00
smiley 1d8b7fd8ba :octocat: allow for ECI encoded numeric and alphanum segments (???), see https://github.com/chillerlan/php-qrcode/discussions/289 2024-11-16 19:27:59 +01:00
smiley 0a1156bb38 :octocat: added SVG mosaic example 2024-09-17 19:27:40 +02:00
smiley a66cf9d953 :octocat: 2024-07-21 22:39:29 +02:00
smiley 071bc4217d :octocat: add mime type guesser to QROutputAbstract (#223) 2024-07-21 18:04:45 +02:00
smiley 7b1d9617d3 :octocat: declare strict types 2024-07-21 15:55:05 +02:00
smiley f32696c8a7 :octocat: fix PHPCS config, add Slevomat rules 2024-07-21 14:54:15 +02:00
smiley 89cdd09044 :octocat: switch phan for phpstan (see #277) 2024-07-21 05:25:26 +02:00
smiley 1a8e1ffd2b :octocat: mark nullable types explicitly (https://github.com/chillerlan/php-qrcode/issues/276) 2024-07-17 10:19:31 +02:00
smiley a702ac3193 🚿 2024-07-17 08:13:43 +02:00
smiley 39b54c8568 :octocat: PLEASE READ! I AM TIRED TO ANSWER THE SAME QUESTION OVER AND OVER. 2024-06-22 20:34:18 +02:00
smiley de3d321b00 📖 2024-05-06 17:01:52 +02:00
smiley e4cbe56f66 🚿 2024-05-04 23:12:48 +02:00
smiley b231433d56 QRInterventionImage (intervention/image) 2024-05-04 22:52:48 +02:00
smiley 1f73485224 XML output!? 2024-05-03 19:34:23 +02:00
smiley 8f5b406880 :octocat: fixed Imagick example (#258) 2024-04-19 10:16:17 +02:00
smiley 00800ef901 🛀 clean-up (again) 2023-11-27 22:53:38 +01:00
smiley 39e3dfe83b 🔥 v6.0 first pass: PHP 8.2, remove deprecated elements, add type hints 2023-11-25 12:49:56 +01:00
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