1. Horizontal Scaling Transformation
Graphic Design StudentBackground
A student needs to demonstrate how a matrix can stretch an image horizontally without changing its height.
Problem
Manually calculating the transformation to stretch the image width by 2x.
How to use
Upload the image and set the m00 value to 2.0, while keeping m01 and m10 at 0.0 and m11 at 1.0.
m00: 2.0, m01: 0.0, m10: 0.0, m11: 1.0Outcome
The image is rendered with its width doubled while maintaining its original height.