mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Added border-ignore to the image-to-leds mapping.
Added doxygen comments.
This commit is contained in:
@@ -30,7 +30,7 @@ void ImageProcessor::setSize(const unsigned width, const unsigned height)
|
||||
delete mImageToLeds;
|
||||
|
||||
// Construct a new buffer and mapping
|
||||
mImageToLeds = new ImageToLedsMap(width, height, mLedString.leds());
|
||||
mImageToLeds = new ImageToLedsMap(width, height, 0, 0, mLedString.leds());
|
||||
}
|
||||
|
||||
std::vector<RgbColor> ImageProcessor::process(const RgbImage& image)
|
||||
|
Reference in New Issue
Block a user