A
A
Alexander Semikashev2017-01-03 19:00:49
PHP
Alexander Semikashev, 2017-01-03 19:00:49

How to make text wave imagick?

Hi all.
You need to make the text a wave and give it a picture. It is necessary that the text be like this:
7f114d20ea694b70b4ae7cb754de6719.png
I'm trying to do it with imagick, but it turns out only like this:
a33548d492464a08bfe453f476c6fd50.png
Is it possible to make the text like this at all?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Moskus, 2017-01-03
@verng95

Among ImageMagick's font effects, there is only the arrangement of text along an arc or a ring; there is no arrangement of text along a curve.
The wave effect is not a font effect, but a pixel distortion effect (that is, the pixels just shift). So exactly what you have shown in the first picture cannot be done directly with one effect.
Using wave you can get a similar effect, only the letters will not be perpendicular to the envelope (as in the first picture), but remain vertical, you just need to choose a smaller wavelength value. www.imagemagick.org/Usage/warping/#wave

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question