!include once #1010056 // OpenIMAJ static MBFImage readMBF(File imageFile) ctex { ret ImageUtilities.readMBF(imageFile); } static MBFImage readMBF(S imageID) { ret readMBF(loadImageAsFile(imageID)); } static MBFImage readMBF(BufferedImage image) { ret ImageUtilities.createMBFImage(image, false); // no alpha channel }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1010057 |
Snippet name: | readMBF - load OpenIMAJ multi-band floating point image |
Eternal ID of this version: | #1010057/5 |
Text MD5: | a0a2e63a995dc8a449d08b3727f64284 |
Author: | stefan |
Category: | javax / imaging |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-09-01 20:56:33 |
Source code size: | 339 bytes / 13 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 533 / 566 |
Version history: | 4 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |