Skip to content

issues Search Results · repo:SDWebImage/SDWebImageWebPCoder language:Objective-C

Filter by

54 results
 (63 ms)

54 results

inSDWebImage/SDWebImageWebPCoder (press backspace or delete to remove)

How to achieve the same results as cwebp -metadata all with options configuration.
  • givebest
  • 1
  • Opened 
    on Jun 11
  • #117

Description When using SDImageWebPCoder to encode images with lossless options, the resulting file size and compression quality appear to be worse compared to Google s cwebp command-line tool. Despite ...
  • pawelmtw
  • 1
  • Opened 
    on Apr 1
  • #116

Converting a UIImage to the WebP format is extremely slow. For a 2.5-megabyte photo with a compression ratio of 0.85, it takes approximately 13.5 seconds let webpCoder = SDImageWebPCoder.shared var options: ...
  • pogong
  • 4
  • Opened 
    on Mar 3
  • #115

unused SDWebImageAWebPCoder de3bc07f4186db0094ed2187883cd46e.zip
  • DevWhan
  • 6
  • Opened 
    on Dec 23, 2024
  • #114

Description My code includes the setting of this limitation: /// Limits scale down to 24MB. SDImageCoderHelper.defaultScaleDownLimitBytes = 24 * 1_024 * 1_024 When I get an animated image data that ...
  • sergeiromanchuk
  • 3
  • Opened 
    on Dec 2, 2024
  • #113

When I use pod SDWebImageWebPCoder , :path= /Users/xxx/SDWebImageWebPCoder-master to point SDWebImageWebPCoder to a local file, I get the error Call to undeclared function SD_LOG ; ISO C99 and later do ...
  • Jack-Rain
  • 11
  • Opened 
    on Jul 26, 2024
  • #112

I want to use WebP format for animations instead of GIFs. However, I ve noticed that SDImageWebPCoder is significantly slower, with a performance gap of tens of times compared to GIFs and the system decoder ...
  • BuffBu
  • 1
  • Opened 
    on Jun 12, 2024
  • #111

line 973 NSUInteger limitBytes = 0; NSNumber *limitBytesValue = options[SDImageCoderDecodeScaleDownLimitBytes]; if (limitBytesValue != nil) { limitBytes = limitBytesValue.unsignedIntegerValue; } _limitBytes ...
  • JiaqiSun
  • 2
  • Opened 
    on Apr 8, 2024
  • #109

Basically, my issue duplicates this one. But the thing is, both SDWebImageWebPCoder and SDWebImage can be used in the same project. In this case, I can t just upgrade SDWebImage to the latest version and ...
  • vadzimkaronchyk
  • Opened 
    on Apr 3, 2024
  • #108

Invalid xcconfig configuration in SDWebImageWebPCoder.podspec: USER_HEADER_SEARCH_PATHS = $(inherited) $(SRCROOT)/libwebp/src This is actually invalid because the directory $(SRCROOT)/libwebp/src does ...
  • pepsikirk
  • 4
  • Opened 
    on Mar 23, 2024
  • #106
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub