Code Context $xml = $this->get_xmp_array($xmp_data);
foreach($xml['Seq'] as $row) {
$single_data = array();
$item_details =
[
'path_root' => '/media/images/IMAGES DONE/',
'drive' => 'D',
'originalpath' => 'D:/Images/Images Done/Library/SF189/173485.jpg',
'FileSize' => '569 KB',
'is_book' => false,
'keywords' => 'Football, Hurling,',
'real_path' => '/media/images/IMAGES DONE/Library/SF189/',
'path' => 'Library/SF189/173485',
'file_path' => 'https://www.sportsfile.com/web/winshare/p180/Library/SF189/',
'file_pathBig' => 'https://www.sportsfile.com/web/winshare/w540/Library/SF189/',
'file_pathSmall' => 'https://www.sportsfile.com/web/winshare/p180/Library/SF189/',
'file_name' => '173485.jpg',
'id' => '173485',
'sku' => '173485',
'image' => 'https://www.sportsfile.com/web/winshare/p180/Library/SF189/173485.jpg',
'imageBig' => 'https://www.sportsfile.com/web/winshare/p180/Library/SF189/173485.jpg',
'imageBigPreview' => 'https://www.sportsfile.com/web/winshare/w540/Library/SF189/173485.jpg',
'imageSmall' => 'https://www.sportsfile.com/web/winshare/p180/Library/SF189/173485.jpg',
'categorycode' => 'ABC',
'moreimages' => 'D0504068',
'headline' => '2005 GAA Congress Saturday',
'headlineTruncated' => '2005 GAA Congress Saturday',
'caption' => '16 April 2005; GAA Presidential candidate Christy Cooney holds his head in his hands after defeat in the election during the 2005 GAA Congress. Croke Park, Dublin. Picture credit; Pat Murphy / SPORTSFILE',
'DateCreated' => 'Sat, 16 Apr 2005 00:00:00 +0000',
'ShortDate' => '16 Apr 2005',
'LongDate' => 'Saturday 16th Apr 2005',
'db_DateCreated' => '200504160000',
'event_images_count' => (int) 97,
'event_images_count_text' => '97 Images',
'parent_block' => '',
'parent_block_class' => '',
'image_link_url' => 'https://www.sportsfile.com/more-images/D0504068/',
'w' => '2304',
'h' => '1639',
'dimensions' => 'width='180'',
'mobile_dimensions' => 'style="width:100%;"',
'orientation' => 'horizontal',
'iptc_leadimage' => 'False',
'is_editorial' => 'false',
'is_hidden' => 'false',
'width' => (int) 2304,
'height' => (int) 1639,
'display_priority_timestamp' => (int) 0,
'event_group_lead_image' => 'f',
'page_sort' => (int) 0,
'date_sort' => (int) 0,
'display' => 'true',
'reindex' => 'false',
'alt' => '16 April 2005; GAA Presidential candidate Christy Cooney holds his head in his hands after defeat in the election during the 2005 GAA Congress. Croke Park, Dublin. Picture credit; Pat Murphy / SPORTSFILE',
'folderid' => (int) 5000,
'link' => 'https://www.sportsfile.com/id/173485/',
'purchase_item' => true,
'button' => '<a href='https://www.sportsfile.com/id/173485/'>Purchase This Print</a><br/>',
'single_image_link_text' => 'Purchase Print',
'gallery_actions_default' => '<div class="gallery-actions">
<a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fwww.sportsfile.com%2Fid%2F173485&via=sportsfile&related=sportsfile%3AIreland%27s+largest+sports+photography+agency.&text=2005+GAA+Congress+Saturday" class="left" onclick="track_share_click('twitter');"><div class="icon-medium icon-medium-twitter"></div></a>
<a class="facebook left" target="_blank" onclick="track_share_click('facebook'); return !window.open(this.href, 'Facebook', 'width=640,height=300')" href="https://www.facebook.com/sharer/sharer.php?u=https://www.sportsfile.com/id/173485&t=2005+GAA+Congress+Saturday"><div class="icon-medium icon-medium-facebook"></div></a>
<a href="https://www.sportsfile.com/id/173485/" class="text12 gallerylink right gallery-history-link">Purchase Print</a></div>',
'gallery_actions_corporate' => '<div class="gallery-actions corporate-box"></div>',
'permission_name' => 'access_5000',
'twitter_share_link' => 'https://twitter.com/intent/tweet?url=https%3A%2F%2Fwww.sportsfile.com%2Fid%2F173485&via=sportsfile&related=sportsfile%3AIreland%27s+largest+sports+photography+agency.&text=2005+GAA+Congress+Saturday',
'facebook_share_link' => 'https://www.facebook.com/sharer/sharer.php?u=https://www.sportsfile.com/id/173485&t=2005+GAA+Congress+Saturday',
'gallery_actions' => '<div class="gallery-actions">
<a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fwww.sportsfile.com%2Fid%2F173485&via=sportsfile&related=sportsfile%3AIreland%27s+largest+sports+photography+agency.&text=2005+GAA+Congress+Saturday" class="left" onclick="track_share_click('twitter');"><div class="icon-medium icon-medium-twitter"></div></a>
<a class="facebook left" target="_blank" onclick="track_share_click('facebook'); return !window.open(this.href, 'Facebook', 'width=640,height=300')" href="https://www.facebook.com/sharer/sharer.php?u=https://www.sportsfile.com/id/173485&t=2005+GAA+Congress+Saturday"><div class="icon-medium icon-medium-facebook"></div></a>
<a href="https://www.sportsfile.com/id/173485/" class="text12 gallerylink right gallery-history-link">Purchase Print</a></div>',
]
$sql = 'select user_activity_tbl.*,users_tbl.name from user_activity_tbl
inner join users_tbl on user_activity_tbl.user_id=users_tbl.user_id where path='Library/SF189/173485' and action like '%editorial_image'
order by id'
$conn = object(Cake\Database\Connection) id:0 {
'config' => [
'password' => '*****',
'username' => '*****',
'host' => '*****',
'database' => '*****',
'port' => '*****',
'driver' => 'Cake\Database\Driver\Postgres',
'persistent' => 'false',
'timezone' => 'UTC',
'flags' => [
],
'cacheMetadata' => true,
'log' => false,
'quoteIdentifiers' => false,
'datasource' => 'Database/Postgres',
'schema' => 'public',
'prefix' => '',
'encoding' => 'utf8',
'url' => null,
'name' => 'default',
]
'driver' => object(Cake\Database\Driver\Postgres) id:1 {
'connected' => true
}
'transactionLevel' => (int) 0
'transactionStarted' => false
'useSavePoints' => false
'logQueries' => true
'logger' => object(DebugKit\Database\Log\DebugLog) id:2 {
protected _queries => [
'' => [maximum depth reached],
]
protected _logger => null
protected _connectionName => 'default'
protected _totalTime => (int) 2
protected _totalRows => (int) 1
protected _includeSchema => false
}
}
$query = object(Cake\Database\Log\LoggingStatement) id:0 {
protected _logger => object(DebugKit\Database\Log\DebugLog) id:1 {
}
protected _compiledParams => [
]
protected startTime => (float) 1758084605.8894
protected loggedQuery => null
protected _statement => object(Cake\Database\Statement\PDOStatement) id:2 {
}
protected _driver => object(Cake\Database\Driver\Postgres) id:3 {
}
protected _hasExecuted => true
}
$editorial_history = [
]
$file = '/media/images/IMAGES DONE/Library/SF189/173485.jpg'
$var = [
'var' => [
'www_dir' => '/var/www/html',
'www_url' => 'http://www.sportsfile.com',
'web_dir' => '/var/www/html/src/webroot',
'web_url' => 'http://www.sportsfile.com',
'mod_dir' => '/var/www/html/mod/',
'mod_url' => 'http://www.sportsfile.com/mod/',
'cls_dir' => '/var/www/html/src/webroot/class/',
'cls_url' => 'http://www.sportsfile.com/class/',
'xml_dir' => '/var/www/html/src/webroot/xml/',
'img_dir' => '/var/www/html/src/webroot/images/',
'img_url' => 'http://www.sportsfile.com/images/',
'css_url' => 'http://www.sportsfile.com/css/',
'js_url' => 'http://www.sportsfile.com/js/',
'_mstart' => (float) 1758084605.8791,
'_log' => '',
'_onload' => '',
'_style' => '',
'_script' => '',
'_main' => 'main',
'_action' => 'main',
'_file' => 'main',
'_xmlact' => 'main.xml',
'_source' => 'post',
'www_index' => 'http://www.sportsfile.com/index.php',
'www_self' => 'http://www.sportsfile.com/id/173485',
'www_script' => 'http://www.sportsfile.com/index.php?action=main',
'ccode' => 'EUR',
'cname' => 'Euro',
'cicon' => '€',
'email_support' => 'liam@zeitsolutions.com',
'twitter_widgets_js' => '<script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>',
],
'dataset' => [
'status' => [
(int) 1 => 'New Order',
(int) 2 => 'Sent To Printer',
(int) 3 => 'In Print',
(int) 4 => 'Cancelled',
(int) 5 => 'Posted',
],
],
]
$image_xmp_history = [
]
$key_data = [
'DRP' => 'Dropped',
'TXT' => 'Metadata Edited',
'ACT' => 'Sent to an Action',
]
$content = '��� JFIF H H ��'`Exif MM * J R( �i Z x
�� '
�� ' � � g � �( � &� H H ��� JFIF H H �� C !"$"$�� C�� � �! ��
�� � } !1AQa"q2���#B��R��$3br�
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz������������������������������������������������������������������������
�� � w !1AQaq"2�B���� #3R�br�
$4�%�&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz����������������������������������������������������������������������� ? ��&�D�q�Z�[\��fӒĎ����W$֤�
"���P\Z�ح�r0>��� =��$��QY��~8�z=K��^���|�����H�E*��W�������x���iڈ����?��ݧ�w#g�-��n+�{�a�DZx�VK��@�\�pM��{���Kc�#�i�|1l��l�Ƹ>YC1[{_���Y��_Ă1^o�|E��=ɺ��L�V$Kpɞܱ'ۯz�R��cs~/��:��.�
=���l�%�Q��8rkg�j�����O�웏!#1:�|�~�~��5�]�n�֧��?|9���.�E�C�2��. mu�6�{y�2����zG{�m
ѩtsN;���<�3ϧ�þ�y�Ƶ�K���Ya=r)�r�I��X&��m ��r
y���f��v�++3D�'��ͽ����O���e ᕿ�iM�g#��p9��^�2�B�[�N���a�?�iU^#��Ġ���p���֭��;�Puϙ쬠�i�v��L�2��U=`��Uͭ�x5f� L6 �[K���9���LN�9뭙-��Z=��4n0¼#����jzj�c�@>�i����r�gh�\��d�������Đ�6���IPg>�5���'S�u;�ԬÃ�a�篌����M³G,�1>��� ��ս[�A�# 2���ƛ-�В�`�4�H�rz���O�X����@�(L�힇��\ե���N7;�;��7:@��fy�~B��8��~��_Rӣ��_�ĞZ�*�A�{�ڸ����r�CLҗT���o"w���,9 �� �����o��/�6��D�i��k��Z'����9�=8z��I�auc�(%�xRhdY#�C#��`zi�ʨY�
I�v��8oT�4�;(5�_����,bK*E��9&����R�8O骨n�>e�1^+�%R�J�
3�YS�r��?M��Jd��)ҵ�� gx��O0 �m'ֶ��Е�>���jsD��G�O���w4�3��G��>i��q�c4��#`�c#ֺ�kΓO��[�a��.���vJֱClF|�>��_ea��nȽ��Fއ��G�Z���G�W,_+�9ڹ�w��
� �;�I-�F�$9N8Ҿ���:Û��|�ǀ9&���V��+���2K�k�Î���Lww�`��BO_�'����/|�"r���8��}+;�RҶ����v�~�ڣa#G�BN3��$����ݠ;bP�Iڞ�$�>���\��Ϊzz��-�y<�h��1�@�c�o"3�t�C�xݑ����X%���tK�7�yj!,.��n-�L�v<�WUym>����Dl�) �>����>�f�ÿ��i�Yj�|� ��8b>�N�Ɵ������L�tC�e�5���9S�gT��3W����N[cc�\햳�i���Cu5�A�W��V��X�\�D��J���_�ֵi���88�T�'cv��9ߣEw4y#i4�t������V�a#�O����~]�n��]���PH�g�6��{��0�gw\WM��q���n� ��vr����%6��Ӕ�S��i���DX�dl����5��b�u�"w��w.�M�d�㱭 �
&���s�%���K��B�Ul#��EG���jZ���VokK�S���e�����s�aj~��q��pm�9�&��'�X|���3�8ǜK��j��X���`�X� �eSK K[���"� �g���6v����� 1��;i�Is![�]���>�@Ӂ���thv6��7O��� c�O֤��"���y Q�:�'?�E��62�S�NK�u�b�(8ٜ~���Mƥm�g��0d I� |�}hz�aMq{
�]3�x����<�c#��8�����>��4[[���W�dS��bG^��+�����D���Ki�y��\��z��|M��H�і-B5�F�Ȯ�7tr�)+3���G·ͧ\Hnm:,�q�z���Gu��2�,�j�;�$E5d�Ϗ�[�X��g�h�NM_Y���"�3�*q
�s#j
�H���V��h�"��+�^��k\^Ga���f��`!��dt��>XXk�
�G0�� #�=�F�<�I94Z�tg�<�]����O�kGG�P��ǡ�);�R�ظ�00��w��XnzVE^;�_N�Kh+�� �o_¸�����#{o�����IUu<�Ͽ~+����l�{���nf��G$��"�%a^���w���dm�'�(��� pjՄ�=BF7X.AEܒy�?��L�&R��X�����~_���v=VYZX확�߃���㊷��6ֆ>S
�̀ ����ғ]u���Z�R�}+!��`���v��z�b�u;���,�Y�Y�X�6��c�~{g9��%s9/ou�H�|I
�bݙ��bA�y�� ����[x�o
�%�_�6�6���d}EuRiIM>V{����ؔy�$��S�<=em{XB:���r��rns�%���Nm:����}+��o��W6�!Y�R��9拰��>c�/�����e�v��`+��!�W��ԧP�3ar9�qcq��;pT�R��YӭJHm��C�H���.�>�q�F�lc���|
�L�h�l�����Upzt>~2��}x�o�<+�{�F�f'�ڸ+���.X��l����Gs�t�C�E�;Hk�{�h���;js��-��_���(Еyrę�A]�:���=�}&k[FkmZ2`��m��L�=+6�9M��G�$h��������z�J�p��2���*��6�7�q"����A� ���ŧ������{*���s���Q�,����\�;�~z�yc�UMB͕��P8���?ɨLӖ�M���(%��d)������YW J7`c �UH��z�.�$�L]�~m�n����
Q.�"�Ֆr�Ʋ泱�B��f��yo������� �w�>�d��x�
l_�j LRY�� m��Ɏ{c���w9�����{��<���($�՛o�j�M�It��
z����inYZ�t�L�r��x�¶�1��6��ܔ%��zߒ�!���?�}byo/&h������z�o�/���Il�,�t�ח��?e̺�֩��wQ=�8q����#�<g�����Ԑ��Aʎk�V�W�A��&�=7ٯs.�gI�9�R�UC�?��'��,��fo.p���[
;G�Y.����',pd�a�}��ɫBT�3��E:|ǔx�ƺ���#��4�c�S���ϧ�O�y���_�|�n�iH��G�=�}�������}{��'�/VH�$Kh��zf���d�9,�H�4ՎP��u�=�+�+�:iA�\�p��Ѯ�g�=�?����x�E����Z�II���͜��W7$��Q�IE;��Ҽc��w�C��D�<�v3��?ϭ_֡�&�8��u棒P���H���J�J���L��N��B��QK0؈ܧ�oS�Ҝ��)oS�\��W
����{%���)����
rN�=l,�c�����k3I$}�$�|�S����k�o8;d�V�g�s�Lq[J��o a��ϩ,�iccC��2Tu_�*���ཕc����q�$`W�C�M4���I�n,��gx�I�Ǫ�8���Z6i\]�mL��(�*(���� xfP��%%f4��!����B��±��F�'Jn'�ҩ� �f����6�[�\G(Q�5���;i�e����p�����(��pTjs%s���r��s#��ܚ.���>�XI�H|�S�S���Z����s()
1���b_����+הJʧdr�J�>G��Y�ydV�
�=���������q!9� eIP?��k��#���?�������d{x�O��)�P������2W��j�1O��~�����Ay6f��I��Oi{+�'����Gҳ�U��<#��O��&�Uԡu�a@ �=�t�wRR\��3У����>����_���,���옃$sY��M�n=q�T��-T����۾� &٣�c�1�P��@
�P�ѳ�8��1��X��m�y�G�E�����M\�k��Tb���z~��Z�sV �f$2�J�Գn$��;H�5�SGsУ�kúM�u;�M6�Κ�:L�c9
�$�qɬO����G�\���k�y�)$��'��q��T���U�
��Q��4ir��"�Fp�H�0�� �'O�ѭ�#Q����Ѓ���߾��<��)�f��� )�H�2ƦR���a�լ�U>V�
�b(*��;��8���4H�W��&��I��h��oE�KƢ���W#����ӫtԴ�xU�������|��qU幵�������GC̔�e�^�vE��U{8�Qۯ��P�=x���&ǹ~�W��k>'�ԫzn�<$���ó�:�Z�������&�x���n���W� ח�FҌ�G����>fQ����с`{����_�\O0`%o4����Mq���z��-xcA��.���K;.� ,�s��Һ�+K�M.KYF#c��㧦qW:����5nVgA�Z�ئm�O��������Q�Z��%�>�l�SRZ�J��{�D��9\��X���K��0��+��c�)E����*k*��ۗ��
� ��WC����Z>�w����u�� ��B����N#��''��m�u*��/#���tfѵKI��D�5��e\��3��?uV��D2�Ν{ kY[����}1��5xY��ns⢧I���x�k�������m�͐��oÚ����ǝ�*�����<&�>Y&�MtX�~�qP�ҹ�x�2�4V[�bY��Ky�b8���0����S���%�m�<:da��lA1$�?���{}k��i{Y��bӥ�<�X��v�صY�O�re��+����#~�ԤJ�7w?:|c�F�Z�~�Mǂ�y����y}:�etS���?�HY���Ηi4��0�]'�4Ŗ�.Sr��t�qc�5?C�-�-]�,�H<�j��&���3B��u*s��7zd�ڼ���/�!ر*��ϧj����*�n������������Oj�����xLM�1JNV\F�=;�皛_Be>V�:�Q�VYVh��$��>���^7��t��v��X��3��B[q�<l:��C�H�g�|і��q�� �r��g�M,7����&ҡ3ߐ��
���ʞ����$afU-��z{`�¦���^G� �fx&��;��$�g�h��Њ�?�w��'���"gFwS
��ʫ����gN5b�t]o�^���W� l�����'sϰ�.]J_
��n���,��Z��<&z(�Li< :8�"��`��n�^㵌I�d �~Q�E@X�;�ċ��gi�[]�"'�a�G��^�O=<���22V��������u��W.�'JAwy{���F� �$���ơw�=!_Ύ�f��J��E�f����_�!�����G�����Ǥx�Xւ�
)O�jH�u nt}f�M��wVҘ� �qЏPF=�SP��Rb�+�ּ~[3�aQN�^G*���* 7�C��h���3���s#�<ry�%����mD��D2�g6�Q֡�4дqj[�.�{"��ɮ%D�sjۇ����'<
�~U� �VMa�`��bL���(q��gަ��l����}O\�m�[_���<8�Җ&v� ��/�q�G�'&�O�:;��%֝�D��bI�U��.X?T��&)vg�
�ռ9�}K@�-�����eų��a�G�#�#�{G�o`��YCm��Q@<`�λi�K�M�j�t^�V��� �ʷ=*_Oі5`� ܆�5�<��/��+���C��}����Wku,��۸w�6y���"��6s�~A��ٛ���&sށg>�JB �)1�L�)6=���F|㸮��i�ٶ���A#�`�֓�4��b���85����|���ȇ�?U�A���_4��
�zW�Uis�ռyYp��9��ԦrɐN;Z�[���"6c��hk2\ŦIkj�&�mܽW>��7�QvԳ����x�F�� ��7�<� .���`�3^�k�Cqp�V�6P�2�]�~�Ӱ5͎R��b�ՍOz;炼7�|<�V�]��u;s,���c� <.p+��>&����kc 0�Ti$��j�r��ԥ�\�Z��"-ŷ�~�gm���6�YHK}J�#�2+�m�^$�Ӥ��iHOtҽ<�ۓ�y��rAB��$�?ڢ��3`�;�'�� liF�Wi��=k�8:5i�4�JZъ�d���W��~.�U��7�ᙔ������s�-�3��š����jtr�G8��e����р� y�j'�ӊ�Ei��X:�|{9��ER=G�v�<M�It���}�(��d�B}�6��=��l����v�>���pԏ��ua�k2�ʸ9`1[(�T��n8=��J��+�F��+h��yǀ ����/���$E�U�b�?��Lu����ۓ�r㪸A%�}"Ц��`��+oM�V1�
nf�b� B������ן���f�o�G_3+�^%��C ��r@�s��,����k�蛹OJ�����D�s�HOBz�׀�C{�_Mgs����c�7eppAZ��7/��c[���o��Oft}X��������K伳2 s��zW�n�
wgQ��������~�>���R�>�&�x���9@ǀ})-�q�����H�ekHG��(r�**���6q�������فv8�j�}��`}߽��I�z�*���z̼O��)�!�β��u��}��ȼP:��O���E{���=/S�%��p�G�gL�d�N�ɉMI4oA�nx���:ɶ_1���$�<�=�Oּ]�lj�f��$��S��X����ŋ���e�>2���{KKQn$d��]�p8�=�#�:�摭[_�&�_tn�����TU8�8����x���Z\��L�z�ʝGB���kj��W���Q_=�V�� �����V(YZ�7>u�]�sYڅ�\_W��#��"��U,쥼�i8m� <��x�W)�O.�7đ�i��è��\a�e�9Os�^�Iz��{F냐pkWK�M�HL��<�����cF��Ne�s���\��u�֧f��s(�=j9u7RM��?�v�N�1Yn� =(�H��m7�� ՊQ9���p�Oă���Zv�O$>c);�х�n��>�
�I!��[�{<�bR3�G�;\9�$_Z���m������J��+��l;�˻�>�p�a�Z��Q��v~�eD��Y+�� ��� `ӀM�M_�s[c]�?��]8*�N.:`�+�=�V��rg��y=GB)���W� ~#)Y������|cw�Hŋ�p�|�,aFoν��M�K�Ɇ�B�rҶ �{����ǹ�֍ї�\�4b¸���$�kE�"�;\�?\��rñ�ݕ�-[\p�m�@���|��8�Y�
��[���Lg��RZC��hL2���B��w�Q�R߉�5���if"M��Dn����l%�n ����BO�\7Vj(�����X�7����
��J�Z�U�=�e�q��=��Wo�;�AE�S�F1�8&�/�i���=��gȌ��KtYw��3ѿ�ooA߯N���ײ�]�8?�ښZcຆἻ�<dS��E�-�H�h���-,d�S�R�{qnW4�ͻm@_ Rq2�2ya�H|�}ou"+.��g�g�
OR���№
�<�U��~oL�j�v� I�Tޢ�&N1� �9�}�� �mV�96C��c��2?Dj���� ��5
��A����|C��^�F���j6mr�;܀GAY��<�*E*�ĉ*I3�$}1�Y�W���˖!��p���]WM��Œ� [s�@%'�M�pO �Z�?�KWmO����ajo��:����<�D�y�S�_G$�͎+�|�)��R,.�#z�W��y�K�ӗ�ф�˦�P�
��H~���}�E�G���it���bD��I �+'�V]MVqA�7�dH�I��\Tb�� ����� �o��%;��s3;�r0=�=���S�4j�r6F^���Bs��C�P�i�_��K{5 *3#RA�kEr����a���5�m�)5=G�*-�[�U�'���O�
�y�}��N���2<CKE, �������G�.�i�� }^|��&�*
���2���z�t�R�)����x��y3谚QG�j�m-�.~���^+�8���4�.�0Hy�H=:�]8
N|�62|����Fs�iץ�Y�#� ���ps�Ҽ+���~*j�)�s*��Goλ��g}���íuq��c��:/�{ޝc
��A��?:���|ҕW莌S�t)�^��.�`t���`�H�d�u�� ��_x�g]�t�B�B��i��fk��3F_#�ڇ?(.W���}4G$�<J��夀��V�O t���8v���<߫bV�j���5)e�.���Iae'R(ʪ0�!�p2 8�� �jx�u7z�ȷ�t�dv�ٿa�
� ���s^q���K+k���AG�� �)�08���^����x���ᤇ���\~2G��x��V�
�d`E�ݹ�S��#��#�vt�g���R��O^��`N�tdv� ��[��ڛ��g8���ǹ9�9棏�w ��1Ā�MN��y� 2=��zP |;tc�O���dbۼ�A^S b, 6��6rpC������wk�Ǿ��=?u��<d�`u���.
B��}|�B��"ON[1���|�|ӿ��ݻ�mw�ȸ�"�� <���9�P�;w����
3��NG��'�ib��L�7���J$�\��c*s�``� e���.���ʰ9��>pA���~<��#�D��\�Pa�<-���-9�t��q� q��M �&��3$o-���c+�������_��=z4��n�˫�Jn�`��� 2̈U�Q� z��i�Hc�S��9�{�~��ͱ�F�3�C��G�1��h$���������F�nUX�^�� �l��,�<�w�q6���P�U�E�c��s�<�� �P����Photoshop 3.0 8BIM � PML 00111106
0 ABC PAT00768 Football Hurling7 20050416A Color Factory 8.0P Pat Murphy / SPORTSFILEU
Pat Murphyg D0504068i 2005 GAA Congress Saturdayn
SPORTSFILEt �SPORTSFILEx �16 April 2005; GAA Presidential candidate Christy Cooney holds his head in his hands after defeat in the election during the 2005 GAA Congress. Croke Park, Dublin. Picture credit; Pat Murphy / SPORTSFILE� CP_1252�
3471426545� !9068F7A4C3D949C2 83ECCB8132A5AC82� 2722686225C2323794��Model : NIKON D2H
Software : Ver.2.01
Date and Time : 2005:04:16 16:29:00
Exposure Time : 1/200 Sec
Aperture : 1:2.8
Flash : No
Quality : Very High
Zoom Length : 400 mm
Exposure Program : Manual
ISO Speed : 1000
Exposure Bias : 0.000
Metering Mode : Pattern
Light Source : Unknown
Zoom Length : 400 mm
� =E:\SF\CF\TransferSFLibrary\D\IMAGES\IMAGES DONE\Library\SF189�� 8BIM� x H H
���+7G{� H H �( d � ' ` � 8BIM� H H 8BIM� 8BIM'
8BIM� H /ff lff /ff ��� 2 Z 5 - 8BIM� p ����������������������� ����������������������� ����������������������� ����������������������� 8BIM% �w�^�3�0v��X�n8BIM ���http://ns.adobe.com/xap/1.0/ <?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP Core 5.5.0">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about=""
xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/"
xmlns:xmp="http://ns.adobe.com/xap/1.0/"
xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/"
xmlns:fwl="http://ns.fotoware.com/iptcxmp-legacy/1.0/"
xmlns:fwr="http://ns.fotoware.com/iptcxmp-reserved/1.0/"
xmlns:fwu="http://ns.fotoware.com/iptcxmp-user/1.0/"
xmlns:exif="http://ns.adobe.com/exif/1.0/"
xmlns:tiff="http://ns.adobe.com/tiff/1.0/"
xmlns:crs="http://ns.adobe.com/camera-raw-settings/1.0/"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<xmpMM:DocumentID>xmp.did:9068F7A4C3D949C2 83ECCB8132A5AC82</xmpMM:DocumentID>
<xmpMM:OriginalDocumentID>xmp.did:9068F7A4C3D949C2 83ECCB8132A5AC82</xmpMM:OriginalDocumentID>
<xmpMM:InstanceID>xmp.iid:A6A03804A8184021 A36495AC28C75AED</xmpMM:InstanceID>
<xmp:CreateDate>2008-11-14T02:58:08Z</xmp:CreateDate>
<xmp:ModifyDate>2021-02-04T22:00:17Z</xmp:ModifyDate>
<xmp:MetadataDate>2021-02-04T22:00:17Z</xmp:MetadataDate>
<xmp:CreatorTool>Color Factory 8.0</xmp:CreatorTool>
<xmp:XMPFileStamps>
<rdf:Seq>
<rdf:li>2021-02-04T22:00:17Z</rdf:li>
<rdf:li>2021-02-04T22:00:17Z</rdf:li>
<rdf:li>2021-02-04T22:00:20Z</rdf:li>
<rdf:li>2021-02-04T22:00:20Z</rdf:li>
<rdf:li>2021-02-09T22:15:14Z</rdf:li>
<rdf:li>2021-02-09T22:15:14Z</rdf:li>
</rdf:Seq>
</xmp:XMPFileStamps>
<photoshop:Urgency>0</photoshop:Urgency>
<photoshop:Category>ABC</photoshop:Category>
<photoshop:DateCreated>2005-04-16</photoshop:DateCreated>
<photoshop:AuthorsPosition>Pat Murphy</photoshop:AuthorsPosition>
<photoshop:TransmissionReference>D0504068</photoshop:TransmissionReference>
<photoshop:Headline>2005 GAA Congress Saturday</photoshop:Headline>
<photoshop:Credit>SPORTSFILE</photoshop:Credit>
<photoshop:ColorMode>3</photoshop:ColorMode>
<fwl:FixtureIdentifier>PAT00768</fwl:FixtureIdentifier>
<fwr:ShortUniqueId>3471426545</fwr:ShortUniqueId>
<fwr:UniqueId>9068F7A4C3D949C2 83ECCB8132A5AC82</fwr:UniqueId>
<fwr:Exif>Model : 	NIKON D2H
Software : 	Ver.2.01 
Date and Time : 	2005:04:16 16:29:00
Exposure Time : 	1/200 Sec
Aperture : 	1:2.8
Flash : 	No
Quality : 	Very High
Zoom Length : 	400 mm
Exposure Program :	Manual
ISO Speed : 	1000 
Exposure Bias : 	0.000 
Metering Mode : 	Pattern
Light Source : 	Unknown
Zoom Length : 	400 mm
</fwr:Exif>
<fwr:ContentValue>2722686225C2323794</fwr:ContentValue>
<fwu:UserDefined255>E:\SF\CF\TransferSFLibrary\D\IMAGES\IMAGES DONE\Library\SF189</fwu:UserDefined255>
<exif:PixelXDimension>2304</exif:PixelXDimension>
<exif:PixelYDimension>1639</exif:PixelYDimension>
<tiff:Orientation>1</tiff:Orientation>
<tiff:XResolution>7200000/100000</tiff:XResolution>
<tiff:YResolution>7200000/100000</tiff:YResolution>
<tiff:ResolutionUnit>2</tiff:ResolutionUnit>
<crs:HasCrop>False</crs:HasCrop>
<crs:AlreadyApplied>True</crs:AlreadyApplied>
<dc:title>
<rdf:Alt>
<rdf:li xml:lang="x-default">PML 00111106</rdf:li>
</rdf:Alt>
</dc:title>
<dc:subject>
<rdf:Bag>
<rdf:li>Football</rdf:li>
<rdf:li>Hurling</rdf:li>
</rdf:Bag>
</dc:subject>
<dc:creator>
<rdf:Seq>
<rdf:li>Pat Murphy / SPORTSFILE</rdf:li>
</rdf:Seq>
</dc:creator>
<dc:rights>
<rdf:Alt>
<rdf:li xml:lang="x-default">©SPORTSFILE</rdf:li>
</rdf:Alt>
</dc:rights>
<dc:description>
<rdf:Alt>
<rdf:li xml:lang="x-default">16 April 2005; GAA Presidential candidate Christy Cooney holds his head in his hands after defeat in the election during the 2005 GAA Congress. Croke Park, Dublin. Picture credit; Pat Murphy / SPORTSFILE</rdf:li>
</rdf:Alt>
</dc:description>
</rdf:Description>
</rdf:RDF>
</x:xmpmeta>
<?xpacket end="w"?>�� AppleMark
�� �
# !"!$'$ '!! ���
} !1AQa"q2���#B��R��$3br�
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz���������������������������������������������������������������������� w !1AQaq"2�B���� #3R�br�
$4�%�&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz����������������������������������������������������������������������� g "