Rank: Newbie
Groups: Member
Joined: 4/30/2008(UTC) Posts: 3
|
Hi, I'm using the image uploader on a project and I have this question from a developer on the team: How does the subsampling in the image uploader work? Can it do no-integer rate reductions and does it use a subsampling filter? Regards, Ross Buggins
|
|
|
|
Rank: Advanced Member
Groups: Member, Administration, Moderator Joined: 9/19/2006(UTC) Posts: 491
Was thanked: 30 time(s) in 30 post(s)
|
Hi, 2x2 chroma subsampling is used. Quote:Can it do no-integer rate reductions and does it use a subsampling filter? Could you specify your question more detailed? |
Best regards, Eugene Kosmin The Aurigma Development Team
|
|
|
|
Rank: Newbie
Groups: Member
Joined: 1/16/2008(UTC) Posts: 8
|
As a further to the initial post I also have a question about this, The images I get from the uploader are then used in image processing algorithms. To cut down on upload times the thumbnail for the image is uploaded reduced to about 800X1000, my question is what sampling is used to reduce the image size from original to smaller? Do you use integer sub sampling or an actual sub sampling filter? If you use a filter what filtering method do you use? If you don’t use a filtering method how do you deal with the aliasing that integer sub sampling will introduce? Also what are the differences between the flags for uploadThumbnailResizeQuality? Does this take any additional filtering into account? And one final question, can the uploader convert input files into gray scale and send these? Many thanks for your help, Regards, J Healy
|
|
|
|
Rank: Advanced Member
Groups: Member, Administration, Moderator Joined: 9/19/2006(UTC) Posts: 491
Was thanked: 30 time(s) in 30 post(s)
|
Hello, We don't use integer sampling (or so called nearest neighbour algorithm) - it produces awesome aliasing effects. When you set medium quality of resize -anisotropic interpolation is used. And so called "Bell filter" is used for high quality resampling. Quote:And one final question, can the uploader convert input files into gray scale and send these? No, unfortunately Image Uploader doesn't provide such funtionality. Edited by user Thursday, June 26, 2008 1:43:03 PM(UTC)
| Reason: Not specified |
Best regards, Eugene Kosmin The Aurigma Development Team
|
|
|
|
Rank: Newbie
Groups: Member
Joined: 1/16/2008(UTC) Posts: 8
|
Many thanks for your answers Eugene, Regards, J Healy
|
|
|
|
Rank: Advanced Member
Groups: Member, Administration, Moderator Joined: 9/19/2006(UTC) Posts: 491
Was thanked: 30 time(s) in 30 post(s)
|
|
Best regards, Eugene Kosmin The Aurigma Development Team
|
|
|
|
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.