Searched defs:rgb_image (Results 1 – 2 of 2) sorted by relevance
180 let rgb_image = image.to_rgb8().into_raw(); in from() localVariable197 let rgb_image = image.to_rgb8().into_raw(); in from() localVariable
459 uint8_t *rgb_image = stbi_load(filename.c_str(), &width, &height, &bpp, 3); in open() local