|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi,
would it be possible to ask for a .png loseless compresion for some images
that really need it, instead of jpg qith quality=95? I.e. my image "Borg
Cube" (.b.i) has totaly messed-up background, since background is
compilcated blue pattern, and jpg tends to blur blue areas (save this image
as an .jpg and see the difference - it's quite another image).
--
http://www.raf256.com/3d/
Rafal Maj 'Raf256', home page - http://www.raf256.com/me/
Computer Graphics
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
With the proper settings, JPEG is still a better choice. Take a look at
http://jeberger.free.fr/images/borg_2.jpg which is still half the size
of the original PNG...
Settings were: 92% quality, floating point DCT, 4:4:4 subsampling (in
the Gimp)
Jerome
Rafal 'Raf256' Maj wrote:
| Hi,
| would it be possible to ask for a .png loseless compresion for some
images
| that really need it, instead of jpg qith quality=95? I.e. my image "Borg
| Cube" (.b.i) has totaly messed-up background, since background is
| compilcated blue pattern, and jpg tends to blur blue areas (save this
image
| as an .jpg and see the difference - it's quite another image).
|
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFAQGowqIYJdJhyixIRAjw5AJsGxoyVU+dqK80puMsc7290gykgUwCglBTU
madMI6be/zNuTdasLfcrAtk=
=pkm/
-----END PGP SIGNATURE-----
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
jbe### [at] ifrancecom news:40406a31$1@news.povray.org
> http://jeberger.free.fr/images/borg_2.jpg
Right :) This image is o.k.
I must stop using IrfanView and switch to Gimp also, thanks.
--
http://www.raf256.com/3d/
Rafal Maj 'Raf256', home page - http://www.raf256.com/me/
Computer Graphics
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> would it be possible to ask for a .png loseless compresion for some images
> that really need it, instead of jpg qith quality=95?
I you can show there are obvious visual artifacts then I'm prepared to
display it on SCC3 in a better quality jpeg....lossless if necessary.
--
Paul Bourke
pdb_NOSPAMswin.edu.au
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <pdb_NOSPAM-B26E83.11491229022004@news.povray.org> , Paul Bourke
<pdb### [at] swineduau> wrote:
>> would it be possible to ask for a .png loseless compresion for some images
>> that really need it, instead of jpg qith quality=95?
>
> I you can show there are obvious visual artifacts then I'm prepared to
> display it on SCC3 in a better quality jpeg....lossless if necessary.
Usually there is no need to. There is a little known fact about the IJGs
JPEG library: By default it always uses 4:2:0 YUV format. The utilities
that come with it, just like many other programs, do not offer access to the
other widely supported (and specified in the IJGs format) compression
options, which allow each component to be samples at anything from one to
1/16 (i.e. you can have Y values per pixel but U values only for every four
by four pixels and V for every two by two pixels). And then there is the
RGB format, which also nobody seems to be able to output to. Yet, all
common decoders I know do support this - they always will if the use the
IJGs JPEG library, which nearly all open source tools use - and will create
still well compressed, but much higher quality JPEG images...
...so essentially one needs to find a tool that allows to make these
settings. What says Jerome suggests that gimp may be supporting this and
would be the way to go in such a quality problem case.
Thorsten
____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde
Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
| What says Jerome suggests that gimp may be supporting this and
| would be the way to go in such a quality problem case.
|
Well, the Gimp doesn't support RGB and only supports 4:2:0, 4:2:2 and
4:4:4 YUV. But that's still better than most software and good enough
for the purpose here...
Jerome
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFAQdO1qIYJdJhyixIRAozuAKCe9Od0puJVA303Jl0QiqOmGMM/rwCeNNjY
a/7lfhGqjHOsJgW8VMC/kjQ=
=t2Ja
-----END PGP SIGNATURE-----
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |