From 0b9a43ff5d4ba544e7645b429cff6956421eddc0 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 17 Jul 2013 11:10:43 +0100 Subject: audio thumbnail fix --- rotord/cvimage.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'rotord/cvimage.cpp') diff --git a/rotord/cvimage.cpp b/rotord/cvimage.cpp index 8cb1f9c..a623bfd 100644 --- a/rotord/cvimage.cpp +++ b/rotord/cvimage.cpp @@ -33,6 +33,7 @@ namespace Rotor { } return *this; } + //THESE CAN BE OPTIMISED - LOOK INTO USING OPENCV HERE Image & Image::alpha_blend(const Image &other) { if (other.w!=w||other.h!=h) { cerr<<"Rotor: cannot blend images with different sizes! (wanted "<