Hello all,

The method suggested by David works. The only thing to consider is that I had stored the pixels in RGBA order, while the "set-argb-pixels" method expects it in ARGB order (hence the name).

Fixing the storage order led to the expected behavior.

Many thanks to David!

Best Regards,

Alexander

____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to