If you have a bug to report, please include this information in your post:
- Version of Imaging library you are using
- Compiler (Delphi 2007, FPC 2.4.2, etc.)
- Operating system (Windows XP, Fedora 12, etc.)
It would also be helpful if you could test the bug in more than one compiler and/or operating system.
If you have problem with some specific image, upload it here.
32/64bit note: On platforms that can be 32bit as well as 64bit please report OS as well as your executable "bitness", e.g. Windows 7 (x64) + FPC 2.5.1 (64bit exe).
You can post source code with syntax highlighting using [code=lang]your code[/code] tags. For Delphi/Pascal use [code=delphi] or [code=pascal].
Result looks like this:
procedure AddOne(var I: Integer);
begin
I := I + 1;
end;