https://github.com/eon01/c2jpg
A bash script to convert FROM gif, bmp, pdf, webp, pcx, pict, pct, png, tif, tiff, xcf, crw, cr2, arw, sr2 & nef TO jpg/jpeg formats.
https://github.com/eon01/c2jpg
Last synced: about 1 year ago
JSON representation
A bash script to convert FROM gif, bmp, pdf, webp, pcx, pict, pct, png, tif, tiff, xcf, crw, cr2, arw, sr2 & nef TO jpg/jpeg formats.
- Host: GitHub
- URL: https://github.com/eon01/c2jpg
- Owner: eon01
- License: unlicense
- Created: 2014-05-18T10:54:37.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-05-12T15:15:56.000Z (about 11 years ago)
- Last Synced: 2025-04-30T13:08:29.901Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 172 KB
- Stars: 18
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
c2jpg
=====
A bash script to convert FROM gif, bmp, pdf, webp, pcx, pict, pct, png, tif, tiff, xcf, crw, cr2, arw, sr2 & nef TO jpg/jpeg formats.
Dependencies:
=====
gimp, imagemagick, dcraw
c2jpg as a command:
=====
To use it from your CLI, download the script to your local /bin/ :
```
sudo wget https://raw.githubusercontent.com/eon01/c2jpg/master/c2jpg.sh -O /bin/c2jpg
```
then make it executable :
```
sudo chmod +x /bin/c2jpg
```
Usage :
=====
```
cd photos_directory
c2jpg [file(s)_to_convert]
```