mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 17:54:32 +03:00
add eog support for Ubuntu Image Viewer
This commit is contained in:
parent
2bb78e54f3
commit
3a1f532acf
|
@ -167,7 +167,7 @@ else:
|
||||||
return command, executable
|
return command, executable
|
||||||
|
|
||||||
if which("display"):
|
if which("display"):
|
||||||
register
|
register(DisplayViewer)
|
||||||
elif which("eog"):
|
elif which("eog"):
|
||||||
register(EogViewer)
|
register(EogViewer)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user