Skip to content
Arnoud Buzing edited this page Dec 5, 2017 · 21 revisions

AlphaChannelQ

AlphaChannelQ[image] returns True if the image has an alpha channel

CreateWikiDocumentation

CreateWikiDocumentation[directory,context] creates wiki pages for the symbols in the given context

DatasetImport

DatasetImport[file, ...] evaluates as Dataset[Import[ file, ...]]

DatasetImportFiles

DatasetImportFiles[files, ...] evaluates as Map[Dataset, ImportFiles[files, ...]]

DatasetMap

DatasetMap[func, expr] evaluates as Dataset[AssociationMap[func, expr]]

DirectoryByteCount

DirectoryByteCount[dir] returns the byte count for directory 'dir'

DirectorySize

DirectorySize[dir] returns the byte count for 'dir' as a quantity

GetFiles

GetFiles[files] evaluates as Map[Get, files]

Image3DCubeQ

Image3DCubeQ[image] returns True if the image width, height, and depth are all equal

ImageLandscapeQ

ImageStrictlyPortraitQ[image] returns True if the image width is greater than or equal to the image height

ImagePortraitQ

ImageStrictlyPortraitQ[image] returns True if the image width is less than or equal to the image height

ImageSquareQ

ImageStrictlyPortraitQ[image] returns True if the image width is equal to the image height

ImageStrictlyLandscapeQ

ImageStrictlyPortraitQ[image] returns True if the image width is greater than the image height

ImageStrictlyPortraitQ

ImageStrictlyPortraitQ[image] returns True if the image width is less than the image height

ImportDirectory

ImportDirectory[dir] imports all files in 'dir'. ImportDirectory[dir,patt] imports all files that match string pattern 'patt'

ImportFiles

ImportFiles[files, ...] evaluates as Map[Import, files]

InformationDataset

InformationDataset[ pattern ] gives usage information for functions matching the string pattern

RandomGeoPosition

RandomGeoPosition[] picks a random geo position

SystemStringOpen

SystemStringOpen[string] determines the file format for 'string' and opens it with the default application

$ExtensionToFormat

$ExtensionToFormat associates file extensions with their format name

$FormatToExtension

$FormatToExtension associates a file format with its list of supported file extensions

$InputDirectoryName

$InputDirectoryName is the directory name for the current value of $InputFileName

Clone this wiki locally