Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
MichaelMuller  
#1 Posted : Thursday, November 8, 2018 12:19:10 AM(UTC)
MichaelMuller

Rank: Newbie

Groups: Member
Joined: 11/8/2018(UTC)
Posts: 2

Hello,

i used the following code. A simple losslessJpeg.Write without changing some settings (IPTC, EXIF, XMP) produces an output file
with increased filesize (from 655 KB to 734 KB).

Why has the filesize significantly changed?

Code:
public static void metadataTest()
        {
            using (var losslessJpeg = new LosslessJpeg(@"input.jpg"))
            {
                losslessJpeg.Write(@"output.jpg");
            }
       }

Edited by moderator Thursday, November 8, 2018 1:01:17 AM(UTC)  | Reason: Not specified

Eugene Kosmin  
#2 Posted : Thursday, November 8, 2018 7:58:44 PM(UTC)
Eugene Kosmin

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 9/19/2006(UTC)
Posts: 505

Was thanked: 41 time(s) in 41 post(s)
Hi,
Could you post here input.jpg?
Best regards,
Eugene Kosmin
The Aurigma Development Team
MichaelMuller  
#3 Posted : Friday, November 9, 2018 2:20:05 AM(UTC)
MichaelMuller

Rank: Newbie

Groups: Member
Joined: 11/8/2018(UTC)
Posts: 2

Hi,

unfortunately, I cannot post the picture because of missing rights.
I testet with another picture from pixabay, this increased from 423 KB to 428 KB.

fire-3792951_1920.jpg
Eugene Kosmin  
#4 Posted : Wednesday, November 14, 2018 12:43:58 AM(UTC)
Eugene Kosmin

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 9/19/2006(UTC)
Posts: 505

Was thanked: 41 time(s) in 41 post(s)
Hi,

Thank you for the file. I have posted the issue to our bug tracker (#463). We'll post here as soon as it is ready.
Best regards,
Eugene Kosmin
The Aurigma Development Team
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.