You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PTGui Support
I have been investigating why the panoramas I've stitched using PTGui take much longer to load in PanGazer than other panoramas. It turns out that ancient code of mine uses Windows to load images if they have ICC profiles (instead of turbo-jpeg if they don't).
I'll look at handling ICC profiles more carefully later (they are usually very rare), but current question is: why does PTGui add an ICC profile when none of the source images have one?
Mike
PTGui Support
unread,
Mar 28, 2022, 2:20:38 AM3/28/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pt...@googlegroups.com
Hi Mike,
I guess it's because PTGui is a color managed application, and RGB
values are meaningless without a color profile.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pt...@googlegroups.com
OK, thanks, but the profile has no effect that I can detect (the pels all end up the same as though there were no profile).
I guess I'm going to have learn more about ICC profiles than I wanted to so I can detect a 'null' profile :-). (It's a bit difference in performance; a 100MB panorama taking 5 seconds to load instead of sub-second).