A
A
Alex552017-06-25 09:58:05
PHP
Alex55, 2017-06-25 09:58:05

Imagick - is there any Russian documentation / tutorials?

Hello. Started working on images using GD , but now a more powerful tool is required. I read about Imagick , but I didn’t find Russian documentation (there was one, but there are excerpts and examples not working).
In fact, my algorithm is simple: the main image with the design is loaded, the number of registered users on the site is calculated using php, the last registered user, and superimposed on the image. But the problem is that the last registered nickname can have any length. Most often nicknames are short, but some users prefer long names. There is a problem with this. I would like the font to somehow decrease, adjusting to the width allotted to its block. I want to make the avatar of the new user round, when it didn’t work on GD, Imagick has a property that I like, which makes the corners rounded in one line. The generated image is then uploaded to Twitter via the API. It’s cruel to draw it yourself every time, and GD means can’t solve flexible tasks ...
In general, I want to learn Imagick, but I can’t find documentation or lessons in Russian.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
Zhainar, 2017-06-25
@Abramov7

php.net/manual/en/book.imagick.php

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question