Click to See Complete Forum and Search --> : Need helpon how to create an ebook cover generator
elvescraft
05-17-2003, 11:01 AM
Hello Everybody,
I need to create an ebook cover generator but I don't know how or where to start.It is going to be used online in real time.Any Suggestions?
Thanks in advance :confused:
You mean to make a dynamic image that is customizable? lol, that can't be done with JavaScript. ;)
Nevermore
05-17-2003, 11:24 AM
I suppose you could do it by putting bits of images together, like a jigsaw. Be easier in PHP I should think, although that would still be very very very very very very very very very very very very very hard.
Image creation/manipulation is not easy at all. But I would use layers instead of "pieces." Even though that would make it even more difficult, it would end up looking better. ;)
Nevermore
05-17-2003, 11:30 AM
You would have to use layers anyway if you wanted to put text on. I was just thinking jigsawishly.