Libraryless. Click here for Pure Java version (4024L/23K).
sbool isJPEG_GIF_PNG(byte[] data) { ret isJPEG(data) || isGIF(data) || isPNG(data); }
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1032822 |
| Snippet name: | isJPEG_GIF_PNG |
| Eternal ID of this version: | #1032822/1 |
| Text MD5: | c1e304c3087c2241a07d552427fee40d |
| Transpilation MD5: | a2b6c54baeb6bf43f67c7caabb35ee2e |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-06 11:52:00 |
| Source code size: | 89 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 388 / 504 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |