Skip to content

Commit

Permalink
Change default watermark (#70)
Browse files Browse the repository at this point in the history
* FIX default watermark images & remove hpa design watermarks

* FIX watermark output files
  • Loading branch information
sfneal authored Jul 2, 2024
1 parent 8a5b456 commit 8c4ca78
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdfconduit/conduit/lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ def available_images():
return ['Add images...']


IMAGE_DEFAULT = resource_path('Wide.png')
IMAGE_DEFAULT = resource_path('watermark.png')

__all__ = ['IMAGE_DEFAULT', 'IMAGE_DIRECTORY', 'available_images']
Binary file removed pdfconduit/conduit/lib/img/Standard (no blocks).png
Binary file not shown.
Binary file removed pdfconduit/conduit/lib/img/Standard.png
Binary file not shown.
Binary file removed pdfconduit/conduit/lib/img/Wide (no blocks).png
Binary file not shown.
Binary file removed pdfconduit/conduit/lib/img/Wide.png
Binary file not shown.
Binary file added pdfconduit/conduit/lib/img/watermark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/output/test_conduit_watermark_flat_pdfrw.pdf
Binary file not shown.
Binary file modified tests/output/test_conduit_watermark_layered_pdfrw.pdf
Binary file not shown.
Binary file modified tests/output/test_conduit_watermark_overlay_pdfrw.pdf
Binary file not shown.
Binary file modified tests/output/test_conduit_watermark_pdfrw.pdf
Binary file not shown.
Binary file modified tests/output/test_conduit_watermark_underneath_pdfrw.pdf
Binary file not shown.

0 comments on commit 8c4ca78

Please sign in to comment.