A collection of information on file formats.
# Resources
## Converters
See also: [[File Converter]]
### Images
- https://sk1project.net/uc2/ - [[AGPLv3]] application for converting between image formats
- [[GUI - Abydos]] - library for loading hundreds of image formats
## Information and Samples
- http://fileformats.archiveteam.org
- Information on nearly every file format known to humankind
- https://sembiance.com/fileFormatSamples/
- An absolute trove of *thousands* of file format samples!!
- https://snisurset.net/code/abydos/detection.html
- Some information on how to detect different image file formats.
- https://www.fileformat.info/index.htm
- https://microformats.org
# Subfolders
```dataview
LIST
FROM #foldernote
WHERE contains(file.folder, this.file.folder)
AND file != this.file
SORT file.name ASC
```
# Notes in this Folder
```dataview
LIST
FROM -#foldernote
WHERE file.folder = this.file.folder
AND database-plugin != "basic"
SORT file.name ASC
```