From 8e8e3b3f41914490d64752c4dc638a7c83786741 Mon Sep 17 00:00:00 2001 From: Viktor Wedel <130756709+vws-java@users.noreply.github.com> Date: Sat, 6 Sep 2025 00:35:48 +0200 Subject: [PATCH] Add Barcode-Lib4J to "Imagery" section Add Barcode-Lib4J - Generates QR Code, DataMatrix, and other 1D/2D barcodes as vector (PDF, EPS, SVG) and raster (PNG, BMP, JPG) images with DPI awareness, high precision, and CMYK color model support. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c491f89d..2c2e80d7 100644 --- a/README.md +++ b/README.md @@ -554,6 +554,7 @@ _Integrated development environments that try to simplify several aspects of dev _Libraries that assist with the creation, evaluation or manipulation of graphical images._ +- [Barcode-Lib4J](https://github.com/vws-java/Barcode-Lib4J) - Generates QR Code, DataMatrix, and other 1D/2D barcodes as vector (PDF, EPS, SVG) and raster (PNG, BMP, JPG) images with DPI awareness, high precision, and CMYK color model support. - [Imgscalr](https://github.com/rkalla/imgscalr) - Simple, efficient and hardware-accelerated image-scaling library implemented in pure Java 2D. - [Tess4J](https://github.com/nguyenq/tess4j) - JNA wrapper for Tesseract OCR API. - [Thumbnailator](https://github.com/coobird/thumbnailator) - High-quality thumbnail generation library.