URLに画像のURLを付与するだけで加工画像が表示されるサービス
URLに画像のURLを付与するだけで加工画像が表示されるサービス
・モザイクをかける
http://res.cloudinary.com/demo/image/fetch/e_pixelate:7/[画像URL]
e_pixelate:7 ここの数値が低いほうがモザイク粒度が細かい
・顔部分にだけモザイクをかける
http://res.cloudinary.com/demo/image/fetch/e_pixelate_faces/[画像URL]
・顔部分を切り出してモザイクをかける
http://res.cloudinary.com/demo/image/fetch/c_thumb,g_faces,w_200,h_200,e_pixelate_faces,r_20/[画像URL]
http://res.cloudinary.com/demo/image/fetch/[加工パラメータ]/[画像のURL]
◆参考リンク
Automatic face-blurring in images made easy