topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 16, 2024, 12:23 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Some Ideas  (Read 8240 times)

crono

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 179
    • View Profile
    • Donate to Member
Some Ideas
« on: January 22, 2008, 06:59 AM »
Hi Mouser,

I searched the web today for a tool but couldn't find anything usefull, but I think UIM could be modified to do the job. I don't know if you are still develop UIM - if not - no problem, I will find something else... OK, the problem is, that I have to do some webdesign work. Most of our clients donut want their email in plain text (because of spam bots) on their imprints (which is mandatory in germany). So I'm sitting here, firing up Photoshop, type the address, save as... close photoshop - starting Photoshop takes about 80 seconds, typing about 5 seconds ;) So my Idea  was to find a tool which allows me to create Images from the commandline (I know ImageMagick - but don't like the results when dealing with text). I think about something like:

UIM --text="[email protected]" --font="verdana 12px #000000" --background="transparent" email.png
UIM --text="Demoheadline" --font="verdana 22px #ffffff" --background="#0000ff" headline.png

This should result in 2 images, cropped to the bounding-box of the text, if not different specified. For handling the format, you can use a subset (font, background, width, height, textalign, padding, margin, text-decoration) of the CSS syntax which should be familiar to webworkers and css parser are available. Maybe this whole Idea is a completely new tool, but I thought UIM would be a nice foundation to build up on...