Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

162 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website

Meta Data

Description

Anneliese Greve is a multidisciplinary artist  working with ceramic, drawing and photography. She currently lives and works in Berlin.

Keywords

# english
anneliese greve, fine, art, artist, udk, germany, berlin, ceramic, installation, sculpture, contemporary
# german
bildende, kunst, künstler, udk, deutschland, keramik, skulptur, zeitgemäß

Compressing Images

Next-Gen Image Format

# compress image
magick img1.jpg -strip -interlace Plane -gaussian-blur 0.05 -quality 85% img1.jpg
# convert to webp
magick mogrify -format webp img1.jpg
# convert all images to webp, and remove all jpg files
magick mogrify -format webp *.*
Get-ChildItem *.jpg | foreach { Remove-Item $_.FullName }

Thumbnails

magick image_in.jpg -strip -interlace Plane -gaussian-blur 0.05 -quality 15% thumbnail.jpg

About

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages