From 807a9e7f78400b6340473d417d71260b17fed0a6 Mon Sep 17 00:00:00 2001 From: pepperpepperpepper Date: Wed, 9 Mar 2016 19:21:20 -0800 Subject: ok --- photoblaster/modules/pbconcat/__init__.py | 4 ++++ share/frontend/imconcat/index.html | 24 ++++++++++++++++-------- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/photoblaster/modules/pbconcat/__init__.py b/photoblaster/modules/pbconcat/__init__.py index 68ebc6d..33d1cb5 100644 --- a/photoblaster/modules/pbconcat/__init__.py +++ b/photoblaster/modules/pbconcat/__init__.py @@ -224,8 +224,12 @@ class PbConcat(ModuleBase): ) def create(self): + import sys + sys.stderr.write("in create function\n") self._match_dimensions() + sys.stderr.write("done matching dimensions\n") self._make_frames_count_equal() + sys.stderr.write("done making frames equal\n") self._merge_frames() self._finalize_image() diff --git a/share/frontend/imconcat/index.html b/share/frontend/imconcat/index.html index e244c9e..b7b7c72 100644 --- a/share/frontend/imconcat/index.html +++ b/share/frontend/imconcat/index.html @@ -63,7 +63,7 @@ width: 100%; border: 1px solid gray; } - #final_image > img{ + #final_image > a > img{ width: 100%; } #send_to_input{ @@ -106,16 +106,16 @@