I've received several requests for new fonts to be added. Thanks. The additions are in progress. I'm happy to add most fonts as long as I can confirm they're licensed for free use. If you see a font or dingbat that you want on FIG, please post a link to it in the comments.
My favorite place for downloading fonts is dafont.com
Monday, January 12, 2009
Freehand Draw - Released
The freehand draw feature described a few days ago is now available. I'll be posting a video tutorial for it shortly.The opacity allows a highlighter effect when merged "over" the image or .
You can use the merge "under" control with a transparent image like a dingbat to produce important works such as the one below:

Some innovative enhancements for this tool are in the works and can hopefully added later
You can use the merge "under" control with a transparent image like a dingbat to produce important works such as the one below:

Some innovative enhancements for this tool are in the works and can hopefully added later
Thursday, January 8, 2009
Tuesday, January 6, 2009
New Fonts Added
Monday, January 5, 2009
Freehand Draw - Preview site
An upcoming release of Font Image Generator will provide a freehand draw tool that can be used to draw or annotate onto images that you generate.
Here is a link to the preview site
To use the feature, generate an image and then click the draw button
and draw with mouse or graphics tablet if you have one.
To merge the drawing with the original image, click the "create" button. If you want to apply the drawing under the original image click the "over/under" button just right of the create button to toggle the target of the merge.
It uses a Flash overlay which generates a .SVG vector image which is then composed into the underlying image by ImageMagick.
Release is delayed by a bug in ImageMagick which should be fixed in the next ImageMagick release due soon.
The bug is that ImageMagick fails to recognize unfilled paths and always fills them with black. You will see this on any curved line that you draw. This makes the feature pretty useless in FIG. It works well with straight lines, stipples, etc., however.
In 2009, expect a full suite of vector graphics tools that can be used with FIG generated images.
Please give the alpha site a try and post your comments and observations.
Here is a link to the preview site
To use the feature, generate an image and then click the draw button
To merge the drawing with the original image, click the "create" button. If you want to apply the drawing under the original image click the "over/under" button just right of the create button to toggle the target of the merge.
It uses a Flash overlay which generates a .SVG vector image which is then composed into the underlying image by ImageMagick.
Release is delayed by a bug in ImageMagick which should be fixed in the next ImageMagick release due soon.
The bug is that ImageMagick fails to recognize unfilled paths and always fills them with black. You will see this on any curved line that you draw. This makes the feature pretty useless in FIG. It works well with straight lines, stipples, etc., however.
In 2009, expect a full suite of vector graphics tools that can be used with FIG generated images.
Please give the alpha site a try and post your comments and observations.
New FIG text Engine, Stroke Settings, Image Dims.
All FIG images are now created with ImageMagick giving new features and more robust performance, especially with larger font sizes. Previously, text generation was done by PHP/GD.
The new features include stroke color/width and the ability to set an image width independent of the height. Word-wrap also behaves much better with this change. Stroke settings are found on the control panel. To achieve transparent fill with strokeoutline, clear the hex value from the fill color box.
Now, setting the image width by itself controls the point where text wraps to the next line. Image height expands automatically to contain the text that was entered.
Setting both width and height does the same thing except that any text that overflows the dimensions you set will be clipped.
The new features include stroke color/width and the ability to set an image width independent of the height. Word-wrap also behaves much better with this change. Stroke settings are found on the control panel. To achieve transparent fill with strokeoutline, clear the hex value from the fill color box.
Now, setting the image width by itself controls the point where text wraps to the next line. Image height expands automatically to contain the text that was entered.
Setting both width and height does the same thing except that any text that overflows the dimensions you set will be clipped.
Labels:
effect,
format,
ImageMagick,
stroke,
word-wrap
Arc Distortion Effect
A interesting new effect is available in the IM editor effect library. Arc distortion lets you bend text or any image into an arc.
![[image]](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_tOFMAJ-khoApnOrgjew8umKb58pb7OwOpUpRrwzeO5xjrLgXqZgiww4IvBR0TE40N7IlNGZm8JmMFmOai2lgeHJlz9_pcS91Oz6HVGw92WmIgzJ4s=s0-d)
Command: -rotate 0 -virtual-pixel Background - background \#ffffff -distort Arc '120 0'
The background color in the command is the color IM uses to fill the empty space created when the effect is applied. 120 is the number of degrees in the ARC. Set it to 360 and text is bent into a full circle.
![[image]](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_ub4GQPy9I_NkCjpTJNxG2eCJIBwursLkp7bJY2PQuRStFLkVOj72lUWzzhMPCrDl7Ht3MYTbByxA_nv1NW61x5z1uTzgDrpomCdnJRW-udNgO6u_E=s0-d)
Command: -rotate 0 -virtual-pixel Transparent -distort Arc '120 0'
Starts with a transparent image. In this case, the empty space is filled with transparent pixels
![[image]](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_vkSRY1kDm9jshgoJOmy2UJpWJxPMaaSCF6BeXjEHRdj8u_Ne9tr8wFhvk4h7EjEceV2zJLGxHQwNZFL4mg7SoFSaHNoMgnpLK41Cjv38nmnD1iMy6z=s0-d)
Command: -rotate 180 -virtual-pixel Transparent -distort Arc '120 180'
To reverse the arc apply some rotation applied:
Command: -rotate 0 -virtual-pixel Background - background \#ffffff -distort Arc '120 0'
The background color in the command is the color IM uses to fill the empty space created when the effect is applied. 120 is the number of degrees in the ARC. Set it to 360 and text is bent into a full circle.
Command: -rotate 0 -virtual-pixel Transparent -distort Arc '120 0'
Starts with a transparent image. In this case, the empty space is filled with transparent pixels
Command: -rotate 180 -virtual-pixel Transparent -distort Arc '120 180'
To reverse the arc apply some rotation applied:
Subscribe to:
Posts (Atom)