1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
Formats by Plugin
-----------------
Below you can find a list of each plugin that exists in ImageIO together with the formats
that this plugin supports. This can be useful, for example, if you have to decide which
plugins to install and/or depend on in your project.
:mod:`FreeImage <imageio.plugins.freeimage>`
tif, tiff, jpeg, jpg, bmp, png, bw, dds, gif, ico, j2c, j2k, jp2,pbm, pcd, PCX,
pgm, ppm, psd, ras, rgb, rgba, sgi, tga, xbm, xpm, pic, raw, 3fr, arw, bay,
bmq, cap, cine, cr2, crw, cs1, cut, dc2, dcr, dng, drf, dsc, erf, exr, fff, g3,
hdp, hdr, ia, iff, iiq, jif, jng, jpe, jxr, k25, kc2, kdc, koa, lbm, mdc, mef,
mos, mrw, nef, nrw, orf, pct, pef, pfm, pict, ptx, pxn, qtk, raf, rdc, rw2,
rwl, rwz, sr2, srf, srw, sti, targa, wap, wbm, wbmp, wdp, webp
:mod:`Pillow <imageio.plugins.pillow_legacy>`
tif, tiff, jpeg, jpg, bmp, png, bw, dds, gif, ico, j2c, j2k, jp2, pbm, pcd, PCX,
pgm, ppm, psd, ras, rgb, rgba, sgi, tga, xbm, xpm, fit, fits, bufr,
CLIPBOARDGRAB, cur, dcx, DIB, emf, eps, flc, fli, fpx, ftc, ftu, gbr, grib, h5,
hdf, icns, iim, im, IMT, jfif, jpc, jpf, jpx, MCIDAS, mic, mpo, msp, ps, pxr,
SCREENGRAB, SPIDER, wmf, XVTHUMB
:mod:`ITK <imageio.plugins.simpleitk>`
tif, tiff, jpeg, jpg, bmp, png, pic, img, lsm, dcm, dicom, gdcm, gipl, hdf5,
hdr, img.gz, ipl, mgh, mha, mhd, mnc, mnc2, nhdr, nia, nii, nii.gz, nrrd, vtk
:mod:`FFMPEG <imageio.plugins.ffmpeg>`
avi, mkv, mov, mp4, mpeg, mpg, WEBCAM, webm, wmv
:mod:`GDAL <imageio.plugins.gdal>`
tif, tiff, jpeg, jpg, img, ecw
:mod:`tifffile <imageio.plugins.tifffile>`
tif,tiff,lsm,stk
:mod:`FITS <imageio.plugins.fits>`
fit,fits,fts,fz
:mod:`DICOM <imageio.plugins.dicom>`
dcm,ct,mri
:mod:`Lytro <imageio.plugins.lytro>`
raw,lfp,lfr
:mod:`FEI/SEM <imageio.plugins.feisem>`
tif, tiff
:mod:`Numpy <imageio.plugins.npz>`
npz
:mod:`BSDF <imageio.plugins.bsdf>`
bsdf
:mod:`SPE <imageio.plugins.spe>`
spe
:mod:`SWF <imageio.plugins.swf>`
swf
|