Skip to content

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte #28

@ikuboo

Description

@ikuboo

python version : Python 3.11.5


UnicodeDecodeError Traceback (most recent call last)
Cell In[17], line 6
4 decoder = WatermarkDecoder('bytes', 32)
5 watermark = decoder.decode(bgr, 'dwtDct')
----> 6 print(watermark.decode('utf-8'))

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions