What I am learning around there

Once an idea has taken hold of the brain, it’s almost impossible to eradicate.

From Inception.

The site theme needed something written here :P

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

When every day has Sprint Planning, there is no Sprint Planning meeting

Small changes could free you from meetings if they bother you.

December 9, 2022 · Ricardo Delcastanher

Understanding Image Dimensions and Resolution

What are dimension and resolution, and how they are related.

November 18, 2022 · 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