Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.2
dcraw
dcwrap
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File dcwrap of Package dcraw
#!/bin/sh # Rough equivalents to XV's Sharpen algorithm cat > sharpen50.pgm << xx P2 3 3 18 8 8 8 8 26 8 8 8 8 xx cat > sharpen66.pgm << xx P2 3 3 18 7 7 7 7 34 7 7 7 7 xx cat > sharpen75.pgm << xx P2 3 3 6 2 2 2 2 14 2 2 2 2 xx cat > sharpen90.pgm << xx P2 3 3 2 0 0 0 0 10 0 0 0 0 xx for x in `ls *.crw | cut -d. -f1` do dcraw -f -c $x.crw | pnmconvol sharpen66.pgm \ | cjpeg -quality 90 > $x.jpeg touch -r $x.crw $x.jpeg done
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor