Pages
Categories
- Computer graphics (5)
- Design (5)
- Fedora (2)
- KDE (7)
- Krita (48)
- Qt (2)
- Uncategorized (2)
Blogroll
Recent Comments
Archives
- June 2014
- March 2013
- May 2012
- November 2011
- April 2011
- March 2011
- December 2010
- September 2010
- August 2010
- July 2010
- June 2010
- April 2010
- March 2010
- February 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- April 2009
- February 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
Author Archives: LukasT
Week 38: On the path to fix smudge bugs
The week started with some fixes in Dyna tool I already wrote about in the previous blog entry. Then I started to work on bug with smudge. And I still did not fix the issue completely. I started to investigate … Continue reading
Posted in Krita
2 Comments
Week 37: Brush rendering, UI and some performance fixes
This week of sponsored Krita development started with fix for bug 250621. I merged some of the brush engines as I promised at Akademy 2010. One of them is softbrush, which is now part of the default Pixel Brush. The … Continue reading
Posted in Krita
3 Comments
Week 35,36: I fixed, I fixed, I implemented, I fixed…
The week 35 started with fixing issues in paintops, which occurred when I merged some brush engines. I fixed deserialization in the presets, I cleaned some code in the mask generation code and I commited the presets which mimics the … Continue reading
Posted in Krita
4 Comments
Week 32,33,34: Sheep, fixing and cleaning Krita
Let’s review what I was working on in Krita lately. On Monday, week 32 I pinged David Revoy on #krita IRC channel, digital painter,with question what bugs him in Krita the most lately. He wrote nice report for us, but … Continue reading
Posted in Krita
7 Comments
Week 31: Fixing custom and predefined brushes
Custom brush was disabled feature for quite a long time in Krita and I resurrected the feature from the dust in week 30. Further testing uncovered a lot of bugs. First bug occurred when you used color mask as grayscale … Continue reading
Posted in Krita
3 Comments
Week 30: Custom brush works
Creating custom brushes is important for digital painters. A brush mask you can create using procedural dialogs we have (like Auto brush, Softbrush) has advantages of being somehow like a vector – you can easily scale them and rotate them … Continue reading
Posted in Krita
3 Comments
Week 29: Performance and bugs
This week I continued to work on fixing Krita. I started with outlines. When you fix something, you break something other sometimes. It happened this time. Duplicate brush known as clone tool in Gimp is somehow special regarding the outlines. … Continue reading
Posted in Krita
2 Comments
Week 28: Bug fixing
This week was devoted to bug fixing. I started with line algorithms. We had some various todo’s in our KisPainter’s line rasterization routines. KisPainter is something like QPainter in Qt, but works with our KisPaintDevice. KisPaintDevice is pixel buffer with … Continue reading
Posted in Krita
3 Comments
Week 26,27: Photoshop brushes, Krita on Windows
I continued to work on Photoshop ( PS in text further) brush presets support in Krita. I was exploring what features we miss and I started to implement some of them. I implemented parsing of the brush and tip dynamics … Continue reading
Posted in Krita
15 Comments
Week 25: Photoshop brush support II
Last week I worked on spray brush to make some room for Photoshop presets. This week I focused on abr format again. I started with inspecting the Krita preset format. We save our presets as embedded text in PNG file. … Continue reading
Posted in Krita
Leave a comment