mirror of
https://github.com/aap/librw.git
synced 2025-12-20 01:19:51 +00:00
image masks and raster fixes
This commit is contained in:
@@ -741,7 +741,7 @@ rasterFromImage(Raster *raster, Image *image)
|
||||
truecolimg->pixels = image->pixels;
|
||||
truecolimg->stride = image->stride;
|
||||
truecolimg->palette = image->palette;
|
||||
truecolimg->unindex();
|
||||
truecolimg->unpalettize();
|
||||
image = truecolimg;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user