Cauptain wrote: ↑2017-08-05T03:28:24-07:00I need process all list make size 400 x Anything like images below (font, color, shadow, arch, any effect...):
First, it's a simple matter for ImageMagick to read a list of labels from a text file, but to do something different with each line might require looping through the list using the "for" feature in your particular command shell or script.
Maybe more importantly, although ImageMagick can be used to create the kinds of text effects in your samples, each one could be a somewhat complicated command on its own. To be practical about doing something like this you'd probably need to create a number of separate scripts, each producing a particular text effect. Then you'd take the individual labels from your text file using a "for" loop, and apply the individual effects maybe by using a nested "for" loop.
ImageMagick doesn't really have pre-packaged text effects, but it can be used to do everything you've shown in your example images. For anyone who isn't an advanced user, it might be pretty daunting to build some of the commands and scripts to do that. There are a few very experienced users who frequent these forums, and some of them have written a large body of scripts to do a wide variety of tasks. Maybe they'll weigh in here and point you to some tools to make it easier.