CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2009
    Posts
    5

    cartoon face generator

    Hey guys, just looking into developing a cartoon face generator in my spare time that would work straight from a webpage where people could enter a few values like weight, height etc and then a random cartoon face could be created.

    I was hoping someone here might have some experience or ideas on how to achieve this. I have limited Java knowledge, I do most of my programing in C++

    One of the main questions I have is how to overlay images on-top of each other to create a single image.

    any tips, ideas or points in the right direction would be greatly appreciated.

  2. #2
    Join Date
    May 2006
    Location
    UK
    Posts
    4,473

    Re: cartoon face generator

    Google for java image handling, java image tutorials, java image transparency etc. There's loads of articles on handling images in Java and java does support transparency so you can overlay images.
    Posting code? Use code tags like this: [code]...Your code here...[/code]
    Click here for examples of Java Code

  3. #3
    Join Date
    Aug 2009
    Posts
    5

    Re: cartoon face generator

    cool, will start getting into it now then

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured