Skip to content

Commit

Permalink
add jpe to supported sdl2 image extensions, fix by qua-non
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Jan 30, 2016
1 parent 2e22b63 commit 9bc466d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kivy/core/image/img_sdl2.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def _ensure_ext(self):
@staticmethod
def extensions():
'''Return accepted extensions for this loader'''
return ('bmp', 'jpg', 'jpeg', 'lbm', 'pcx', 'png', 'pnm', 'tga', 'tiff',
'webp', 'xcf', 'xpm', 'xv')
return ('bmp', 'jpg', 'jpeg', 'jpe', 'lbm', 'pcx', 'png', 'pnm',
'tga', 'tiff', 'webp', 'xcf', 'xpm', 'xv')

@staticmethod
def can_save():
Expand Down

0 comments on commit 9bc466d

Please sign in to comment.