[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
Compaq » QBasicFAQ » VBNetFAQ » newcsharpdotentlink » realnumbers » CppVariable » BCPL » CurlFAQ » TurboCpp » WhatLinksHere » QbasicFAQ_LoadImages
How do I load & save images?
Back to QBasic FAQ Main Page.
There's a multitude of ways to store and retrieve images.
Those who may be ambitious, have been known to create their own file types, myself included. But of course you are not interested in the actual file types... you are interested in BSAVE.
BSAVEing images is not a very simple affair for the newbie. It involves memory addresses and memory offsets. Playing with memory, can be frustrating experience for the uninitiated. Suffice to say, that if done properly, and done "by-the-book", you can save and load with the best of them. The topic requires an in-depth look, so it has to be covered in a tutorial/download.
Loading, saving, and editing various other image types can be a tedious and time consuming affair. There are many various image loader programs available out on the web; ?PCX loaders, GIF Loaders, and even a JPG loader or two. To load such images you will need to know the file format, how the colors are handled, and of course in some cases, the compression routines.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
Compaq » QBasicFAQ » VBNetFAQ » newcsharpdotentlink » realnumbers » CppVariable » BCPL » CurlFAQ » TurboCpp » WhatLinksHere » QbasicFAQ_LoadImages
How do I load & save images?
Back to QBasic FAQ Main Page.
There's a multitude of ways to store and retrieve images.
Those who may be ambitious, have been known to create their own file types, myself included. But of course you are not interested in the actual file types... you are interested in BSAVE.
BSAVEing images is not a very simple affair for the newbie. It involves memory addresses and memory offsets. Playing with memory, can be frustrating experience for the uninitiated. Suffice to say, that if done properly, and done "by-the-book", you can save and load with the best of them. The topic requires an in-depth look, so it has to be covered in a tutorial/download.
Loading, saving, and editing various other image types can be a tedious and time consuming affair. There are many various image loader programs available out on the web; ?PCX loaders, GIF Loaders, and even a JPG loader or two. To load such images you will need to know the file format, how the colors are handled, and of course in some cases, the compression routines.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
