package
module
Version:
v0.0.0-...-8a14b01
Opens a new window with list of versions in this module.
Published: Feb 24, 2020
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
image-check 
A small tool to efficiently check whether an image file is not truncated.
This tool assumes that the file is not corrupted, only truncated, i.e. that all bytes of the file are valid.
Usage:
image-check image.jpg
Exits with 0 if the file is not truncated, otherwise exits with a code > 0 and an error message on stderr.
Binaries
You can also build it with: go get github.com/delthas/image-check/cmd/image-check
Image file type support
| Type |
Supported? |
| JPEG |
✔ |
| PNG |
✔ |
| GIF |
✔ |
| SWF |
✔ |
Documentation
¶
Source Files
¶
Directories
¶
cmd
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.