Skip to content

Webp image support

52ca89e
Select commit
Loading
Failed to load commit list.
Closed

Webp image support #1295

Webp image support
52ca89e
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Apr 22, 2025 in 0s

3 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 3
           

Clones added
============
- openpdf/src/main/java/com/lowagie/text/ImageLoader.java  2
         

See the complete overview on Codacy

Annotations

Check notice on line 634 in openpdf/src/main/java/com/lowagie/text/Image.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

openpdf/src/main/java/com/lowagie/text/Image.java#L634

'if' is not followed by whitespace.

Check notice on line 634 in openpdf/src/main/java/com/lowagie/text/Image.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

openpdf/src/main/java/com/lowagie/text/Image.java#L634

WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {}         when not part of a multi-block statement (4.1.3)

Check notice on line 643 in openpdf/src/main/java/com/lowagie/text/Image.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

openpdf/src/main/java/com/lowagie/text/Image.java#L643

Line contains a tab character.