Skip to content

0.2.0

Compare
Choose a tag to compare
@SimonScholz SimonScholz released this 26 Nov 00:05
· 68 commits to main since this release

New features of the library :

  • The logo for the qr code image is now of type Image instead of BufferedImage to be more generic
  • New QrCodeExtensions file, which adds a toBase64 function to an instance of RenderedImage
  • QrCodeApi now offers a default function called createBase64QrCodeImage to generate a Base64 encoded String of the qr code image

New user interface to create qr codes using a UI with plenty of features:

  • Create QR codes with a UI
  • Offers a UI for simple QR codes (url, email, phone number, sms, geolocation)
  • Offers a UI for more complex QR codes (vcard, vevent)
  • Offers properties panel for the QR code design (colors, shapes, logo, etc.)
  • Save the QR code as image
  • Copy the QR code to the clipboard
  • Copy the QR code as Base64 encoded string to the clipboard
  • Save the QR code config/design to a file
  • Load a QR code from a config/design file
  • Copy sample code based on current config to the clipboard (Java or Kotlin)

Also see https://github.com/SimonScholz/qr-code-with-logo#qr-code-app

The README has been updated accordingly.