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
|
image/avs; display 'avs:%s'; test=test -n "$DISPLAY"
image/bie; display 'jbig:%s'; test=test -n "$DISPLAY"
image/x-ms-bmp; display 'bmp:%s'; test=test -n "$DISPLAY"
image/cmyk; display 'cmyk:%s'; test=test -n "$DISPLAY"
image/dcx; display 'dcx:%s'; test=test -n "$DISPLAY"
image/eps; display 'eps:%s'; test=test -n "$DISPLAY"
image/fax; display 'fax:%s'; test=test -n "$DISPLAY"
image/fits; display 'fits:%s'; test=test -n "$DISPLAY"
image/gif; display 'gif:%s'; test=test -n "$DISPLAY"
image/gray; display 'gray:%s'; test=test -n "$DISPLAY"
image/jpeg; display 'jpeg:%s'; test=test -n "$DISPLAY"
image/pjpeg; display 'jpeg:%s'; test=test -n "$DISPLAY"
image/miff; display 'miff:%s'; test=test -n "$DISPLAY"
image/mono; display 'mono:%s'; test=test -n "$DISPLAY"
image/mtv; display 'mtv:%s'; test=test -n "$DISPLAY"
image/x-portable-bitmap; display 'pbm:%s'; test=test -n "$DISPLAY"
image/pcd; display 'pcd:%s'; test=test -n "$DISPLAY"
image/pcx; display 'pcx:%s'; test=test -n "$DISPLAY"
image/pdf; display 'pdf:%s'; test=test -n "$DISPLAY"
image/x-portable-graymap; display 'pgm:%s'; test=test -n "$DISPLAY"
image/pict; display 'pict:%s'; test=test -n "$DISPLAY"
image/png; display 'png:%s'; test=test -n "$DISPLAY"
image/x-portable-anymap; display 'pnm:%s'; test=test -n "$DISPLAY"
image/x-portable-pixmap; display 'ppm:%s'; test=test -n "$DISPLAY"
image/ps; display 'ps:%s'; test=test -n "$DISPLAY"
image/rad; display 'rad:%s'; test=test -n "$DISPLAY"
image/x-rgb; display 'rgb:%s'; test=test -n "$DISPLAY"
image/rgba; display 'rgba:%s'; test=test -n "$DISPLAY"
image/rla; display 'rla:%s'; test=test -n "$DISPLAY"
image/rle; display 'rle:%s'; test=test -n "$DISPLAY"
image/sgi; display 'sgi:%s'; test=test -n "$DISPLAY"
image/sun-raster; display 'sun:%s'; test=test -n "$DISPLAY"
image/targa; display 'tga:%s'; test=test -n "$DISPLAY"
image/tiff; display 'tiff:%s'; test=test -n "$DISPLAY"
image/uyvy; display 'uyvy:%s'; test=test -n "$DISPLAY"
image/vid; display 'vid:%s'; test=test -n "$DISPLAY"
image/viff; display 'viff:%s'; test=test -n "$DISPLAY"
image/x-xbitmap; display 'xbm:%s'; test=test -n "$DISPLAY"
image/x-xpixmap; display 'xpm:%s'; test=test -n "$DISPLAY"
image/x-xwindowdump; display 'xwd:%s'; test=test -n "$DISPLAY"
image/x-icon; display 'icon:%s'; test=test -n "$DISPLAY"
image/yuv; display 'yuv:%s'; test=test -n "$DISPLAY"
|