A
A
ArtJH2019-10-18 13:59:08
JavaScript
ArtJH, 2019-10-18 13:59:08

How to make a web page with an image generator?

You choose a background (picture), enter a title, and then you can download this new picture with the title. I will most likely do it on vue, or js with jquery. How to do it? Can you provide code examples or send me some way?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
P
Programming, 2019-10-18
teacher @tosrer

this can be done on Canvas
, it has an image export as dataURL

H
heavenst, 2019-10-18
@heavenst

Usually such operations with pictures are done on the server using ImageMagick, etc., this is the best option.
And you can try to implement this entirely on the front-end using the API of external image processing services:
www.blitline.com/docs/quickstart
https://cloudinary.com
https://www.imgix.com/
Everyone has free tariff plans for developers .

P
profesor08, 2019-10-18
@profesor08

https://www.w3schools.com/graphics/canvas_text.asp
https://www.w3schools.com/tags/canvas_drawimage.asp
_

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question