Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Charset utf-8 & attached image  #1

Description

@alsemany

Hello I just tried the class it's perfect but there's two points
1- the charset encoding is not utf-8 so the metadata will not appears in the best way for some languages
2- attached image needs some documentation, there's a problem in the Picture Class or I missed somethings maybe the PictureType

$picture = new \GravityMedia\Metadata\Feature\Picture;
$picture->setData = file_get_contents('image.jpg');
$picture->setMime = mime_content_type('image.jpg');
$picture->setPictureType = 'Other';

maybe I'm wrong with it please let me know if this code is wrong

Thank you so much for that great library

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions