/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: edam
  • Date: 2011-09-24 21:43:22 UTC
  • Revision ID: edam@waxworlds.org-20110924214322-x23ks8o2qyin3y2y
Tags: 0.1
- removed '.0' from the end of the version no.
- sharpen resized images slightly

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", "src-over", "-composite", \
 
222
                        "-compose", "screen", "-composite", \
223
223
                        out_filename ]
224
224
                if( self.prefs.resize ):
225
225
                        args[ 1 : 1 ] = [ "(", "-resize", resize_geometry, \