File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,24 @@ Please follow these rules when reporting the issue:
5151 1 . compilation options
5252 1 . GPUJPEG parameters
5353 1 . console output of the library/application
54- 1 . image for which the problem occurs
54+ 1 . image for which the problem occurs (test pattern can be used, see below)
5555
5656Also please look into [ FAQ.md] ( FAQ.md ) to see if the the issue isn't already solved.
5757
58+ ### Test image pattern
59+
60+ _ gpujpegtool_ application (in API implemented through
61+ ` gpujpeg_image_load_from_file() ` ) has capability to generate testing
62+ input. If applicable, it is advised to report bugs against that
63+ pattern (point 6 above). Usage is eg.:
64+ ```
65+ gpujpegtool -e 1920x1080.tst out.jpg # generates Full-HD RGB image gradient
66+ gpujpegtool -e help.tst out.jpg # to show usage (out.jpg not written)
67+ ```
68+
69+ Different patterns and/or properties like pixel format or color-space avaiable.
70+
71+
5872Development
5973-----------
6074Contributing by your own code is definitely highly appreciated. There
You can’t perform that action at this time.
0 commit comments