Author Topic: [Read First] Bug reporting guidelines  (Read 1373 times)

Offline Galfar

  • Administrator
  • Imaging User
  • *****
  • Posts: 312
    • View Profile
    • Galfar's Homepage
[Read First] Bug reporting guidelines
« on: 22 October 2008, 23:51:18 »
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:
Code: Pascal
  1. procedure AddOne(var I: Integer);
  2. begin
  3.   I := I + 1;
  4. end;
« Last Edit: 28 July 2011, 23:26:25 by Galfar »