Local Thresholding in Java

Implementing ImageJ Auto Local Threshold methods in any project.

March 7, 2024 · Ricardo Delcastanher

Debugging a Pdf File With Pdfbox

Understanding some log messages PDFBox throws for certain files.

February 7, 2024 · Ricardo Delcastanher

Java 17 Heap Space

What to do in case of java.lang.OutOfMemoryError: Java heap space on Java 17

July 11, 2023 · Ricardo Delcastanher

ImageMagick and Java

It could be as easy or as complicated as you wish.

January 5, 2023 · Ricardo Delcastanher

Global Thresholding in Java

Implementing ImageJ Auto Threshold methods in any project.

August 30, 2022 · Ricardo Delcastanher

Using OpenCV in Java with Maven

How to easily use OpenCV in Java with JavaCV.

August 16, 2022 · Ricardo Delcastanher

Converting colors in Java

How to convert RGB, CYMK, Grayscale, and binary Black and White.

July 24, 2022 · Ricardo Delcastanher

Setting image DPI in Java AWT Graphics2D

Graphics2D does not have an option to choose images DPI directly.

July 18, 2022 · Ricardo Delcastanher

Use of Java AWT RenderingHints by PDFBox

How Apache PDFBox uses RenderingHints when rendering PDF to image.

July 15, 2022 · Ricardo Delcastanher

Micro benchmarking in Java with JMH

How Java Microbenchmark Harness works and how to use it in your current project.

July 12, 2022 · Ricardo Delcastanher