Skip to content

Instantly share code, notes, and snippets.

@jasonbeverage
Created January 31, 2017 17:06
Show Gist options
  • Save jasonbeverage/6ab4bd009ab20dacb31000ce55c44381 to your computer and use it in GitHub Desktop.
Save jasonbeverage/6ab4bd009ab20dacb31000ce55c44381 to your computer and use it in GitHub Desktop.
if ( image.valid() )
{
mosaic.getImages().push_back( TileImage(image.getImage(), *k) );
}
else
{
mosaic.getImages().push_back( TileImage(ImageUtils::createEmptyImage(getTileSize(), getTileSize()), *k));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment