Re: Change backgorund image
Andy Engle <[email protected]>
| Newsgroups | gmane.comp.java.sun.servlet |
|---|---|
| Message-ID | <[email protected]> |
Adrian Morales <[email protected]> wrote: > If I have a image field in my Sybase DB ( jpg for example), and > when I fetch it to display it with my servlet how can I change its > background or embed it with other image? I don't think it's possible, other than writing some sort of graphics application that will do all the image stuff for you. Perhaps you could try horsing around with imagemagick and seeing if it will do anything to help you. If feasible, maybe you could have a collection of "canned" images that are already blended together like you want, and then you could just call one of them when needed. This way you could do all your fancy image junk with something like Photoshop, then load it when you want it. This assumes that your background image stock is somewhat limited, but it may be an option if you really need to have combined images. Andy ___________________________________________________________________________ To unsubscribe, send email to [email protected] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html