DAddYE / vips

Go Bindings for Vips (a super fast image processor)
449 stars 52 forks source link

Progressive JPEGs. #22

Open bfitzsimmons opened 9 years ago

bfitzsimmons commented 9 years ago

Are there any plans on supporting progressive JPEGs?

jcupitt commented 9 years ago

Use the interlace option to turn on progressive jpg output:

http://www.vips.ecs.soton.ac.uk/supported/current/doc/html/libvips/VipsForeignSave.html#vips-jpegsave

Progressive jpg read should just work, hopefully.