Hello!
I have a question about code that is not related to games. I need to create an online pedigree-maker that can render printable pedigrees. Something like the one shown below, except with the information filled out (the information will come from the user's animal records stored in a MySQL database). I want users to be able to edit the background and add a logo image.
I would also really like to be able to let the user apply an image that is created with imagemagick (not the background, but a smaller image).
I need to learn whatever kind of code/laguage is needed for this, but I just don't know what that is/where to start. Is it some kind of Ajax? Is there a special name for the kind of thing I'm trying to do? I know PHP currently. I tried doing this with imagemagick, but it didn't seem to handle large files very well, so I'm not sure if that is the right tool for it or not.
I have a question about code that is not related to games. I need to create an online pedigree-maker that can render printable pedigrees. Something like the one shown below, except with the information filled out (the information will come from the user's animal records stored in a MySQL database). I want users to be able to edit the background and add a logo image.
I would also really like to be able to let the user apply an image that is created with imagemagick (not the background, but a smaller image).
I need to learn whatever kind of code/laguage is needed for this, but I just don't know what that is/where to start. Is it some kind of Ajax? Is there a special name for the kind of thing I'm trying to do? I know PHP currently. I tried doing this with imagemagick, but it didn't seem to handle large files very well, so I'm not sure if that is the right tool for it or not.
Last edited by a moderator: