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/173480.jpg',
'FileSize' => '457 KB',
'is_book' => false,
'keywords' => 'Football, Hurling,',
'real_path' => '/media/images/IMAGES DONE/Library/SF189/',
'path' => 'Library/SF189/173480',
'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' => '173480.jpg',
'id' => '173480',
'sku' => '173480',
'image' => 'https://www.sportsfile.com/web/winshare/p180/Library/SF189/173480.jpg',
'imageBig' => 'https://www.sportsfile.com/web/winshare/p180/Library/SF189/173480.jpg',
'imageBigPreview' => 'https://www.sportsfile.com/web/winshare/w540/Library/SF189/173480.jpg',
'imageSmall' => 'https://www.sportsfile.com/web/winshare/p180/Library/SF189/173480.jpg',
'categorycode' => 'ABC',
'moreimages' => 'D0504068',
'headline' => '2005 GAA Congress Saturday',
'headlineTruncated' => '2005 GAA Congress Saturday',
'caption' => '16 April 2005; Former President of the GAA Con Murphy speaking at 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' => '1585',
'h' => '2261',
'dimensions' => 'height='180'',
'mobile_dimensions' => 'style="width:65%;"',
'orientation' => 'vertical',
'iptc_leadimage' => 'False',
'is_editorial' => 'false',
'is_hidden' => 'false',
'width' => (int) 1585,
'height' => (int) 2261,
'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; Former President of the GAA Con Murphy speaking at the 2005 GAA Congress. Croke Park, Dublin. Picture credit; Pat Murphy / SPORTSFILE',
'folderid' => (int) 5000,
'link' => 'https://www.sportsfile.com/id/173480/',
'purchase_item' => true,
'button' => '<a href='https://www.sportsfile.com/id/173480/'>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%2F173480&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/173480&t=2005+GAA+Congress+Saturday"><div class="icon-medium icon-medium-facebook"></div></a>
<a href="https://www.sportsfile.com/id/173480/" 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%2F173480&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/173480&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%2F173480&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/173480&t=2005+GAA+Congress+Saturday"><div class="icon-medium icon-medium-facebook"></div></a>
<a href="https://www.sportsfile.com/id/173480/" 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/173480' 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) 18
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) 1758127012.8119
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/173480.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) 1758127012.787,
'_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/173480',
'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 ��*NExif MM * J R( �i Z x
�� '
�� ' � 1� � � �( � )o H H ��� JFIF H H �� C !"$"$�� C�� � �! ��
�� � } !1AQa"q2���#B��R��$3br�
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz������������������������������������������������������������������������
�� � w !1AQaq"2�B���� #3R�br�
$4�%�&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz����������������������������������������������������������������������� ? �ώ(�Ӡ��II� Q@ PE Io�ʱD���
�?� Ԇ�o�� 2Hž�1���j;�9ls�v�6��x�s����*����(�P
) Q@ Q@���̥Te�ݞނ��Aq4N���x�G�8�\؆�i|Z�=��Q:cq�@V��
r�Y����λ��C�Q��E��:���u�bPJ$ '���fg�K�r��Q��;>�8<�Z��G�X��{��q�>���=���vGC�d�����>���I �,��|Ȃ��`���>����+E"�t%X�W]*��1�\X�+RB�� ��H�~t����G�����f�T���wt'۶k��H��h��),���yx��qv;iPt��\�W]��lg�ꂸBS'�z�?�V�Y�gk�]����R��Q����8s��V��O0(��|g��Z9�|�09# {�U3�X��,�I$��2(ts�z�U�xG��U���z/#�x�N1����mK�|2��"ufzf�s���&еS�[�d����މ����t��Q�����^˝n�
��O(�(�@HQ��r��&��ۀ�;hKg��n�4�,�|���\C��Z�M�1X��D�\W�Z��r���k�$Vz<7�����j�_�A�<��^a�
j��9��+P��(Љ#��:�v�8����j��rvFX�p�uw8�+�<���
���B%
!���S5t5���K�27�:��� ����Z�0X�C��� �~u�c,�tva]�h�k�\���M���c�ay|'y��D���ܛf�q�o<98+����P�*)�=iG�C�<��?�={�(���f��F�{f��Ks;��:��j5Uhs#��FT&�-��1h1V��d��5�����|9?���o��.z�p�`�}�m*�M�#�2AV��\x�_iu�����Uӑ�,���~�p��Y�J���+fY��@K�PIJ�8N��1^|⬬�F3i�|�E{g�P]�-���B�6���ʌG�(�� ��*�X6T��u��X��ư�Y�&-p��9�x= ��Zz�yR)��N8?�|�&����)ҏ��ax�N��n��dXH;bP[�k��������������&H��7$�\u����J����#_�z�����my��D�o� ^k�����i�r��)�^���z\۔��\�)�Iz� k����=�ҭ��9a9q�O�5�.�S�V�?�t��m�l�g�{?���?�z��~$�t��2�� Jh�G��>�R��,� �
Ri�P�u{�\��\�-V6�D�����<is��Ge����\Bw��$,� �@��+˫����:�T\��IEw�xQ@z^�gQ<� ,]�v� �Wk��^��ߋ�/�aO`m�GH���+�j��̹�]H���x��|�!"�����_%G6�ӿ�s�\G2���A�ɯ���^�����:��FH�+˃�ws*�!*ت(���2�W�Y.cF��B��мd�����)�3�S���F�IR�@�QA�9�x���i�Qyu$>QgTov
2��`)�M�hp�j9�Z��#���*2�`G�9���n.���2�\��h[�+Q&�p��x�]S#����+��o�+u�,5���;���nn;.z`s�\u���T�N�u�i��S�o�}N�3%͜����P���؊�jQ�,V����qqp?w�*���M茍k�� �8�VϽ\1�+��f�|�{����CVқ����G�2�.����T�z��r:
��<�6��!/i#lW^rܞGn��7 ��2��h�:��
�/g���<�.�U�y��!A+��c���=a����/�`�eA�n�#�~O�^L�ŹyX�)���q_y���I����)l[2��Fq���c��u�8�ƣ6��[�d}Ȳ�� mv�Wf��M��C���ZJ�ژt�H>�Ȯ�8=zc��uQ,����4�?K��Ӯ�űP�+��R_^���f�Vv>�*W����|]��唶�"���s\McF����}�nb{D�)��[�]
��>UP �W<�=H�$���*����C���ǧ�M+���m3P��uX5+'1��H$��L����z^��Q� ��g���r���6���R����F���̤xܐʍ��VE��;�`�
z��Ig�4��v�Βy`*c
��sӬu�^7�:i�}X�����"F��56rTn�j�$�&K�bNI=�h�v�H��S)ތ��phBa3�������ٕT�8R�6�x�_�{�4۠ (+��aR���1�
^�\�^����?ΰ�N�������rHH�s�x��npV?t���ݎ ^�o#*�<��z�L-�/���#8>�V�З�5��_�@�=�����u
薷�x��z/�ہ��}i�N,oc�4�M$�VA1cj�n=�S�@+������[$�eky�H�ؑ����Y�^��"ܮ��t�X����ֹ�O��{}3O�غ�^�E��>T ����+�ML*)].�J���P=zRV�̕1���9��O�#��I�x<���B�'�������ш�<A���� ��+�cw�om�^[Ă)?s.w`�<�9#�XW��Ǔ�Fu`�*��c�o�['=9�ɬ:��b�$jX���;����e\��h�6�}�WC��);6�>_sT3��N��y�i�%���ä�a���z��Ue �G�C#_�61�%���U��W�
q�<=0�?����=oF�ӣҴ�2���mmis��z��ָq�:����*�������~�&�EU���#����g���}3\�������6�f��#8'Q�z�2KG��\�c��V$��"E2)��NB� �w��䑘�(N�(��j:$�{x�d�4<����x�~ [���.Z,�#<�����i��*�iZ���<;�;����|�� *H�u�T�'�.X��q7��j�%�J�~Gkk�N��tq��ˑ��� �S��"��P$S��#�L`�3��2iѴ��
�7���E�`�V=c�e���.e�d�&�T+�a����ź㎋�F7��rMm��nFy78=s���|γ���TU���x��YX� gE0�� !�"c������S��лd�8o_���$���rc���G�Ҏ2ͼ�ڒ�˞8�I��kZ�[V�K��
�9�i�*�v>��}�
]�6�k��v��ɷ���2����8ן�W���:�<��Q��j77���L�$j�F�X�A2����ϔ]*�� C�'9bp��G��n�ʜ
�S��Յ]�dy��$/��F{�4{+�B�;;ZIdl ?��ܹiݜ�m��a� �[)�wꚃ<ǜ@>L����
����īcvYI n�~}�Nk͎9���Zyr�.d�<�h76�2^���>�~?& ��+��RZSVz���.4�J�I|��:�#��?�]��N�Cn�Z[yj� #|�H���9�;�9��:�O��+��S��%��)w
ÒO^G'����&����%ŭ�yȠtg��M[C�0� ��TVv�Y�� 2I����=��_���sE�z6[�c���C+��ONp}�C��>&xCǺ6��/ �S���K$��R�u��� 6 �\jF��'�����nΧ5��gx�(�C�X��
�`���&H�d2:���p=+ͨۛ�>�8yv���t8��î���%��渎(���~5���A�1&uI9r=H�����aM����>��(����x ! ����j�{X��.#�df�Q�c���략�T��z�|C�$�_�/��V�H��H�z}=
x�9����m�H>�ۃ|���(�*�"�]��p?�1����Lp=��*G����J~]��� �Z����-dp�ڼ�l0�ؖ�/�ɶ�M�2���o4�J�#E��}�7~ʺO���ĿD���d�MG�ofÑ����t�ֳ}�N���4 $� �j@�߈>����e��J����� b݃��Xz�}�+ÿ�+��5�vHcw�TcӓT��B�䞎���(����dT�3]��<�h�#�̐�,Y��g��lN�Y�'ʯ��a'���� ����:x��r ��%pV##~9݃ӊ�^�[��,��FѸ�N0 �k���j1�-}��O��;8�ŕ��]���<�B�c�d/~O�֞��Ee��_�V%��=6��={W�R�q�=�iS��#��F���C�3C8�I��f���F~S#��m���L�82�'��V�5*�v��<p1��s^�G�~��ǧ}�?�);gWVbm;H�z+>� /:���VQÎ��T�:��C��� �b�-�[[���m�Z�]��ֽb�W�4; l��k:Ʒ�i�G��#��3�N�yn�lF'�a�͜�k�e� ��F�:Ns��gO�_�~ �4�h5/�m�1y��2�� �� ����e彬zޕk�X�[���A+Dn����T��ڼu�1�I>ow��.w{ց���`�o�&t�@
�
�u
;*�t��V�����MyJ��E�G����ν�'o���*�������|�PHǡ�i���Ne�{;h9��Ʌ ����[����:8z5i��H�K�J2�3��
2H.M��l�ii��b�L� OL���߷�m�����5ģg�N�ޤ��b�I��K-é�K�X�;N��g��i��)��|�g�O�N*�I"^�.���DFE���s� ����&��=�z��g��\�OX�M�ԞI�.,��f�2�;8�@ 6s���P�[>w7)$�bG�8�x�V�!�20��ۜ����5�u���LϑwZ�;9ϮN+K�^�|W������]�>�P8Q��
����H����~��
t���jw��~�y��y���;Us�� �NM>�m�q2��w�?O.�7�#�γ��pv�Ы7E4��S.�c�@-c�mJ$�B\i�LG��R��Z��?�Z=�Eڢ��[r���8'�w�̪CI�%�|�B��J���kI���)ޯyw��F����%Q��(9�Ͻe^�L��N��]_W�T�5����ޣ�y�XciQ���x���[�k?]c+�M?b������t�G�Z�Vz}����4��F��?�Sھ��W�-^[h�3en�#v$z�s���4p���"}k��m#qg
��6n���`����힂o5->��KD7�O��Pz?t�Ns��\����^���g�����@��`�9$�CRH�a�)��ֹ�l�����E��14�[C��g�DqF�P�s�q�˰橱[�y�潜%)B�O��V�Y�E���(hğ1ڙ*3��p̤ @2� ����]N�8R���-��kv�`�C����e���< ��V�]�cO�}�<�x�,���7(~NY?����z$z��I,m�u$!\�k/S��$�I��"���泙�<�YT=����ĦR}7Ű ���$,wnI.!8�߽Z� �q/��b�|�mq��[z�9<u�zV���>k����MM����"(
�{���pc �X��[�z����(��*��m%
�X�ň^ ����s��0�~�{&z�d�/;y�o����m>�f&���I.n�i��L c�:�ץ���ա0\�R�@�'���VNl�(�V>�u-:5b�:� t���?��Gź��B`�����Q�[{���0q�Fj!)Er�R������
�x�f�UK���{�����?�+�MWv�x���
��@�sZF�晻������J^M��bw{�H����^�]��z�
`1�O�N��F g�t�6��M�4=;P���k��z8��;�+�+�^�q��8�I��y-�q� &�m�vy�?B
s��+\���G���7y�.wԇ#�o�,�(��d�F}(��мu=E@S,�O��k����F�)<�K\]���T��|� .y�"��Rj=�<����g�F��[kH�Km.�ă;�ҞNs�T��[k�_���/I5��1˴������������z��hG���N
^ͭ��@ �����N�Ȱ��8�O#�W��ٔSz��++��%�i(�������[��4�$��%3OLw�ݢt�j�6|k�/�����Դ�g��H\W��fW+���=<k���1���]�#�Z�v�=��,[�D�G�UT��ק�&r=�r�k#��x�����U�Ѝ�\�%����8��v u��^�� ����*P|ϖxK�ԏ_q�W�҅V�F}F�9e���
a|JZ�U���1�]�s��f����n8
H��R_l�W� �j����O�CE����c#8\������?bֳ�%��u�PA�pT��@p}G|ޕ'Rj1��W�>L�=Սψ!��Y��,Ĝ�����q���@�t=GRX�4�F��g�� ���� {h>�դ�<Mwu���R
�8���x�����iG�
���?\��ݙ�����k�Wdv��,A=�RX��`w��oeЧ���s��:��ZHѾ�v����ߩ�z�����q�<�6���,EU(Yu5;��Ȏ]fC(��Gb;� ?ָ��h��d�YPqԩ�Gֺ)i�}gz����t�
^ x���n������z���}ᶸ\ ��=FEzY�r��h�1�c��z��k��f�Ms1¯�$�@ $�K��Dv=�ᶇ}e�L��D~^��~�^�����$�h��]ի1���#U�"1�~5¡�]u=��J:�4'�Ǎ�+�����:YC.G;���ڲaO�ON�>��5�dҭ[V���E�0,��a�m$`���:v��FXʴ�F3[��Y���[���$�������
���ڄ���-ۋ;%dRE�����<�.}+ҡS��O��� L�O�TQH�X�۸c��U�=95�SiV�}������HA�$�+�n�˸��݇@I��t�4�cC�0��(�����q�w+�A���a� ��s\���g��p�a��Ҥ����
�xRpm=�Q�S���&�����tV��.20z�d~5�5����z��*�ï�Z������r���߉��e2���2���W�?��!P.Aff�RNq� ~5�F
˕L��g!�#�j����@�B�C�C���q��Z]"�Wq�E"�1��&3��c=���Z�=ї�x��ɥ��:���F�g�~��K����ⸯ�Wȹ�S��)���!G�� z㧵o
�n�o��ӄm+�g�O��:���m���� ۜu>�=�2�ž�+$�`� P7 �Aa�:u�F�� ,K��!�]X�t�F������p_&(�����@��=qп��%rwˡZ)�shy�
�-hݣ�p䛏o�WU�����My\��D�K�_�T�'��ׂx�3���JMm��!����W'|p���x�Ek䈦�%s̵o��Ǻ=��A=���ە��3ǹ�k����{�k�
S��8S��<�� ��ƽ�B�)ƽ�oN�eJug�]"����� �o:�u}
�0e�(���}��a��=�h]H pAʊ��eK�tgv���ؿ9���2H�~dBN:�?�H��W�]}�$��}�K��J����zP�y�u��T`xq屚��l���V�ϰ�Mz���iqo,�V�Pa���GW�\z�t>;�=�CZ7��Z�e��^S��9Ǯп�}鱟�+6Jǀ�t���Bcth�6�ݓ&K^����!��}b2�]�x�c�sA�:����5�y؉��\�W-֣�^ǣh������oV��!�7{��<��yo�l/�^;K�I�%d
��o�@c���Rz�S��E���I[������"�+��g��s��d��B���O�?{>�m>!��w �#rҞ��H�U�n�1�(�37P�SqlH82
: _��
˘����i��いv� �k�;�sHx�C�Վ��x�L�Ռ"�ZMx�����I�)?Nد�~.|R>3�����$z"�|*N�*[�9��ں��iҝ�e��t]uh���WÏx�]�F
��ʘ�~V����,��Cx�T�ӝZ�k�E��1]˼�Y�Ft� �JZu;�";�- Fl��a,m89�{�A����O3s�I��'���\�l�%''vr��v���5I��,��F0�(Tcv��1�v�U�U�+��um4E����Ñ��>��5���c����ueզ)%�ż�0���=��]���e�F8
�-��jऴ&<������'��M֟��� r.�pֱ�=� ���G�zw����+k �uy��
�U �瓌��s�r���v��B���ˡ���y3"[���"c���eur�m���9cl��QA��<W��T{�ID�K]f�X{�^��D9&�9�$*G#��<������d�T[oh�+�|��ld� H ��W�F����+~��v/�6�
��
oB�.mI�ԣQ\�ΰ��Č�nNt���լ䲟N���-�����Ȭ
�X�;p~�qc��U� �/иAN\ײ�/��/�hz�����v[�b[����M>X�9�6�h� zq�U۟�^t���e3猞�x��a���K��a��5~!�>�c6�,��e�����W�z���ם"/[�W�zJ��4qb������ �q$�*��s��]�s�i�X����p�:�����(j���,�m� �J���$�z���x#J�+���馎��o�� C`�vHǷR+8Z:�٢��Y�G��X���O!'�/��a5��k�i�V�P��a� ������� x���ᅈ���I-X��F�y� q�~��uk�j�h�Z������m�i����X~�"�"���ח˖�����j�-R+�iq��'FV$vۀkԾ�)ҵ{+���4ξ]���m;[�w_�8<c�Ҳ����y-��v#�P��;��e�ú���j�w��c߀��i��L ���W������W��>nU�-�C�m����̑h�vFX�V�D{H�(
x�� �^�/��Ö��}g�]_�.�y�[�>��$��+�ͰxZʊ�-G�v�v���_�;0�f�&�_��g�B��3���*Pz�BD'��lV՟�
+!�"�����k��������*2=�����{\ߠ���9�;r�Z�����B������wr��}�C������=�H��j�߽$9@Aʁ�0<t��XL2�T�>rx�[��;����7�jpE��D�&�CXԆo�:����p@8���<���N<h-dO5�2�H��'|x�5�{s�N����
,"Y���}�}�X�����+�vy���w��1��p��tO%�O�o�y�ێ���;,C�{E�����6�ă�r�<���0xc|��y�Ѳ� 1�_ �-��ہ��G�"챢|,���m��,P�//��� ���NF�4-[҄pZ�H��gV�#�Ԟ�1`��q�N�KM�u$՞���2Xh���_S���ܤlu�����Ж��If V��@�Rx �;t��
ߧ����� h�3�6c��i��y*a;O���N*�Ğ,H��z!B%���O>^TFs�w#�9l��`x��:��-#�Y�/�3�9���l*+�d�<2�xG�w�n�0����-ԏ+N��Z��gJ�F�w�v������W�d�O��!
�ÍL@��x�S*�7 c���9>��i�W´�u��M�Q�M��~��r4����<��1���݁�� ���Photoshop 3.0 8BIM � PML 00110771 ABC PAT00763 Football Hurling7 20050416A Color Factory 8.0P Pat Murphy / SPORTSFILEU
Pat Murphyg D0504068i 2005 GAA Congress Saturdayn
SPORTSFILEt �SPORTSFILEx �16 April 2005; Former President of the GAA Con Murphy speaking at the 2005 GAA Congress. Croke Park, Dublin. Picture credit; Pat Murphy / SPORTSFILE� CP_1252�
3722827251� !1DA263CCC3FF473A BDF64069D12A9B2E� 746523688359736027��Model : NIKON D2H
Software : Ver.2.01
Date and Time : 2005:04:16 14:38:44
Exposure Time : 1/250 Sec
Aperture : 1:2.8
Flash : No
Quality : Very High
Zoom Length : 200 mm
Exposure Program : Manual
ISO Speed : 1000
Exposure Bias : 0.000
Metering Mode : Pattern
Light Source : Unknown
Zoom Length : 200 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% ��
դ@͵�G�[�f8BIM ��(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:1DA263CCC3FF473A BDF64069D12A9B2E</xmpMM:DocumentID>
<xmpMM:OriginalDocumentID>xmp.did:1DA263CCC3FF473A BDF64069D12A9B2E</xmpMM:OriginalDocumentID>
<xmpMM:InstanceID>xmp.iid:B8731FF57927487F B7E08A7A38FFD0DE</xmpMM:InstanceID>
<xmp:CreateDate>2008-11-14T02:58:08Z</xmp:CreateDate>
<xmp:ModifyDate>2021-02-04T22:00:16Z</xmp:ModifyDate>
<xmp:MetadataDate>2021-02-04T22:00:16Z</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:12Z</rdf:li>
<rdf:li>2021-02-09T22:15:12Z</rdf:li>
</rdf:Seq>
</xmp:XMPFileStamps>
<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>PAT00763</fwl:FixtureIdentifier>
<fwr:ShortUniqueId>3722827251</fwr:ShortUniqueId>
<fwr:UniqueId>1DA263CCC3FF473A BDF64069D12A9B2E</fwr:UniqueId>
<fwr:Exif>Model : 	NIKON D2H
Software : 	Ver.2.01 
Date and Time : 	2005:04:16 14:38:44
Exposure Time : 	1/250 Sec
Aperture : 	1:2.8
Flash : 	No
Quality : 	Very High
Zoom Length : 	200 mm
Exposure Program :	Manual
ISO Speed : 	1000 
Exposure Bias : 	0.000 
Metering Mode : 	Pattern
Light Source : 	Unknown
Zoom Length : 	200 mm
</fwr:Exif>
<fwr:ContentValue>746523688359736027</fwr:ContentValue>
<fwu:UserDefined255>E:\SF\CF\TransferSFLibrary\D\IMAGES\IMAGES DONE\Library\SF189</fwu:UserDefined255>
<exif:PixelXDimension>1585</exif:PixelXDimension>
<exif:PixelYDimension>2261</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 00110771</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; Former President of the GAA Con Murphy speaking at 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����������������������������������������������������������������������� �1"