Commit Graph

1022 Commits

Author SHA1 Message Date
smiley cf0648e24d 🛀 doc cleanup 2023-10-04 17:54:49 +02:00
smiley 17733e7269 :octocat: dependency update 2023-10-03 18:38:08 +02:00
smiley c8fd2b45dd :octocat: 2023-10-03 18:37:29 +02:00
smiley ff74dca84b :octocat: 2023-10-03 18:36:31 +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 1c8073711b :octocat: change default value of QROptionsTrait::$imageTransparent to false 2023-09-19 11:28:45 +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 017b163eef :octocat: 2023-09-18 16:13:23 +02:00
smiley c776147f29 +feature request template 2023-09-18 16:08:52 +02:00
smiley 9296d73bce 🚿 2023-09-18 13:55:46 +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 3f1020a7ff :octocat: QRGdImage: create image resource during dump() to allow consecutive calls on the same instance 2023-09-17 23:17:44 +02:00
smiley ef1af6296c 🔧 fix bit order comment 2023-09-17 21:51:30 +02:00
smiley 5d8e583603 :octocat: mark QROptionsTrait::$svgViewBoxSize as deprecated 2023-09-17 19:20:18 +02:00
smiley 522fa7c31b :octocat: introduce QROutputAbstract::getOutputDimensions() for more consistent control over the image size 2023-09-17 19:19:24 +02:00
smiley 527b67ab7a :octocat: remove QROptionsTrait::$svgWidth and QROptionsTrait::$svgHeight as they can now be easily set in QRMarkupSVG::header() if necessary 2023-09-17 16:31:27 +02:00
smiley 50701f94fd 🔥 bye scrutinizer! 2023-09-17 16:01:45 +02:00
smiley c70f05b106 🚿 2023-09-17 15:46:13 +02:00
smiley 29b58f3775 :octocat: QRImagick: fix square pixel draw size 2023-09-08 22:21:06 +02:00
smiley 85776d2db9 :octocat: re-introduce QRMatrix::flip() (6c66d56a31) as bitmask rework (#205) won't happen any time soon 2023-09-08 21:13:08 +02:00
smiley 81ef065af8 :octocat: allow reflectance reversal via QROptions::$invertMatrix 2023-09-08 20:38:15 +02:00
smiley 502dd697f5 🔧 fix QRGdImage::checkGD() to not throw when using default or custom output 2023-09-08 19:53:37 +02:00
smiley af284bfb53 :octocat: 2023-09-05 23:20:55 +02:00
smiley 2a281fc013 📖 docs 2023-09-05 23:20:34 +02:00
smiley ffe97dfae7 :octocat: add boolean option for BMP (RLE) compression in QRGdImage 2023-09-05 21:10:26 +02:00
smiley b434bf54f2 :octocat: support compression quality in QRImagick 2023-09-05 20:51:27 +02:00
smiley 66e797b5d8 :octocat: redirect other deprecated vars 2023-09-05 19:02:53 +02:00
smiley a286d66899 🚿 these can be safely removed 2023-09-05 17:58:51 +02:00
smiley b9b1e1fbfa 🚿 2023-09-05 03:07:22 +02:00
smiley 062153b678 :octocat: 2023-09-05 03:06:10 +02:00
smiley 5597812273 🚿 2023-09-05 03:05:49 +02:00
smiley 6c135ba981 :octocat: QRGdImage: add BMP and WEBP support, deprecate QROptionsTrait::$jpegQuality and QROptionsTrait::$pngCompression in favor of QROptionsTrait::$quality 2023-09-05 03:04:08 +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 ae4ba21b77 :octocat: +readthedocs badge 2023-09-03 21:26:35 +02:00
smiley 91975f191f 🚿 2023-09-03 20:03:54 +02:00
smiley f1008bd674 :octocat: +QROptions::$textLineStart and QROptions::$jsonAsBooleans output options 2023-09-03 19:50:40 +02:00
smiley bcd410a33b :octocat: cleanup, align module() method between the several output classes where applicable 2023-09-03 19:46:14 +02:00
smiley f8d553b56d :octocat: QRGdImage: properly catch exceptions thrown while output buffer is active 2023-09-03 19:37:03 +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 130c3d3550 2023-07-16 00:15:40 +02:00
smiley a396219e15 :octocat: google likes it better if this is on top... 2023-07-14 20:01:12 +02:00
smiley ff0315b9d5 :octocat: 2023-07-13 23:29:27 +02:00