Thread: Converting text file to an image file?

  1. #1
    Registered User Nutshell's Avatar
    Join Date
    Jan 2002
    Posts
    1,020

    Converting text file to an image file?

    Hi,

    ARe there any programs available ( free ) to convert a text file into an image file?

    thnx

  2. #2
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    in what way? goldwave is a program that can write text sound files (by listing each number value per line). you mean logo instructions for images? a bitmap with a txt file ending? a stream of 0 and 1?

  3. #3
    Registered User Nutshell's Avatar
    Join Date
    Jan 2002
    Posts
    1,020
    I mean producing an image to display the original text, but they are no longer text. There is a library i found which does what i want : http://www.catenary.com/howto/text2img.html

    But is there any available libraries to do this, coz i cou'dnt get that library to work, also it's eval version only.

    thnx

  4. #4
    Bobish
    Guest
    1. Use some file reading library to read the text
    2. Write the text to a bitmap as you would write text to a windows console.

  5. #5
    Registered User Nutshell's Avatar
    Join Date
    Jan 2002
    Posts
    1,020
    dunnon how to write text to bitmap...

  6. #6
    Caffienated jinx's Avatar
    Join Date
    Oct 2001
    Posts
    234
    just get photoshop, even if you're against piracy, use a demo or something.
    Weeel, itss aboot tieme wee goo back too Canada, eeehy boyss.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. help with text input
    By Alphawaves in forum C Programming
    Replies: 8
    Last Post: 04-08-2007, 04:54 PM
  2. struct question
    By caduardo21 in forum Windows Programming
    Replies: 5
    Last Post: 01-31-2005, 04:49 PM
  3. Removing text between /* */ in a file
    By 0rion in forum C Programming
    Replies: 2
    Last Post: 04-05-2004, 08:54 AM
  4. System
    By drdroid in forum C++ Programming
    Replies: 3
    Last Post: 06-28-2002, 10:12 PM
  5. what does this mean to you?
    By pkananen in forum C++ Programming
    Replies: 8
    Last Post: 02-04-2002, 03:58 PM