diff --git a/LS_GUI.py b/LS_GUI.py index af264d4..00544d0 100644 --- a/LS_GUI.py +++ b/LS_GUI.py @@ -186,8 +186,8 @@ def __init__(self, parent, title): self.verticalCore = wx.CheckBox(panel, label="Vertical Core") self.removeVignette = wx.CheckBox(panel, label="Remove Vignetting") self.rotateImage = wx.CheckBox(panel, label="Straighten Image") - if (ctypes.util.find_library('libvips-42') is None and ctypes.util.find_library('libvips') is None): - self.rotateImage.Hide() + # if (ctypes.util.find_library('libvips-42') is None and ctypes.util.find_library('libvips') is None): + self.rotateImage.Hide() self.cropImage = wx.CheckBox(panel, label="Crop Image") self.cropImage.SetValue(True) diff --git a/stitcher.py b/stitcher.py index 6cbc966..379ed40 100755 --- a/stitcher.py +++ b/stitcher.py @@ -6,8 +6,8 @@ import pyopencl as cl import ctypes import ctypes.util -if (ctypes.util.find_library('libvips-42') or ctypes.util.find_library('libvips')): - import pyvips +# if (ctypes.util.find_library('libvips-42') or ctypes.util.find_library('libvips')): +import pyvips CONFIG={}