Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1038768 // jpegifyAll_noBackup - convert image files in directory to JPEG

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (14599L/86K).

1  
static L<File> jpegifyAll_noBackup(File dir default newFile(".")) {
2  
  ret map(listImageFiles(dir), f -> jpegify(f, false));
3  
}

Author comment

Began life as a copy of #1032877

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): elmgxqgtpvxh, gjtlkbvenryc, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1038768
Snippet name: jpegifyAll_noBackup - convert image files in directory to JPEG
Eternal ID of this version: #1038768/1
Text MD5: 388c862a5deb2976383d7282d2cedc25
Transpilation MD5: 6223d79c8201331fa24dfce66bc4928f
Author: stefan
Category: javax / io
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2024-10-06 21:44:56
Source code size: 127 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 75 / 100
Referenced in: [show references]