bug #6970
closedMediaUtils.filterAndOrderMediaRepresentations perfers thumbnail MediaRepresentations over full sized
100%
Description
portal/taxon/{uuid}/media service only delivers a filtered media object
which only contains the thumbnail representation even if the height and width filters are not set.
In cases where no filter is set this service should return all media.
old subject: portal/taxon/{uuid}/media returns only one media object even if no filter is set
Related issues
Updated by Andreas Kohlbecker over 5 years ago
- Related to bug #6969: Use media representation which best fits the available size for taxon profile picture added
Updated by Andreas Kohlbecker over 5 years ago
- Related to bug #6684: Use media representation which best fits the available viewport size for the Image Overlay added
Updated by Andreas Kohlbecker about 3 years ago
- Assignee changed from Andreas Müller to Andreas Kohlbecker
- Priority changed from New to Highest
- Target version changed from Unassigned CDM tickets to Release 5.13
Updated by Andreas Kohlbecker about 3 years ago
- Related to bug #6683: Use best quality media representation in image viewer on media page added
Updated by Andreas Kohlbecker about 3 years ago
- Subject changed from portal/taxon/{uuid}/media returns only one media object even if no filter is set to MediaUtils.filterAndOrderMediaRepresentations perfers thumbnail MediaRepresentations over full sized
- Description updated (diff)
Updated by Andreas Kohlbecker about 3 years ago
- Category changed from cdmlib-remote to cdmlib
Updated by Andreas Kohlbecker about 3 years ago
- Related to feature request #8867: media list services as iiif manifest service added
Updated by Andreas Müller about 3 years ago
- Status changed from New to Feedback
This ticket (by description and by old title) is about handling the "no filter" case. Not sure if the new title still covers this. As far as I understand your comment you may only improve the image selection algorithm but if no filter is set not image selection has to take place.
But ofcourse I agree that we may additionally improve the image selection algorithm if there is a better one.
Updated by Andreas Kohlbecker about 3 years ago
- Status changed from Feedback to In Progress
Andreas Müller wrote:
This ticket (by description and by old title) is about handling the "no filter" case. Not sure if the new title still covers this. As far as I understand your comment you may only improve the image selection algorithm but if no filter is set not image selection has to take place.
But ofcourse I agree that we may additionally improve the image selection algorithm if there is a better one.
One of the problems is that "no filter" case is interpreted as a filter with preferred size = 0 and width = 0 which will always will return the thumbnail. So many aspects of the implementation are wrong that I refrain from mentioning all these problems only for the sake of transparency.
Updated by Andreas Kohlbecker about 3 years ago
- Related to bug #7093: choosing representation which best fits the available size for taxon profile picture not working in all cases added
Updated by Andreas Kohlbecker about 3 years ago
- Related to deleted (bug #7093: choosing representation which best fits the available size for taxon profile picture not working in all cases)
Updated by Andreas Kohlbecker about 3 years ago
- Related to bug #7093: choosing representation which best fits the available size for taxon profile picture not working in all cases added
Updated by Andreas Kohlbecker about 3 years ago
- Related to deleted (bug #7093: choosing representation which best fits the available size for taxon profile picture not working in all cases)
Updated by Andreas Kohlbecker about 3 years ago
- Has duplicate bug #7093: choosing representation which best fits the available size for taxon profile picture not working in all cases added
Updated by Andreas Kohlbecker about 3 years ago
- Has duplicate deleted (bug #7093: choosing representation which best fits the available size for taxon profile picture not working in all cases)
Updated by Andreas Kohlbecker about 3 years ago
- Related to bug #7093: choosing representation which best fits the available size for taxon profile picture not working in all cases added
Updated by Andreas Kohlbecker about 3 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100