Search:

Type: Posts; User: matsp

Search: Search took 0.26 seconds.

  1. Replies
    9
    Views
    6,603

    It is certainly possible - but DOS graphics is...

    It is certainly possible - but DOS graphics is pretty limited, and you will certainly be much better off with writing such an app for Windows - but it is also harder in some ways (but writing a JPEG...
  2. Replies
    9
    Views
    6,603

    Yes, you can do this from C or C++. Assuming...

    Yes, you can do this from C or C++.

    Assuming you are writing a Windows applicaton (rather than a console app), the basic functions you need are (amongst others):
    LoadImage()
    BitBlt()

    --
    Mats
  3. Replies
    9
    Views
    6,603

    Turbo C is about 15 years old, and doesn't know...

    Turbo C is about 15 years old, and doesn't know about Windows - BMP is the native Windows bitmap format. JPEG was standardized in 1992, and I very much doubt that Turbo C has any support for it.
    ...
Results 1 to 3 of 3