jpeginfo
jpeginfo copied to clipboard
jpeginfo - prints information and tests integrity of JPEG/JFIF files
# Crash Inputs Here is the files (3 in total) that trigger the error - [jpeginfo_asan.zip](https://github.com/tjko/jpeginfo/files/9216633/jpeginfo_asan.zip) # Bug Description: When executing jpeginfo (new release version) with the file inputs and...
# Crash Inputs Here is the files (32 in total) that trigger the error - [jpeginfo_msan.zip](https://github.com/tjko/jpeginfo/files/9216579/jpeginfo_msan.zip) # Bug Description: When executing jpeginfo (new release version) with the file inputs and...
Hi, I'm forwarding [another bug report against the Debian package of jpeginfo](https://bugs.debian.org/308294) which claims that the `-v, --verbose` option has no visible effect. It raises the question: _Perhaps the '-v'...
Hi, I'm just forwarding an [issue reported against the Debian package](https://bugs.debian.org/260337): _The next-to-last column of the output is undocumented and obscure. Actually, the man page should list what all the...
I'd like to use jpeginfo in an SVN hook, but without writing the file to the filesystem first.
Hi Timo, I hope you don't mind. I tried to do a little cleanup on your jpeginfo code. This should not change any functionality. I converted all functions in jpeginfo.c...
MAN page
Maybe add MAN page to github for potential edits I see in code --check returns three possible values. Maybe note this in MAN page and/or --help text const char *check_status_str(int...
I was just thinking maybe an online version would be great for the majority of the cell phone carrying public who cannot compile and install this program but still want...
Hi Developer, I found on the internet this command `find . -type f \( -iname "*.jpg" -o -iname "*.jpeg" \) -exec jpeginfo -c {} \; | grep -E "WARNING|ERROR" |...