"Powerpoint" effect
Posted: 2011-12-23T11:53:12-07:00
Hi,
For lack of better names, let me just call it "Powerpoint" effect, because what I want is exactly what Powerpoint is doing -- text shadowing.
I want to feed a script with a text file, and the script will generate a transparent-background image with the text converted to images, with the given font, size and color. The trick, ie, what I mean by "Powerpoint" effect, is that the text are added with typical drop shadow that's offset to the bottom right.
The idea is the same as
Hard Shadow
http://www.imagemagick.org/Usage/fonts/#hard_shadow
But instead of draw the specific text twice manually, I want the script to do it. And also, instead of that the prominent hard shadow, I hope the script can figure out what is "just enough" shadow for the given font size, just like what Powerpoint is doing.
Thanks
For lack of better names, let me just call it "Powerpoint" effect, because what I want is exactly what Powerpoint is doing -- text shadowing.
I want to feed a script with a text file, and the script will generate a transparent-background image with the text converted to images, with the given font, size and color. The trick, ie, what I mean by "Powerpoint" effect, is that the text are added with typical drop shadow that's offset to the bottom right.
The idea is the same as
Hard Shadow
http://www.imagemagick.org/Usage/fonts/#hard_shadow
But instead of draw the specific text twice manually, I want the script to do it. And also, instead of that the prominent hard shadow, I hope the script can figure out what is "just enough" shadow for the given font size, just like what Powerpoint is doing.
Thanks