mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Adapters refactoring
This commit is contained in:
parent
18fae806a6
commit
ae23d268cd
34 changed files with 341 additions and 100 deletions
|
|
@ -93,14 +93,14 @@ public class CustomGlideRequest {
|
|||
break;
|
||||
}
|
||||
case MEDIUM_QUALITY: {
|
||||
options.setQuality(80);
|
||||
options.setMaxHeight(500);
|
||||
options.setQuality(100);
|
||||
options.setMaxHeight(600);
|
||||
options.setEnableImageEnhancers(true);
|
||||
break;
|
||||
}
|
||||
case LOW_QUALITY: {
|
||||
options.setQuality(60);
|
||||
options.setMaxHeight(300);
|
||||
options.setQuality(100);
|
||||
options.setMaxHeight(400);
|
||||
options.setEnableImageEnhancers(true);
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue