Tagged articles
4 articles
Page 1 of 1
Java Backend Technology
Java Backend Technology
Jan 12, 2022 · Fundamentals

How to Shrink a 1 MB Image to 100 KB with Java and OpenCV

Learn step‑by‑step how to compress a 1 MB image down to under 100 KB using Java’s ImageIO API and OpenCV, covering the theory of image compression, code snippets for reading, configuring compression parameters, and performance comparisons between native JDK and OpenCV solutions.

ImageIOOpenCVimage compression
0 likes · 10 min read
How to Shrink a 1 MB Image to 100 KB with Java and OpenCV
ByteDance Terminal Technology
ByteDance Terminal Technology
Jun 1, 2021 · Frontend Development

Background and Problem Localization

The article discusses identifying and resolving ImageIO-related crash issues in iOS applications, particularly those occurring after iOS 14 updates, by analyzing crash logs and system behavior.

APMImage ProcessingImageIO
0 likes · 6 min read
Background and Problem Localization