• 2024-09-21PHP利用endroid/qr-code生成个性二维码
    需先安装拓展库composerrequireendroid/qr-codeuseEndroid\QrCode\Color\Color;useEndroid\QrCode\Encoding\Encoding;useEndroid\QrCode\ErrorCorrectionLevel\ErrorCorrectionLevelHigh;useEndroid\QrCode\QrCode;useEndroid\QrCode\Label\Label;use
  • 2024-06-23hyperf 生成二维码并且转为CMYK色彩通道的图片
    注意:CMYK色彩通道的图片格式需要为JPEG或TIFF,png是不支持CMYK的,不然转换的话会转换会srgb或Gray使用前先安装imagick拓展1{2"require":{3"ext-imagick":"*"4}5}  1publicfunctioncreateQrcode($data):void2{3//