Skip to content

Commit

Permalink
Merge branch 'master' of github.com:GatoLoko/Imgs2PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
GatoLoko committed Mar 2, 2015
2 parents 0200830 + 33785e0 commit 707b4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgs2pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from reportlab.pdfgen import canvas

__VERSION__ = "2.0"
EXTENSIONES = [".jpg", ".gif", ".png", ".JPG", ".GIF", ".PNG"]
EXTENSIONES = [".jpg", ".gif", ".png", ".jpeg", ".JPG", ".GIF", ".PNG", ".JPEG"]
TITULO = os.path.split(os.getcwd())[-1]
SALIDA = "".join([TITULO, ".pdf"])
DEBUG = 0
Expand Down

0 comments on commit 707b4a9

Please sign in to comment.