Hej,
I now set up digiKam using AdobeRGB as workspace color profile. If I save my images (as jp2/tiff) the color tab (ICC-Profile) says later it's a sRGB image. What do I have to do to store the image in AdobeRGB, too? Short other question: My printing service wants to have the image as jpg file. Does it affect the image quality much to store the image once as jpg with 100% quality? regards Knut _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
> I now set up digiKam using AdobeRGB as workspace color profile. If I save > my images (as jp2/tiff) the color tab (ICC-Profile) says later it's a sRGB > image. What do I have to do to store the image in AdobeRGB, too? Normally, it should just be done. Currently, I'm getting a crash when trying to save an ICC profile in Jpeg2000 and I see a comment in the source that this probably does not work. Gilles? Did you try saving to JPG or PNG? > Short other question: My printing service wants to have the image as jpg > file. Does it affect the image quality much to store the image once as jpg > with 100% quality? Just compare by yourself, for example on the light table. JPEG is rather old, but still pretty good. It's developed for compression loss not to be visible... _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Am Mittwoch 01 Dezember 2010, 22:17:37 schrieb Marcel Wiesweg:
> > I now set up digiKam using AdobeRGB as workspace color profile. If I save > > my images (as jp2/tiff) the color tab (ICC-Profile) says later it's a > > sRGB image. What do I have to do to store the image in AdobeRGB, too? > > Normally, it should just be done. > Currently, I'm getting a crash when trying to save an ICC profile in > Jpeg2000 and I see a comment in the source that this probably does not > work. Gilles? > > Did you try saving to JPG or PNG? Hm, maybe you could tell me where I would have to look excatly for the color profile? I did not try jpg or png yet. I'm still looking for some good master format to save my images during my editing workflow. Until now I thought about jpg2000 or tiff. Any other recommanedations? regards _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
> Hm, maybe you could tell me where I would have to look excatly for the > color profile? I did not try jpg or png yet. The right sidebar, Color / Profile is the right place. Any wrong information there is a bug. > I'm still looking for some > good master format to save my images during my editing workflow. Until now > I thought about jpg2000 or tiff. Any other recommanedations? There are four in the choice of lossless file formats: PNG, TIFF, JPEG2000, PGF. PNG and TIFF will result in pretty large files: TIFF is often not compressed at all, and PNG uses a simple compression scheme (you get small files if there are large parts in the same color, like charts or diagrams, obviously not for real-life photos). Advantages of TIFF and PNG: widely supported - you can pass files around to your friends - and low computation when loading / saving (but when files are larger, harddisk access takes longer, I dont know if they really load and save faster) JPEG2000 and PGF are technically superior, modern file formats, based on Wavelet transformation. Both support lossy and lossless encoding. Lossy encoding will give better results than JPG, and lossless will give smaller files than PNG or TIFF. JPEG2000 is optimized for compression ratio, PGF is much faster, giving only slightly larger files AFAIK. The only drawback of these formats is that they are not as widely supported as JPG, PNG or TIFF, PGF probably even less then JPEG2000. Marcel _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
2010/12/2 Marcel Wiesweg <[hidden email]>:
> >> Hm, maybe you could tell me where I would have to look exactly for the >> color profile? I did not try jpg or png yet. > > The right sidebar, Color / Profile is the right place. Any wrong information > there is a bug. > >> I'm still looking for some >> good master format to save my images during my editing workflow. Until now >> I thought about jpg2000 or tiff. Any other recommanedations? > > There are four in the choice of lossless file formats: PNG, TIFF, JPEG2000, > PGF. > PNG and TIFF will result in pretty large files: TIFF is often not compressed > at all, This depend. TIFF is a general image container. by default it's not compressed but LZW compression can be used. There is an option in digiKam config panel. TIFF can also use JPEG compression or other stuff... But it's not implemented in digiKam... http://en.wikipedia.org/wiki/Tagged_Image_File_Format#Flexible_options and PNG uses a simple compression scheme (you get small files if > there are large parts in the same color, like charts or diagrams, obviously > not for real-life photos). Adobe deflate compression is used in PNG. It's a little bit better than TIFF in general (5%) > Advantages of TIFF and PNG: widely supported - you > can pass files around to your friends - and low computation when loading / > saving (but when files are larger, harddisk access takes longer, I dont know > if they really load and save faster) > JPEG2000 and PGF are technically superior, modern file formats, based on > Wavelet transformation. Both support lossy and lossless encoding. Lossy > encoding will give better results than JPG, and lossless will give smaller > files than PNG or TIFF. JPEG2000 is optimized for compression ratio, PGF is > much faster, because there is no float computation, only integer cast are used inside. JPEG2000 is slow because all computation are based on float. >giving only slightly larger files AFAIK. The only drawback of > these formats is that they are not as widely supported as JPG, PNG or TIFF, > PGF probably even less then JPEG2000. > JPEG 2000 is not used in photo. As PGF, it's Archiving format. In digiKam, we have deeply supported these format to store all metadata. This is not the case in others photo management program, or photo editor. JPEG2000 and PGF give same compression ratio. Note : a challenger arrive in photo world : JPEGXR. It's the famous HD photo format from M$ !!! http://en.wikipedia.org/wiki/JPEG_XR It's a TIFF based image format, using wavelets compression and using integer encoding. It's exactly the same than PGF, excepted than PGF is GPL, and JPEGXR is patented. It's Microsoft stuff of course. JPEGXR have been normalized by JPEG consortium. The goal is to replace JPEG as well in camera. Can you imagine the future problem ? M$ provide a SDK which compile under Linux with few modification. JPEG group as also implemented a library, not yet published (beta) with no OpenSource compatible license of course. Gilles Caulier _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Knut Krause
I saved an image now directly as jpg. This is stored in AdobeRGB (as far as I
see). Now is there a bug in digiKam and it can just store correct color profiles in JPG? This would be really bad for archiving formats like jp2/tif :( Any ideas? regards On Thursday 02 December 2010 10:26:28 Knut Krause wrote: > Am Mittwoch 01 Dezember 2010, 22:17:37 schrieb Marcel Wiesweg: > > > I now set up digiKam using AdobeRGB as workspace color profile. If I > > > save my images (as jp2/tiff) the color tab (ICC-Profile) says later > > > it's a sRGB image. What do I have to do to store the image in > > > AdobeRGB, too? > > > > Normally, it should just be done. > > Currently, I'm getting a crash when trying to save an ICC profile in > > Jpeg2000 and I see a comment in the source that this probably does not > > work. Gilles? > > > > Did you try saving to JPG or PNG? > > Hm, maybe you could tell me where I would have to look excatly for the > color profile? I did not try jpg or png yet. I'm still looking for some > good master format to save my images during my editing workflow. Until now > I thought about jpg2000 or tiff. Any other recommanedations? > > regards > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users signature.asc (853 bytes) Download Attachment |
Free forum by Nabble | Edit this page |