Thread: Help with image

  1. #1
    Registered User
    Join Date
    Apr 2007
    Posts
    1

    Help with image

    Hi was wondering if someone could help me,

    I'm very new to programming and want to be able to save images I've created. I'm running a model using C++ in Borland which produces an image on a form which I want to be able to output and save to a file. At the moment I've been using print screen and cutting and pasting in paint but this is very time consuming. Is there another way to do this? It would be great if someone could point me in the right direction.
    Thanks.

  2. #2
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    Check the borland vcl documentation, assuming it's vcl you're using - there's likely to be a SaveToFile method for one of those objects(TPicture maybe) you're using.
    CProgramming FAQ
    Caution: this person may be a carrier of the misinformation virus.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem reading tiff image files?
    By compz in forum C++ Programming
    Replies: 9
    Last Post: 10-30-2009, 04:17 AM
  2. Replies: 1
    Last Post: 05-27-2009, 12:46 PM
  3. Simple Image Processing
    By ejohns85 in forum C++ Programming
    Replies: 4
    Last Post: 03-19-2009, 12:10 PM
  4. Replies: 6
    Last Post: 03-03-2005, 03:52 AM
  5. Replies: 4
    Last Post: 03-02-2003, 09:12 AM