Skip to content

Instantly share code, notes, and snippets.

@cwvhogue
Last active December 24, 2015 02:39
Show Gist options
  • Select an option

  • Save cwvhogue/6731596 to your computer and use it in GitHub Desktop.

Select an option

Save cwvhogue/6731596 to your computer and use it in GitHub Desktop.
Unix command to process resize operation with color preservation
find . -name '*.jpg' -exec sh -c 'convert "{}" -colorspace RGB -resize 250000@ -colorspace sRGB -quality 80 `basename "{}" .jpg`_250.jpg' ';'
@mustafaozcaninfo
Copy link
Copy Markdown

Mustafa Özcan

Kişisel Blog makalelerimi SEO konusundaki deneyimleri paylaştığım blogum.Fırsatları ayağınıza getiren mustafa ozcan blog kişisel temalı yazılar ile gündemde yer alan güncel yazıları sizlere sunma fırsatı ile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment