-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for writing new IPTC segments for jpeg format and new XMP segments for PNG and GIF images formats #1570
Add support for writing new IPTC segments for jpeg format and new XMP segments for PNG and GIF images formats #1570
Conversation
@magento run all tests |
@magento run all tests |
@magento run all tests |
@magento run all tests |
1 similar comment
@magento run all tests |
@magento run all tests |
@magento run all tests |
{ | ||
if (is_callable('iptcembed')) { | ||
$iptcData = iptcparse($segment->getData()); | ||
if (is_callable('iptcembed') && is_callable('iptcparse')) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's throw an exception if functions are not callable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
@magento run all tests |
@magento run all tests |
@magento run all tests |
@magento run all tests |
@magento run all tests |
1 similar comment
@magento run all tests |
…integration into ASI-IPTC-ABJUSTMENTS
There is a fatal error in integration tests: phpunit.xml:
Error:
|
@magento run all tests |
Hi @Nazar65, thank you for your contribution! |
Description (*)
Aded ability to write IPTC data to the file that not containt IPTC segment
Refactored integration tests
Fixed Issues (if relevant)
Manual testing scenarios (*)
n/a