What is the difference between .jpg and .csv?
- Extension
- .jpg
- .csv
- Format
- Binary
- Text
- Category
- Raster Image
- Developer
- Developer
- Joint Photographic Experts Group
- Description
- A JPG file is an image saved in a compressed image format standardized by the Joint Photographic Experts Group (JPEG). It is commonly used for storing digital photos and used by most digital cameras to save images. JPG files are among the most common image files along with .PNG, .TIF, and .GIF.
- A CSV file is a comma separated values file commonly used by spreadsheet programs such as Microsoft Excel or OpenOffice Calc. It contains plain text data sets separated by commas with each new line in the CSV file representing a new database row and each database row consisting of one or more fields separated by a comma. CSV files are often opened by spreadsheet programs to be organized into cells or used for transferring data between databases.
- MIME Type
- image/jpeg
- text/csv
- Sample
- sample.jpg
- sample.csv
- Wikipedia
- .jpg on Wikipedia
- .csv on Wikipedia