id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
3568	view basic information for JPEG files with image.sh without installed exif tool	SubOptimal	zaytsev	"Pressing F3 on a JPEG file without EXIF information does not show the basic information provided by ""identify"".

Reason is that if ""exif"" tool is not installed, ""identify"" will also not be called for JPEG files.

which exif >/dev/null 2>&1 && \
{
    identify ""${MC_EXT_FILENAME}""; exif ""${MC_EXT_FILENAME}"" 2>/dev/null
}

GNU Midnight Commander 4.8.13
Built with GLib 2.42.1
Using the S-Lang library with terminfo database
With builtin Editor
With subshell support as default
With support for background operations
With mouse support on xterm and Linux console
With support for X11 events
With internationalization support
With multiple codepages support
Virtual File Systems: cpiofs, tarfs, sfs, extfs, ext2undelfs, ftpfs, sftpfs, fish
Data types: char: 8; int: 32; long: 64; void *: 64; size_t: 64; off_t: 64;
"	defect	closed	trivial	4.8.16	mc-core	master	fixed	image.sh jpeg				merged	committed-master
