unic / estatico

[DEPRECATED] Estático – Static site generator for frontend unicorns
Other
121 stars 18 forks source link

Gulp 'media:imageversion' with watermarks #85

Closed tobiasfrei closed 6 years ago

tobiasfrei commented 6 years ago

To check the integrity of responsive images, watermarks on the generated images are required. The watermarks show the size of the images, similar to "placeholder. com". It would be desirable to add a flag for each image dimension, which determines whether the watermark is set or not.

backflip commented 6 years ago

gm().drawText seems to work locally. I'll check it on our CI, not sure whether there are additional graphic libraries needed.

tobiasfrei commented 6 years ago

very good input

backflip commented 6 years ago

@tobiasfrei, the linked PR worked fine on Teamcity: image

Text alignment inside the box isn't very nice, feel free to play around with the parameters...

tobiasfrei commented 6 years ago

we don't need a clean alignment. oriol wants to use it right away.

backflip commented 6 years ago

PR opened: https://github.com/unic/estatico/pull/87