-2

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.

linquize
  • 19,828
  • 10
  • 59
  • 83
user3550728
  • 58
  • 10
  • 3
    Use 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 Answers1

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