Implementation request
Implementation request
What is the probability that in the near future we will have a barcode and qrcode value viewer (similar to TRVShape)?
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Implementation request
Fortunately, there is a free open source barcode generation library for Delphi, https://github.com/landrix/Zint-Barcode ... for-Delphi
With it, it's simple to implement displaying values as barcodes, by implementation of new field types.
I created the first version, only QRCode, with minimum parameters.
https://www.trichview.com/forums/viewtopic.php?t=12065
With it, it's simple to implement displaying values as barcodes, by implementation of new field types.
I created the first version, only QRCode, with minimum parameters.
https://www.trichview.com/forums/viewtopic.php?t=12065
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Implementation request
By the way, I plan to add a new property for images in TRichView - "smooth scaling", to allow turning it off for images like barcodes or pixel art.
In the example above, QR codes are generated as metafiles, so this option will have no effect, But for codes generated as raster images (such as bitmaps of PNG), it will be useful.
In the example above, QR codes are generated as metafiles, so this option will have no effect, But for codes generated as raster images (such as bitmaps of PNG), it will be useful.
Re: Implementation request
Amazing Sergey.
Thank you very much!
Thank you very much!
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Implementation request
Added in TRichView 21.7: https://www.trichview.com/forums/viewto ... 490#p43490