Share

Adobe Source Libraries

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Need help with GIL

You are viewing a single message from this topic. View all messages.

  1. 2009-06-29 07:34:42 UTC
    Greg,

    You don't want to use rgb8_image_t. You want to use rgb8_view_t:

    row_bytes = width*3;
    rgb8_view_t v = interleaved_view(width,height,(rgb8_pixel_t*)data, row_bytes);


< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.