Tagged articles
3 articles
Page 1 of 1
Zhuanzhuan Tech
Zhuanzhuan Tech
Jul 22, 2025 · Backend Development

How Switching from Front‑End to Back‑End Image Generation Boosted Performance for Game Account Listings

This article explains how moving large‑image generation for game account listings from a front‑end Puppeteer‑based approach to a back‑end Java AWT solution dramatically reduced processing time, improved user experience, and created a modular, maintainable system for multiple games.

Graphics2DImage Processinglarge image generation
0 likes · 13 min read
How Switching from Front‑End to Back‑End Image Generation Boosted Performance for Game Account Listings
The Dominant Programmer
The Dominant Programmer
Mar 30, 2024 · Backend Development

How to Add Text or Image Watermarks Using Java Graphics2D

This guide walks through reading local or network images in Java, creating a Graphics2D canvas, and applying either a red semi‑transparent text watermark or a scaled image watermark at pixel‑specified coordinates before saving the result as a PNG file.

BufferedImageGraphics2DImageProcessing
0 likes · 5 min read
How to Add Text or Image Watermarks Using Java Graphics2D
Tencent Cloud Developer
Tencent Cloud Developer
Dec 17, 2022 · Game Development

How to Build a Simple Penalty Shootout Game with Java Swing

This tutorial walks through building a simple penalty‑shootout game in Java Swing by outlining the panel architecture, rendering the audience, grass, goal and net with Graphics2D, computing a QuadCurve2D trajectory, handling mouse dragging and clicks to animate the ball, detecting collisions, and updating score and timer.

Graphics2DSwinganimation
0 likes · 22 min read
How to Build a Simple Penalty Shootout Game with Java Swing