All programs and source code written by Oleg Origin.
Soft, util
|
All programs are absolutely free-of-charge and can be used in any purposes, except for their sale.
|
| |
For saving image sequences from window.
Version from March 3 2010
|
 |
| |
For the very specific purposes: creates for .bmp-file a sequence of MipMap levels as separate files.
Thus the key color used for a transparency, and its borders always remain precise, does not mix up with other pixels of the image, that allows to avoid an aura on the reduced images.
Note: the original .bmp-file, though its contents does not changed, will be rewritten with the slightly changed header. It is made only for the greater compatibility of a file with the various programs. Don't worry, if size of an original file will change at 2 bytes: image remain constant.
Version: 1.01 from June 4 2009
The archive contains this program and image sample for demo.
|
 |
 |
| |
This program is used for creation of textures with scratches and noise, as in a classical photo. The program has the elementary interface and can create textures with some parameters and also completely random. The images are created on the basis of the own database consisting from scanned films with scratches and other noise, that makes textures realistic and high-quality. The sizes of the created images repeat the sizes of photos of popular digital cameras (up to 8 Megapixels and more).
The program is needed at creating of imitation of a photofilm effects at editing of digital photos.
Textures created in Oleg Origin Scratched Film is freely to use in your own arts.
Year: 2008
Interface language: English, Russian
|
|
 |
Sources (Delphi)
All program modules (units) are absolutely free-of-charge and can be used in any purposes, except for their sale.
Units can be used by development both noncommercial, and commercial software.
The source code of units can be freely redistributed both independently, and together with your code, provided that units remain free-of-charge.
Units can not be used for sale outside of any of the project, or being included in a some unit library.
|
| OriginalSlider, Delphi unit (OriginalSlider.pas) |
DOWNLOAD |
| |
Simple realization of Slider, which can be used instead of TTrackBar component.
It is possible to use .bmp files as the image for slider, the transparency thus is provided through a standard opportunity of a component TImage. Code is very draft.
Version: 0.9 alpha from June 28 2009
The archive contains unit OriginalSlider.pas, usage sample and image sample for slider.
|
 |
| BMPCorrectLoad, Delphi unit (BMPCorrectLoad.pas) |
DOWNLOAD |
| |
DESCRIPTION:
Delphi procedure Picture.LoadFromFile (Picture.Bitmap.LoadFromFile) may not load some .bmp files, which have some differences from the standard .bmp specification. This unit fix it.
USAGE:
instead
Form1.Image1.Picture.LoadFromFile (BMP_FileName) or
Form1.Image1.Picture.Bitmap.LoadFromFile (BMP_FileName)
use:
BMPLoad(Form1.Image1.Picture, BMP_FileName)
Version: 1.0 from June 6 2009
The archive contains unit BMPCorrectLoad.pas, usage sample and sample of a problem .bmp file.
|
|