smooth lines + multiwindow for galaxy notes

55 views
Skip to first unread message

Dan Kats

unread,
Mar 10, 2013, 7:38:40 AM3/10/13
to quill...@googlegroups.com
Dear all

I've added a new smoothness dialogue and a gaussian smoothing function + enabled multiwindow. Is there a pull request feature or a possibility to push changes to the code?
A patch is attached.
Quill_patch1of1_3a7046bac97b.patch

Dan Kats

unread,
Mar 10, 2013, 7:44:58 AM3/10/13
to quill...@googlegroups.com



Lars Wallin

unread,
Mar 10, 2013, 7:47:41 AM3/10/13
to quill...@googlegroups.com

Sweet! Can't wait to try it :)

--
You received this message because you are subscribed to the Google Groups "Quill Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quill-devel...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Thomas Boehnlein

unread,
Mar 10, 2013, 3:59:08 PM3/10/13
to quill...@googlegroups.com
On Sunday, March 10, 2013 7:44:58 AM UTC-4, Dan Kats wrote:
>

You are my hero. Can multi window mode accept S Pen cutouts like S Note from other apps so it is super easy to paste stuff into Quill?

Volker Braun

unread,
Mar 10, 2013, 10:19:20 PM3/10/13
to quill...@googlegroups.com
Thank you for the patch!

Is there any reason to make the smoothing a per-pen setting? I think that it should be a global preference since you probably only want to set it once to account for the jittery-ness of your input device. Maybe I'm missing your use case?

Best,
Volker

Dan Kats

unread,
Mar 11, 2013, 6:32:32 AM3/11/13
to quill...@googlegroups.com
On 10 March 2013 19:59, Thomas Boehnlein <radic...@gmail.com> wrote:

You are my hero. Can multi window mode accept S Pen cutouts like S Note from other apps so it is super easy to paste stuff into Quill?

It doesn't depend on multi window mode. One has to set intent-filter and implement some stuff (see http://eggie5.com/8-hook-share-picture-via-menu-android ). Then the application will appear in the menu (I assume :-) )

 

--
You received this message because you are subscribed to a topic in the Google Groups "Quill Development" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/quill-devel/EkB0cMT8b88/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to quill-devel...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.





--
Daniel Kats
Centre for Computational Chemistry
School of Chemistry, University of Bristol
Bristol BS8 1TS, UK

Dan Kats

unread,
Mar 11, 2013, 6:38:30 AM3/11/13
to quill...@googlegroups.com
No, there isn't (any more) :-) I started with a linear smoothing that changed strokes considerably, therefore I wanted to give the user an ability to change the quality of strokes depending on what he wants to draw. But now with the gaussian smoothing it's not necessary any more. I completely agree that the smoothness dialogue should be moved into preferences and shouldn't change the pen-history.

Regards,
Daniel

--
You received this message because you are subscribed to a topic in the Google Groups "Quill Development" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/quill-devel/EkB0cMT8b88/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to quill-devel...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Volker Braun

unread,
Mar 11, 2013, 12:32:16 PM3/11/13
to quill...@googlegroups.com
Great, I'll move it into the preferences then!

Best wishes,
Volker

Dan Kats

unread,
Mar 11, 2013, 4:17:40 PM3/11/13
to quill...@googlegroups.com

Cheers mate!

Daniel

Volker Braun

unread,
Apr 7, 2013, 3:05:28 PM4/7/13
to quill...@googlegroups.com
I've added your Gaussian filter and Savitzky-Golay. The usual objection against Gaussian is that it suppresses extremes, so sharp corners are eroded. The SG filter preserves such features better. In any case, the choice is configurable in the preferences.

Dan Kats

unread,
Apr 8, 2013, 4:57:42 PM4/8/13
to quill...@googlegroups.com

Thank you! Looks nice.
But if you zoom in, there are still too many straight lines and corners instead of smooth lines for my taste. I think they has to be there in order to reduce the memory consumption. On the other hand xournal manages somehow to have smooth lines even at the biggest zoom level... May be one could specify  a max number of points that can be simplified to a line, and later by printing use some sort of spline?

Regards
Daniel

On 7 Apr 2013 19:05, "Volker Braun" <vbrau...@gmail.com> wrote:
I've added your Gaussian filter and Savitzky-Golay. The usual objection against Gaussian is that it suppresses extremes, so sharp corners are eroded. The SG filter preserves such features better. In any case, the choice is configurable in the preferences.

--
You received this message because you are subscribed to the Google Groups "Quill Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quill-devel...@googlegroups.com.

Volker Braun

unread,
Apr 8, 2013, 7:23:54 PM4/8/13
to quill...@googlegroups.com
Yes there is a certain trade-off between number of sample points and space. I picked a cutoff thats at the border of what one can see when the page is printed on a A4 paper. 

In any case, the solution is to use Bezier splines instead of straight lines to draw a line approximating the sample points. Perhaps only at higher zoom levels of perfomance, will have to see about that. Should be easy enough though. I'm pretty sure that this is what xournal does. I'll give it a try ;-)

Volker Braun

unread,
Apr 12, 2013, 1:25:36 PM4/12/13
to quill...@googlegroups.com

Dan Kats

unread,
Apr 13, 2013, 4:57:53 AM4/13/13
to quill...@googlegroups.com
It's really amazing! Works very well


--
You received this message because you are subscribed to a topic in the Google Groups "Quill Development" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/quill-devel/EkB0cMT8b88/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to quill-devel...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.
 
 
Reply all
Reply to author
Forward
0 new messages