PyImgBatch

class pyimgbatch.Out

Class description

outfunction()

print(value, …, sep=’ ‘, end=’n’, file=sys.stdout, flush=False)

Prints the values to a stream, or to sys.stdout by default. Optional keyword arguments: file: a file-like object (stream); defaults to the current sys.stdout. sep: string inserted between values, default a space. end: string appended after the last value, default a newline. flush: whether to forcibly flush the stream.

class pyimgbatch.ProgressBar(total, disable=True)
class pyimgbatch.Size(*args)

[summary]

Parameters

object ([type]) – [description]

Raises

Exception – [description]

Returns

[description]

Return type

[type]

pyimgbatch.to_int_or_none(value, multiplier=1)

[summary]

Parameters
  • value ([type]) – [description]

  • multiplier (int, optional) – [description], defaults to 1

Returns

[description]

Return type

[type]