From 1b37a3d71dabc451f48f05fce7ce2d300212c43c Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 12 Sep 2013 15:04:26 +0100 Subject: BGR2RGB for thumbnails --- rotord/src/rotord.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rotord/src/rotord.cpp') diff --git a/rotord/src/rotord.cpp b/rotord/src/rotord.cpp index 49770a4..94964eb 100644 --- a/rotord/src/rotord.cpp +++ b/rotord/src/rotord.cpp @@ -49,7 +49,7 @@ HTTPRequestHandler* RotorRequestHandlerFactory::createRequestHandler(const HTTPS XML.pushTag("rotor"); if (request.getMethod()=="POST") { if (body.size()){ - int w=360; + int w=320; int h=180; if (command.size()>1){ Poco::StringTokenizer t1(command[1],","); -- cgit v1.2.3