LinwoodDev / Butterfly

🎨 Powerful, minimalistic, cross-platform, opensource note-taking app
https://butterfly.linwood.dev
GNU Affero General Public License v3.0
980 stars 67 forks source link

Improve image #707

Closed MrGumpIT closed 4 months ago

MrGumpIT commented 4 months ago

solve #704 I don't know if it is necessary to use Paint()..filterQuality = FilterQuality.high; elsewhere in the code. However, it seems to have improved the problem. If it could be useful:https://stackoverflow.com/questions/72508103/improve-scaled-image-aliasing-in-canvas

vercel[bot] commented 4 months ago

@MrGumpIT is attempting to deploy a commit to the Linwood Team on Vercel.

A member of the Team first needs to authorize it.

CodeDoctorDE commented 4 months ago

Looks good to me, but try excluding pubspec.lock out of the commits. For this one, it looks okay since it just upgrades the current ones

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
butterfly ✅ Ready (Inspect) Visit Preview May 17, 2024 9:18am
CodeDoctorDE commented 4 months ago

thank you for your contribution!

MrGumpIT commented 4 months ago

can you modify in this: var paint = Paint() ..filterQuality = FilterQuality.high ..isAntiAlias = true;, without me making another commit? because I deleted the branch

CodeDoctorDE commented 4 months ago

Sure, i will do it when im at home

MrGumpIT commented 4 months ago

thanks, I only just discovered that it exists and it further improves the quality

CodeDoctorDE commented 4 months ago

added