Ask a Question related to ASP Components, Design and Development.
-
Simon Pinn webforumsuser@macromedia.com #1
Convert text to image
I need to be able to manipulate text (that was inputted by the user into a text - or field member) as if it was an image. Can you somehow turn a text member into a bitmap or other type of image.
Simon Pinn webforumsuser@macromedia.com Guest
-
how to convert pdf to image
hi guys, im new to this forum..how do i convert pdf to image. i have used ghost scripts and it works fine..but it gives a white border around the... -
Convert to vector image (from an image)
Hi. I am trying to convert some simple (2 color) .jpg images into vector based drawings using freehand 10. I cannot seem to do it. Any ideas? ... -
convert to pdf or image from html/asp
hi everyone, i am using win2k server and asp i am trying to convert html to pdf or image instantly on my web site. desperately, i am using web... -
rasterize/path text/convert text to art
I need to be able to convert text to art or path my text for HTML newsletters I build in another program. Anyone? I have been creating text boxes... -
Convert slides to image
IS there a decent device on the market for the home users to convert slides to image files. Thanks John' -
Word of Mouth Productions #2
Re: Convert text to image
Your lucky day. This uses a text cast member not a field. Just change the
optional items to suit your needs.
on CreateText
textMemberImage = member (someTextMemberNum, optionalcastnameornum).image
newImg = image (textMemberImage.rect.width, textMemberImage.rect.height,
32)
newColor = member (someBitMapMemberNum, optionalCastNameOrNum).color -- or
this can just be an RGB value
newImg.fill (textMemberImage.rect, newColor)
newImg.setAlpha (textMemberImage.extractAlpha ())
newImg.useAlpha = 1
mem = new (#bitmap, member (someBlankMemberNum, optionalCastNameOrNum))
mem.image = newImg
mem.name = "give the member a name here"
end
--
Craig Wollman
Word of Mouth Productions
phone 212 724 8302
fax 212 724 8151
[url]www.wordofmouthpros.com[/url]
"Simon Pinn" <webforumsuser@macromedia.com> wrote in message
news:bp0j2r$2sd$1@forums.macromedia.com...text - or field member) as if it was an image. Can you somehow turn a text> I need to be able to manipulate text (that was inputted by the user into a
member into a bitmap or other type of image.>
>
Word of Mouth Productions Guest
-
Magnus #3
Convert text to image
Hi, this is a long shoot!
I need to get text posted from a webpage to a image.
The text needs to be displayed with fonts that I can't use in a webpage.
This is to be used submitting textadds from the web, later to be published
in a newspaper.
The image it self will not be published, I need it to calculate the price
for the add.
There for I need it with the fonts used in the newspaper.
Don't now if this is the right group!
Thanks!
Magnus
Magnus Guest
-
Ray at #4
Re: Convert text to image
[url]http://www.aspfaq.com/5003[/url]
Ray at home
"Magnus" <magnus@albindata.com> wrote in message
news:e$FncldQEHA.640@TK2MSFTNGP09.phx.gbl...> Hi, this is a long shoot!
>
> I need to get text posted from a webpage to a image.
> The text needs to be displayed with fonts that I can't use in a webpage.
>
> This is to be used submitting textadds from the web, later to be published
> in a newspaper.
> The image it self will not be published, I need it to calculate the price
> for the add.
> There for I need it with the fonts used in the newspaper.
>
> Don't now if this is the right group!
>
> Thanks!
> Magnus
>
>
Ray at Guest
-
Claus Ziegler #5
Re: Convert text to image
"Magnus" <magnus@albindata.com> wrote in message
news:e$FncldQEHA.640@TK2MSFTNGP09.phx.gbl...You could take a look at our zImage, wich can be found on our homepage at> Hi, this is a long shoot!
>
> I need to get text posted from a webpage to a image.
> The text needs to be displayed with fonts that I can't use in a webpage.
>
> This is to be used submitting textadds from the web, later to be published
> in a newspaper.
> The image it self will not be published, I need it to calculate the price
> for the add.
> There for I need it with the fonts used in the newspaper.
>
[url]http://www.zieglersoft.dk[/url] or [url]http://www.zieglersoft.com[/url]
It will let you do this and a lot more
--
Claus Ziegler / ZieglerSoft
[email]claus@zieglersoft.dk[/email] [url]news://news.zieglersoft.dk[/url]
[url]http://www.zieglersoft.dk[/url]
Claus Ziegler Guest



Reply With Quote

