https://github.com/cloudinary-devs/guess-the-transformation
Cloudinary Guess the Transformation Challenge
https://github.com/cloudinary-devs/guess-the-transformation
Last synced: 24 days ago
JSON representation
Cloudinary Guess the Transformation Challenge
- Host: GitHub
- URL: https://github.com/cloudinary-devs/guess-the-transformation
- Owner: cloudinary-devs
- Created: 2019-06-20T20:15:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-20T20:28:10.000Z (almost 7 years ago)
- Last Synced: 2025-01-25T16:41:47.462Z (over 1 year ago)
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Transformation Challenge
This challenge involves guessing a Cloudinary transformation URL that produces
a given target image from one (or more) given source image(s).
## Source Images:
#### Source image \#1: [https://res.cloudinary.com/demo/image/upload/family\_bench.jpg](https://res.cloudinary.com/demo/image/upload/family_bench.jpg)

#### Source image \#2: [https://res.cloudinary.com/demo/image/upload/lady.jpg](https://res.cloudinary.com/demo/image/upload/lady.jpg)

#### Source image \#3: [https://res.cloudinary.com/demo/image/upload/logo.jpg](https://res.cloudinary.com/demo/image/upload/logo.jpg)

## Warm-Up Example:
### [https://res.cloudinary.com/demo/image/upload/c\_crop,g\_faces,r\_25,bo\_15px\_solid\_green,w\_600/l\_logo,w\_100,h\_100,c\_thumb,r\_max,g\_face/fl\_layer\_apply,g\_south\_west,x\_20,y\_20/l\_lady,w\_150,h\_150,c\_thumb,r\_max,bo\_5px\_solid\_blue/fl\_layer\_apply,g\_north\_east,x\_20,y\_20/family\_bench.jpg](https://res.cloudinary.com/demo/image/upload/c_crop,g_faces,r_25,bo_15px_solid_green,w_600/l_logo,w_100,h_100,c_thumb,r_max,g_face/fl_layer_apply,g_south_west,x_20,y_20/l_lady,w_150,h_150,c_thumb,r_max,bo_5px_solid_blue/fl_layer_apply,g_north_east,x_20,y_20/family_bench.jpg)

### Image Transformations Docs:
### [https://cloudinary.com/documentation/image\_transformations](https://cloudinary.com/documentation/image_transformations)
### Cookbook Recipes \(optional\):
### [https://cloudinary.com/cookbook](https://cloudinary.com/cookbook)