1
0
Fork 0
mirror of https://github.com/deepfakes/faceswap synced 2025-06-08 20:13:52 -04:00
faceswap/docs/full/lib/image.rst
2020-07-25 09:09:38 +01:00

34 lines
728 B
ReStructuredText
Executable file

************
image module
************
Handles loading and manipulation of images in Faceswap.
.. rubric:: Module Summary
.. autosummary::
:nosignatures:
~lib.image.FacesLoader
~lib.image.FfmpegReader
~lib.image.ImageIO
~lib.image.ImagesLoader
~lib.image.ImagesSaver
~lib.image.SingleFrameLoader
~lib.image.batch_convert_color
~lib.image.count_frames
~lib.image.encode_image_with_hash
~lib.image.generate_thumbnail
~lib.image.hex_to_rgb
~lib.image.read_image
~lib.image.read_image_batch
~lib.image.read_image_hash
~lib.image.read_image_hash_batch
~lib.image.rgb_to_hex
.. rubric:: Module
.. automodule:: lib.image
:members:
:undoc-members:
:show-inheritance: