Command Line Magic (climagic)'s status on Friday, 17-Aug-12 20:31:26 UTC
-
for i in *.jpg; do convert $i -density 700 $i; done # Change images DPI to 700 w/ ImageMagick @Jaxmetalmax (the IFS stuff wasn't necessary)
for i in *.jpg; do convert $i -density 700 $i; done # Change images DPI to 700 w/ ImageMagick @Jaxmetalmax (the IFS stuff wasn't necessary)
Identi.ca is a microblogging service brought to you by E14N. It runs the StatusNet microblogging software, version 1.1.0-release, available under the GNU Affero General Public License.
All Identi.ca content and data are available under the Creative Commons Attribution 3.0 license.