Can we use bitblt in linux? I saw a bitblt documentation which states that bitblt was developed to handle graphical operations in windows which confuses me that is it possible to use bitblt in linux.
Asked
Active
Viewed 1,328 times
-2
-
3Use wine to run Windows application on Linux? – linquize Apr 19 '14 at 03:33
-
@linquize Thank You for the reply. But I want to know whether it is supported in linux instead of using some Windows application to run it. Because I have read its documentation and it says that biblt was developed for windows. And can you tell me what is the difference between biblt command and bitblt process. – user3550728 Apr 20 '14 at 05:21
1 Answers
2
If you want to perform the same operation on Linux, that BITBLT performs on Windows (which btw, stands for Bit Boundary Block Transfer), you can use a the blit function provided by a game programming library called Allegro.

xennygrimmato
- 2,646
- 7
- 25
- 47