An open API service indexing awesome lists of open source software.

https://github.com/hilarionengarejr/image-transformation

Image transformations with C++
https://github.com/hilarionengarejr/image-transformation

cpp libpng

Last synced: 2 days ago
JSON representation

Image transformations with C++

Awesome Lists containing this project

README

          

This is a C++ project to facilitate image transformations using libpng library.

# Transformations

## Original Image

![image](https://github.com/user-attachments/assets/6f30cdea-991e-40e7-9e23-8e1ae653cdcb)

## Reflected

![image](https://github.com/user-attachments/assets/0a2bd492-ddfc-4d9f-8e8e-29059c226782)

## Rotated

![image](https://github.com/user-attachments/assets/960ac1d3-f214-4587-b4df-0b57e20a661c)

## Scaled (The image scaled out of frame here..oops!)

![image](https://github.com/user-attachments/assets/45ed8086-1e48-4925-9404-a91e12d20c25)

## Sheared

![image](https://github.com/user-attachments/assets/4ca6a05a-cc52-4bcd-9236-8ff9813cd192)

## translated (Origin of 0:0)

![image](https://github.com/user-attachments/assets/93ec01ef-5884-4ace-864c-2cd294f1b1e2)