Skip to content

(nullable NSData *)sd_encodedWebpDataWithImage returns NIL after 0.14.2 update #94

Closed
@DanielZanchi

Description

@DanielZanchi

After updating the framework to 0.14.2 if I try to get the data of a clear (transparent) UIImage it will return NIL.

- (nullable NSData *)sd_encodedWebpDataWithImage
enters line 904 and returns NIL:

    if (error != kvImageNoError) {
        return nil;
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    encodingWebP Encoding related

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions