<feed xmlns='http://www.w3.org/2005/Atom'>
<title>eom/src, branch 1.22</title>
<subtitle>Eye of MATE (eom) graphics viewer program</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/'/>
<entry>
<title>Preprocessing warning for file: src/eom-window.c</title>
<updated>2020-02-17T09:15:19+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2020-01-23T23:52:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=41c97c3dfac0270cebcb71c45867343fd861b4b3'/>
<id>41c97c3dfac0270cebcb71c45867343fd861b4b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Preprocessing warning for file: src/eom-print.c</title>
<updated>2020-02-17T09:15:10+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2020-01-23T23:26:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=a88a855548f69eb2267530789dfaf5c41c9a64fc'/>
<id>a88a855548f69eb2267530789dfaf5c41c9a64fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>EomPrintPreview: Fix preview thumbnail on HiDPI displays</title>
<updated>2020-01-09T12:54:39+00:00</updated>
<author>
<name>Felix Riemann</name>
<email>friemann@gnome.org</email>
</author>
<published>2019-06-15T11:02:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=b236700a039d0eabff31b95a494af99b06e614dd'/>
<id>b236700a039d0eabff31b95a494af99b06e614dd</id>
<content type='text'>
Simply scale the preview thumbnail according to the display scale setting.
That should provide a good looking preview at the correct size.

origin commit: https://gitlab.gnome.org/GNOME/eog/commit/d17e1b20ebfd878
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simply scale the preview thumbnail according to the display scale setting.
That should provide a good looking preview at the correct size.

origin commit: https://gitlab.gnome.org/GNOME/eog/commit/d17e1b20ebfd878
</pre>
</div>
</content>
</entry>
<entry>
<title>remove warning: "HAVE_EXIF" is not defined, evaluates to 0 [-Wundef]</title>
<updated>2019-09-12T14:01:36+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-09-05T11:46:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=2598684b13083ef86f8f786fae149ff5e3d459de'/>
<id>2598684b13083ef86f8f786fae149ff5e3d459de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow color correcting images with alpha channel</title>
<updated>2019-09-12T14:00:11+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2019-07-08T21:14:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=c98314bc4d1ec5a1e1df3a43128ad382de3091e7'/>
<id>c98314bc4d1ec5a1e1df3a43128ad382de3091e7</id>
<content type='text'>
This is mostly useful for PNG images for now but could also help
with TIFF files in the future. LittleCMS will still ignore the
alpha channel, so this should be harmless.

https://bugzilla.gnome.org/show_bug.cgi?id=725357

upstream commit:
https://gitlab.gnome.org/GNOME/eog/commit/80b536bc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is mostly useful for PNG images for now but could also help
with TIFF files in the future. LittleCMS will still ignore the
alpha channel, so this should be harmless.

https://bugzilla.gnome.org/show_bug.cgi?id=725357

upstream commit:
https://gitlab.gnome.org/GNOME/eog/commit/80b536bc
</pre>
</div>
</content>
</entry>
<entry>
<title>EomMetadataReaderPng: Use built-in SRGB profile for matching cHRM/gAMA</title>
<updated>2019-09-12T13:59:44+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2019-07-08T21:10:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=1c705581c5d344a178f938a4beb868314cb0b2db'/>
<id>1c705581c5d344a178f938a4beb868314cb0b2db</id>
<content type='text'>
The values used for sRGB in cHRM and gAMA chunks do not compute to a
profile that exactly matches the built-in profile. Catch this case and
use the built-in profile instead to avoid color differences.

upstream commit:
https://gitlab.gnome.org/GNOME/eog/commit/9589430c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The values used for sRGB in cHRM and gAMA chunks do not compute to a
profile that exactly matches the built-in profile. Catch this case and
use the built-in profile instead to avoid color differences.

upstream commit:
https://gitlab.gnome.org/GNOME/eog/commit/9589430c
</pre>
</div>
</content>
</entry>
<entry>
<title>EomMetadataReaderPNG: Only build profile from cHRM if gAMA is present</title>
<updated>2019-09-12T13:59:22+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2019-07-08T21:06:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=3bdabe92391f3dbc72b3cdafdd6b7caddb7311e6'/>
<id>3bdabe92391f3dbc72b3cdafdd6b7caddb7311e6</id>
<content type='text'>
It's more likely that such an image had a (stripped) sRGB profile or chunk.
And thus rather than trying to build a profile from only half the necessary
information, eom should not.

https://bugzilla.gnome.org/show_bug.cgi?id=725359

upstream commit:
https://gitlab.gnome.org/GNOME/eog/commit/78c0153e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's more likely that such an image had a (stripped) sRGB profile or chunk.
And thus rather than trying to build a profile from only half the necessary
information, eom should not.

https://bugzilla.gnome.org/show_bug.cgi?id=725359

upstream commit:
https://gitlab.gnome.org/GNOME/eog/commit/78c0153e
</pre>
</div>
</content>
</entry>
<entry>
<title>Assume sRGB if no display profile is set</title>
<updated>2019-09-12T13:58:58+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2019-07-08T21:00:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=1cfb72d9017f302eddcc3f8f85cfd6bcb3d17d51'/>
<id>1cfb72d9017f302eddcc3f8f85cfd6bcb3d17d51</id>
<content type='text'>
Gimp and Firefox make this assumption as well.

https://bugzilla.gnome.org/show_bug.cgi?id=563760

upstream commit:
https://gitlab.gnome.org/GNOME/eog/commit/b2b3aa26
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Gimp and Firefox make this assumption as well.

https://bugzilla.gnome.org/show_bug.cgi?id=563760

upstream commit:
https://gitlab.gnome.org/GNOME/eog/commit/b2b3aa26
</pre>
</div>
</content>
</entry>
<entry>
<title>EomImage: Check GdkPixbuf for an ICC profile before falling back to sRGB</title>
<updated>2019-09-12T13:58:38+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2019-07-08T20:55:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=5210c1f71e66deb1e4d4be84f72f30d6061b292b'/>
<id>5210c1f71e66deb1e4d4be84f72f30d6061b292b</id>
<content type='text'>
If an image's ICC profile cannot be extracted check whether GdkPixbuf
was able to extract one before falling back to sRGB. This makes it
possible to color correct TIFF images.

https://bugzilla.gnome.org/show_bug.cgi?id=727467

upstream commit:
https://gitlab.gnome.org/GNOME/eog/commit/48e971cb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If an image's ICC profile cannot be extracted check whether GdkPixbuf
was able to extract one before falling back to sRGB. This makes it
possible to color correct TIFF images.

https://bugzilla.gnome.org/show_bug.cgi?id=727467

upstream commit:
https://gitlab.gnome.org/GNOME/eog/commit/48e971cb
</pre>
</div>
</content>
</entry>
<entry>
<title>Assume sRGB when image doesn't have an ICC profile attached</title>
<updated>2019-09-12T13:58:17+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2019-07-08T20:52:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=44e3ad862f524c9443c67095b2d702c083929cf4'/>
<id>44e3ad862f524c9443c67095b2d702c083929cf4</id>
<content type='text'>
This seems to be no problem with other image viewers and
is apparently also recommended by W3C.

https://bugzilla.gnome.org/show_bug.cgi?id=554498

upstream commit:
https://gitlab.gnome.org/GNOME/eog/commit/dfdc1874
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This seems to be no problem with other image viewers and
is apparently also recommended by W3C.

https://bugzilla.gnome.org/show_bug.cgi?id=554498

upstream commit:
https://gitlab.gnome.org/GNOME/eog/commit/dfdc1874
</pre>
</div>
</content>
</entry>
</feed>
