Skip to content
Snippets Groups Projects
Commit 56620e87 authored by Sergey Linev's avatar Sergey Linev Committed by Axel Naumann
Browse files

[asimage] use SCREEN_GAMMA as parameter

Otherwise image slowly degrade if doing loop:
for (int i=0;i<100;++i) {
   img1->GetImageBuffer(&buf, &sz);
   img1->SetImageBuffer(&buf);
}
parent 8645be99
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment