/gtk/prep-images

To get this branch, use:
bzr branch http://bzr.ed.am/gtk/prep-images

« back to all changes in this revision

Viewing changes to lib/prep_images/main_window.py

  • Committer: Tim Marston
  • Date: 2013-07-17 21:22:17 UTC
  • Revision ID: tim@ed.am-20130717212217-iip16jsy3hz5w4e9
fixed composit operator to handle light and dark images

Show diffs side-by-side

added added

removed removed

219
219
                args = [ self.IMAGEMAGICK_CONVERT_BIN, \
220
220
                        os.path.expanduser( self.prefs.copyright_filename ), \
221
221
                        "-geometry", copyright_geometry, \
222
 
                        "-compose", "screen", "-composite", \
 
222
                        "-compose", "src-over", "-composite", \
223
223
                        out_filename ]
224
224
                if( self.prefs.resize ):
225
225
                        args[ 1 : 1 ] = [ "(", "-resize", resize_geometry, \