Tag

image rotation

1 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Mar 23, 2022 · Game Development

Rotating Images and Handling Collision in Pygame: A Step‑by‑Step Tutorial

This tutorial demonstrates how to rotate images in Pygame, correct the rotating center, implement boundary collision detection, and enhance the animation with dynamic background colors and multiple leaf objects, providing complete code examples for each stage.

Pygamecollision detectiongame development
0 likes · 14 min read
Rotating Images and Handling Collision in Pygame: A Step‑by‑Step Tutorial
Laravel Tech Community
Laravel Tech Community
Oct 20, 2021 · Backend Development

Rotating and Flipping Images with PHP GD: Using imagerotate and Custom Functions

This article explains the difference between image rotation and flipping, introduces PHP's GD imagerotate() function, and provides complete PHP code examples for rotating JPEG images as well as flipping them horizontally or vertically using custom functions.

GDImage FlippingPHP
0 likes · 5 min read
Rotating and Flipping Images with PHP GD: Using imagerotate and Custom Functions
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Jul 6, 2017 · Frontend Development

Fix Mobile Photo Rotation Issues with EXIF and Canvas

This article explains how to detect the EXIF Orientation tag on mobile‑captured photos, rotate them correctly with canvas, and compress the result to reduce size, providing a lightweight solution for fixing 90° rotation issues on iPhone and certain Android devices.

Frontendcanvascompression
0 likes · 5 min read
Fix Mobile Photo Rotation Issues with EXIF and Canvas