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/173426.jpg',
'FileSize' => '390 KB',
'is_book' => false,
'keywords' => 'Football, Hurling,',
'real_path' => '/media/images/IMAGES DONE/Library/SF189/',
'path' => 'Library/SF189/173426',
'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' => '173426.jpg',
'id' => '173426',
'sku' => '173426',
'image' => 'https://www.sportsfile.com/web/winshare/p180/Library/SF189/173426.jpg',
'imageBig' => 'https://www.sportsfile.com/web/winshare/p180/Library/SF189/173426.jpg',
'imageBigPreview' => 'https://www.sportsfile.com/web/winshare/w540/Library/SF189/173426.jpg',
'imageSmall' => 'https://www.sportsfile.com/web/winshare/p180/Library/SF189/173426.jpg',
'categorycode' => 'ABC',
'moreimages' => 'D0504068',
'headline' => '2005 GAA Congress Saturday',
'headlineTruncated' => '2005 GAA Congress Saturday',
'caption' => '16 April 2005; Christy Cooney at the 2005 GAA Congress. Croke Park, Dublin. Picture credit; Ray McManus / 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' => '1632',
'h' => '2536',
'dimensions' => 'height='180'',
'mobile_dimensions' => 'style="width:65%;"',
'orientation' => 'vertical',
'iptc_leadimage' => 'False',
'is_editorial' => 'false',
'is_hidden' => 'false',
'width' => (int) 1632,
'height' => (int) 2536,
'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; Christy Cooney at the 2005 GAA Congress. Croke Park, Dublin. Picture credit; Ray McManus / SPORTSFILE',
'folderid' => (int) 5000,
'link' => 'https://www.sportsfile.com/id/173426/',
'purchase_item' => true,
'button' => '<a href='https://www.sportsfile.com/id/173426/'>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%2F173426&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/173426&t=2005+GAA+Congress+Saturday"><div class="icon-medium icon-medium-facebook"></div></a>
<a href="https://www.sportsfile.com/id/173426/" 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%2F173426&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/173426&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%2F173426&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/173426&t=2005+GAA+Congress+Saturday"><div class="icon-medium icon-medium-facebook"></div></a>
<a href="https://www.sportsfile.com/id/173426/" 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/173426' 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) 22
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) 1758141402.1207
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/173426.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) 1758141402.0907,
'_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/173426',
'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
�� '
�� ' � `� � � �( � � H H ��� JFIF H H �� C !"$"$�� C�� � �! ��
�� � } !1AQa"q2���#B��R��$3br�
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz������������������������������������������������������������������������
�� � w !1AQaq"2�B���� #3R�br�
$4�%�&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz����������������������������������������������������������������������� ? �g���P�O�?�{���E�<C�p����H./��1G�j�0oJiF�p�loJ?�;��+t�oJ�b@�Rl�L�v��
>`
E;�$,M"��%#H���O�*��FO�U�`�4���`
�J�)�,<0��V�!���N�&�7
i��(�����{����?�[�Ġ��l60�U�@������ F�"���
�Z�~u���2d�E�@���O�YU�
*�eFn�E��ے/��&Ў��f�B������V�;��Zu���k�y�/��`��V��W�ЬW+��}�z�z�w`���7p7�?ϵuQ�ҩe�0���
�/u�����RG0�a�)>_�����:QN�V!r8���%e�Fw��wD�Z)^���٠$���j����%(�p�$� =��QM�f�n����ޛ��_\�<���fBT{`pW�}�[����P������+�C�Y����|�/�Tr{t�>��q��cX��z֫�Z-�8%"�a�v�q�jͧ��kH.bkx�Ny)OJ����pܪ��KБag��`?u9?/q��]g�<-�?@6���QeY��͖|�?���=j�˗�ˋ��cğ5�-��i�
����6��<��Ҽ�[��ү�����2C�q���_I���Yn��;��^e�Z�m�d�*��s�6-\}�+{�-u
�u��E�VLy�����C~��^
f_.�Mz��ty��c#�l�v-.O�ZC2?,d�c cS���c�\9�!Ӣ���e�=�_C��߆m�f�����rK
����B��l15�s�U�o����BJR���Ty!h����M "\ys�,:���ޛ��US�+�xh����9��c.��s�NJ��B��z��Y�ʸ¶~\�u88��\������௳/���α�peIV\�8���yW���� \ݬs�ı\
�;0*O9pO���5�<=���s�j�X�ib<2gk��0ϭAd%R>��`�ẖ4WF��m�W�sͱȵ�Yy$��{��{W�)Zg�Ӎ�t��Į3�K��W�5�a�y�����v����H�Ķ#b����ؼ;��Ag�o���<���nI���
���=e��ɩ�2�Ѻ�#U��#_u��:~4��H�=qi�jz�]����ʲ|���W$���.U0��� �]���,y�hEN��/n�K��'�'�f��eG��Eeu ��5�җ�=ONp^�ݎc�:�昋��[�<��
��!���z̸Ք]X%��b�l���n=������Z2m�
HY���M!5)"��q*fe �I����Ƽ�m%Q����Q����z�`�TW���y|���sf��r0n��r�!�t��ӧm�V��^q�2I�^����+�ռa��͢��;����?�WYc|�� ������3�z��bn{d��t��ͣ�,G �~��-�m��B��8��[)��6䩱����R�
��9S�J��}R7XI#R�gp q��ԋv�s��I+��N��P��m#�s�����Y�u�p������
%sy+�u
bF���]X&Xg*Ã�ܪ�=�<�,"=�m�m��q���^�'{3į6uS
[C�t�FT�Jy��o��a�ľ�����A�+���,Ɗ��3Μ�?��h�� l���<J7i#��Ӣ�����p��vS��t�D2;*�ꭴ�h���?g���W:��-��dX��p�~?��o��%�7Ne���tW`Rv��Gj���O
QB)Ν��x���2b��G�S%^in`�<���\�z�,�W�r�ď��yf6�v��6"W�Ǯ\��5��x��_��Ʒ�I0HmF";�ߏҺ$֬�K��巊
�d�b� �VR��c�Z����ߐ8<�x�9TY؞�!���lN��&����8Ͻh�(U��H��fIO����^��&y8���-Q�5��ߘ'��<3���c���-�[|Ɏ�<��]��� �xw��g�5��Ed��{=�f����5���E;?J��O�����tm'˔���n�J��ʎ�����6S���G����
I�}+ȼJ��f"��_\)Č��ޙ��q^_��2�Έ�<��7~�[k_4]/H�HK�l�z�m�ٛh�XapF3�5�?�����a����ʴ�D��cq�s�ӊʤ}�H�ۅ��5�� j�E6XR��ɖ��~kCI����H�9Z��;����!_���{U�0�z�y�+lz_�+��n�+{X.m-�lΌ�l�n1���c��Zd��>�v��e�}���b��*늒}� F�k�����挜_�ꞅ �U�@<�}ܦW��\�eX��=k����ֶl е�&�.I(Ò3�_� 5��تjP������:�����i��:h<A��[���|I����¼�5�eoZ4��gtl|�UF�!��}�����^�;�����j��f�3��ϵ��N^s�|
�l�3��~+�4�%^GJ��Ӻ<���4�K&Ga�\7�YuX,i�o�(o����x���y�n8�9��m�� �R9���V��V��]��@�ܙ a��` 2���x����5+��X��'$rz�W�WQTm�z�h�٨��l��|��� �P[�lt�Si��9�{��� ���=h�k�q���5Ŵ�s�a�"Fq�r0��jν�#/3�
MJS��G���x �4Dk�y4��k#l=�eR�5�'���7�� �Q�U���0��
b�}nmem�="]{� ү��xuf�j;"`�4��$�<�O|(��.�+��.FV}�<|{R��/B� SW}K�V�rŐ���c�z��5+y�x���
1����]�j4̗�LxJ
SA���RG�ZDXX7=~o��]���n�t[����1DNN�H�?�O����k��� ��?&zj|��
+�����$��^��Λ@��PZ5V���F������ כ�I*l�ˣy^�.���m��qv��$�n��̓���-�ll5y�5��1Fs��O?��|�?;�{�CN����I���
i+�xr?��m�0N��,[ܒs���<9�;�#;o��\�1�};�y�jM_{Qp���o�+�WZm���\K�9X���Ԝ��j� ĺ���s
�v�gڳ���*�����gy#��N�8��C� -��Ԏ}��XΦ��[�GX�zg�ZK+�Oo E��0�<�$0��?�t�Z��z���U�9�)��!f�p��Đ�z.�*� �U� �Zt s�� ���\���'�_��gR�-�C���)y?tQ_N|��~��c� ��[�o��'U� ���*Y
�=M������=���>��gS�,zY\l�G^���U8`J�<����u#5�V���-� Ho�{y6�qN�O���_ x�v8��
�6�d���ۭh�����g�'���-&�9��w˾FN}� ATot+mL~�L��}}k+�����0x\��e H�q� m� <�u-��Ƿk`��_�E\l�~�:�Ȯ%vb@�s�z�H�T�J�M��َ�nI��>�z֣�49a��.�Zd��o{�j�I���-�$)�|�q�u?����\]�I{9�,�db}I�첝�#�5�~X|������y�i��}Ms�^�-ڠs����S���h�J�Ym� ��Z������|�7�N�/����
���yS�2�̥�U��{
ⵑ�ӝ�9� x���ٴ�&��Sn�E�[ӿR3E�<Sy�}?N�-�q�<G��N�Ud�4��C�}g�.�a���y'���l�p�폛�ǭvֲ�sk
�(E �5�-��.���F5��fM�\��]"ܲ���E]=ʞ�sw�<���VW��n��K+ۛw�rо�Đ9�s��u:Jk���������x���7-q�Lfm��)�I�ȩ<=z�[�����h���%w*�%'�5?���WO9�#8+�K�&��U�W�
,l�LQ^��x?W�)�;�λ=OW��TF�5��.R;�c˼W|��@l�U�9��R1�̘{ֵckxy]4.��G2�H��V?���w��\�[�][5�|�?Z�rl�i�F�A}k�}��"{x��`U����W�K�>�s,l�B�Ĉ�}�n+8����D2�_h� |�W9���/���[��� ֭�I���m5Ǯ9� ��:a�%���v��sϧ� ?Jg%EЩ�jbə��<�5
�b
�S�G�$�������EW�C�F4ںy]5��ڮ�$kN#��og�-JV�"��P��9�3�3���y�N�����0.�5-��{$�̇o���Z�#�k���cn��1�\$n�G_��R��څ�3���v�g��.[��*rıu�ST����%���J�]^H�,:dr}3R�؉�]�[�@��ԏ�<��� V�ՙ���=G� ��v�E�e��3���J)ic� J�g��I��.� �$����u*9��T���O�>оxO����P�04���)����!7 "BA�W^2��$�x�j�W��Ί���'u��y�s�
$��iA]��N����`g���1�M
���2�s-����l�����NQ�J��Zf�f�U�yp�r�y�F�$0�G���6W)�rN=�����ޢ촆T�_j|��+3�@9�8��@nڳ��w��/nbk�f�G�rO ��Z߆�|?��^�!DR#��2�lr�����d���&y8ʎ�H���w�k�/�_X�C����c��<(�'�n��kC�7i�1��۵a�nQm�a
�?�~� ��s[F�y�df�.e����M$���|6'�v���S�"��)�@5�\+<��UKV�5&�F� ~*3���sV��u�k����=.�L�"m�U[;����cct�ii����bC���<?��k�7c�y'�]�ir��Z�y�GT�4�>i� �w�%�*�i���g��v�����c�}{���οz�W/�N��U���$�[���8%��Ee��l®��Q�$y�h�5���ֲ O^���>tqHXg<��U�yd�^{UY�_-���v�Ux�����Y=�f��Xf�^ןj�4zG�?E�b�O�r���M�X.� �l�V�����}∮!l2�8# ��r
g���GFz����/��dKyDL8���?O_�t�7�#��%R[�"�v՛ժ���R-�@1o��,��if��4���� �>�?�ty����s^j7�]]K-��͗��Y�O˰���Ҵ� .%f1���3Ek�( d*���O@ri�a��X2����� 3��I�Nm�$�L�Q[�ʎf���K`��lz�dҤ��kt�Q���F�Fjj�K�Z�@�K�+K�7Ry1�1\����L��*GP��{�?L���/�H�X�h�#Fڶf����~2��ׁu�wF��}SP�:d2��H��A�� F⇞&�v����(�O�i?��\�K�3�0
���k��ҩO���(6�F�4��f+ R ��a؊�uY�\����+�+;Qw�1{��J�&�}ٮQ���(}=O�\ �ӌt�,L�ͽ.� Ƞ�a�Z�f��U�'��=�+Zw*�gn�C�*���ZԶ��9 f�!�&9#��4�<1��i�$��%�8�7���R�Py�98��ש��%N(���Plߏ�0�H�{��sz��o¼��X�}Y��k�i��Y[����5�>�ǚ�K�M%��i�˖N���Gv?�9>�����DR|��j^(�4���"����F�� l��`s�Ô�\uǍ5E�Yl�NAM��wխ�bc
}d{o�/��kv)� ���t�ɘ~�L,I'#���>^�<ſAwyq��3#[�������T#�}[��q��jE��� Yhy��b�Y�1�K���R3`�U�j��ԋd�+9�Ȍu�p>��[��kb\���^E w�j�!�t~4U�>#����}-��^�������GN��N��$c�YOWo�'>g�gdT����b��60����=k ;�cε˽cQRw;�#A�p �E ��
]"ե{�i��Ȏ���3�� � � ��'waH�וֹ<w2Y{9�0}=pp
����\Y�<?��]Z�bI�fE8�g}�Y��ZnM���}�����I#�tz
����^{���طf��
'$tvd���6�y�wF�r@�zR*�O�u
��}�� ,�1�{~�J贍2���+�۫R{դ&k(
�`P�ƃ� Z^�+�J�=�*)s��zy��r�7�3�?�^�U+˗a�'��vS��4�*ؒ��߭p7���
5ą��Z��W�횧��Bb����_��Vlj-���Y��?(O��d7�:��W�J���̛��*Zxj��Z����F��_\,�RA��� O` �^��+��_���q�;�����\_D�ңT��v�3'�~�6+Ga�S��a�=��[aF�O�8�l[�%��R\\�i�4�5�s�=M ,��I�дE�;��>�J�ޑ'�Ï�V�A�u����_W�n8l.h�@1N���'��h�Ȼ��B�w� ,M`���1���у�tf��Qk��.&�y�YX���$��-'�����2�L�Grj��셱��{
O����h!U߂�囎y$�S^w�9?�ʏ�~�����k٫K���X6�jW����f�42MC#%�7�=288�A �H�����g�x���6Ψ+"ݬ$d�հ�b�<�`�%�3�=N
1�`�ݷ܍G���柣�w3]-���m��4�G��R]Do]]Ce �5��j_j/#L�g�`yc��C`j�̗'ˇ�A�VSGq#d��}EU�����ɨ�;3��&�-��\4�1,����9��Ēz��!K0
$�O� ��х���[o�S�Tq�Q���َ �c�t��'�Σ�=oCӯ�-E ���C(}��;B���k��Ξڸ��ʞKbT̬w������z8���[��"x̒1'!�,�yJ�,v�L�Mg_�3��:�&I7�E��Ұ�6��C��3����+u�|U�WQ�J�i ̘��}*��]j7���&����8
=j��.�!m�������-�H�$g��X�����SWЛ�ZɌg�E���?f�h�^�*� �^�9t��r���ʡO�ld��[Zg���P�KH�� ��&���*���rFx�q�Z�
I9s-5�<���N/Wm�� �����ܺV��y�۸���d�i�v�<ͩ!��3 ~R�5sO���M
��(�X�aH��Ŋ* c~ӓ�l�K*I��:�"��}g�Ž��%��vU����є��Y[)9ۿ'7�än`�����ݧ�q����v��ZΣ�C�Tv/�sE1 ��*�I�^��s�;���?�G�/�mv��6EVǚ���>|��ϵd]�^�˚L���u�P�����x�0rT��imf
�#���Ƃ-�w#���$� ����N�,'�ͤ,�_�nġ���>pr~����}G�M�5���x��-�d
��� �s�<�n�T��?��Lȭ��$�w8<�A����)n�c�E?��4�O�,�
9�`x�f��ƞ��O�x�� � [#ٲ���I=�o��_��~� ���?��?�M �ľ� ��_� �P� �4Usy����Photoshop 3.0 8BIM � RML 0075805 ABC RAY00647 Football Hurling7 20050416A Color Factory 8.0P Ray McManus / SPORTSFILEU Ray McManusg D0504068i 2005 GAA Congress Saturdayn
SPORTSFILEt �SPORTSFILEx t16 April 2005; Christy Cooney at the 2005 GAA Congress. Croke Park, Dublin. Picture credit; Ray McManus / SPORTSFILE� CP_1252�
3890346732� !176549CF79AE4A4B AFB0FE7EB24BF57E� 564569554678676794��Model : NIKON D2H
Software : Ver.2.01
Date and Time : 2005:04:16 12:52:32
Exposure Time : 1/60 Sec
Aperture : 1:3.2
Flash : No
Quality : Very High
Zoom Length : 200 mm
Exposure Program : Shutter prio
ISO Speed : 400
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% .�8��-jg�m���8BIM ��
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:176549CF79AE4A4B AFB0FE7EB24BF57E</xmpMM:DocumentID>
<xmpMM:OriginalDocumentID>xmp.did:176549CF79AE4A4B AFB0FE7EB24BF57E</xmpMM:OriginalDocumentID>
<xmpMM:InstanceID>xmp.iid:7C74098B54304562 BC394CED1A391FA0</xmpMM:InstanceID>
<xmp:CreateDate>2008-11-14T02:58:08Z</xmp:CreateDate>
<xmp:ModifyDate>2021-02-04T22:00:14Z</xmp:ModifyDate>
<xmp:MetadataDate>2021-02-04T22:00:14Z</xmp:MetadataDate>
<xmp:CreatorTool>Color Factory 8.0</xmp:CreatorTool>
<xmp:XMPFileStamps>
<rdf:Seq>
<rdf:li>2021-02-04T22:00:14Z</rdf:li>
<rdf:li>2021-02-04T22:00:14Z</rdf:li>
<rdf:li>2021-02-04T22:00:16Z</rdf:li>
<rdf:li>2021-02-04T22:00:16Z</rdf:li>
<rdf:li>2021-02-09T22:15:07Z</rdf:li>
<rdf:li>2021-02-09T22:15:07Z</rdf:li>
</rdf:Seq>
</xmp:XMPFileStamps>
<photoshop:Category>ABC</photoshop:Category>
<photoshop:DateCreated>2005-04-16</photoshop:DateCreated>
<photoshop:AuthorsPosition>Ray McManus</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>RAY00647</fwl:FixtureIdentifier>
<fwr:ShortUniqueId>3890346732</fwr:ShortUniqueId>
<fwr:UniqueId>176549CF79AE4A4B AFB0FE7EB24BF57E</fwr:UniqueId>
<fwr:Exif>Model : 	NIKON D2H
Software : 	Ver.2.01 
Date and Time : 	2005:04:16 12:52:32
Exposure Time : 	1/60 Sec
Aperture : 	1:3.2
Flash : 	No
Quality : 	Very High
Zoom Length : 	200 mm
Exposure Program :	Shutter prio
ISO Speed : 	400 
Exposure Bias : 	0.000 
Metering Mode : 	Pattern
Light Source : 	Unknown
Zoom Length : 	200 mm
</fwr:Exif>
<fwr:ContentValue>564569554678676794</fwr:ContentValue>
<fwu:UserDefined255>E:\SF\CF\TransferSFLibrary\D\IMAGES\IMAGES DONE\Library\SF189</fwu:UserDefined255>
<exif:PixelXDimension>1632</exif:PixelXDimension>
<exif:PixelYDimension>2536</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">RML 0075805</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>Ray McManus / 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; Christy Cooney at the 2005 GAA Congress. Croke Park, Dublin. Picture credit; Ray McManus / 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����������������������������������������������������������������������� �`"