I have a problem with the quality of the profile pictures and the profile banner. When i have a picture which has a very good quality and i upload this picture to the profile picture, then it looks a little bit blurred. It seems that the quality is lowered while uploading the picture. Can I change this in some way? And if yes, how?
When the new profile picture was uploaded, you have a timeline entry that user has updloaded a new picture. The the "big" picture is good looking and clear/sharp. But the profile picture (and in the small circle) is unsharp. Is there any possibility to set up that this small profile picture is shown sharp?
Thanks!
Thank you :) Work.
We reduced quality to 50% in OSSN 6.1 because of many users using on same hosting however you may see https://github.com/opensource-socialnetwork/opensource-socialnetwork/blob/v6.x/libraries/ossn.lib.image.php#L53 you can change from 50 to 90
or
If you writing your own component then you may use following in your component ossn_com.php
function change_quality_of_image_init(){
ossn_add_hook('ossn', 'image:resize:quality', 'change_quality_of_image');
}
function change_quality_of_image(){
return 90;
}
ossn_register_callback('ossn', 'init', 'change_quality_of_image_init');
.
Due to the many requests in the past for additonal features and components we have decided to develope a premium version. Features like Hashtags, Videos, Polls, Events, Stories, Link Preview, etc included in it.
$199 (Life Time)