Skip to content

Using Webp in Web Commands (ImageSharp.Web) #196

Discussion options

You must be logged in to vote

So I assume that webp it's not turned on by default and I have to adjust the configuration for ImageSharp?

Webp is turned on by default, but its not yet released with a stable version (1.0.4 does not include webp yet). The first stable version of ImageSharp with webp will be version 2.0.0, which should not be far away.

If you really want to test its now, you will have to use the ImageSharp version from our nightly MyGet feed, version 2.0.0-alpha.0.142 for example. This needs to be added to the ImageSharp.Web instead of the 1.0.4. But note that there are a few breaking changes with 2.0.0: For example the JpegEncoder option Subsample has changed to ColorType. You will need to change that in

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@markadrake
Comment options

@brianpopow
Comment options

@markadrake
Comment options

@JimBobSquarePants
Comment options

@JimBobSquarePants
Comment options

Answer selected by markadrake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants