Thread: IDEA: A program to make a graphic of any file

  1. #1
    Registered User carrja99's Avatar
    Join Date
    Oct 2002
    Posts
    56

    IDEA: A program to make a graphic of any file

    An interesting idea I once thought of, a program that takes ANY data (or just certain data other than image data for the time being) and converts that data into an image of some sort. I think it would just be interesting what kind of random images could be made doing this.
    I am Error. When all else fails, use fire.

    My Current Screenshot

  2. #2
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    that's too easy, imho. in real-mode dos you could do a memcpy from the array extracted from the file onto the screen. in any graphics api it's a matter of getting dimensions and plotting points.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. File transfer- the file sometimes not full transferred
    By shu_fei86 in forum C# Programming
    Replies: 13
    Last Post: 03-13-2009, 12:44 PM
  2. Totally confused on assigment using linked lists
    By Uchihanokonoha in forum C++ Programming
    Replies: 8
    Last Post: 01-05-2008, 04:49 PM
  3. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  4. Encryption program
    By zeiffelz in forum C Programming
    Replies: 1
    Last Post: 06-15-2005, 03:39 AM
  5. File processing program not workin...
    By Nutshell in forum C Programming
    Replies: 6
    Last Post: 01-30-2002, 11:25 PM