 |
Image Rotation and Resizing |
- Obtain a copy of the file named source.bmp
- Open source.bmp in an image manipulation application
- Create a new image that:
- is rotated right-side-up
- is resized so that it is 400-pixel wide
- Deploy this new image within an HTML page
- The HTML page should display the image actual size (400px wide)
|