Re: [Gimp-developer] GIMP paths - optimization tricks (getting Blender's 2.53 UV layout as path into GIMP).

2010-09-13 Thread Mirza
Then test should be extended to look for collinear lines. But principle should be the same, which means that collinear lines will be removed from flattened path. Mirza. On 13. ruj. 2010., at 10:42, Łukasz Czerwiński lc277...@students.mimuw.edu. pl wrote: Hello, The same as Tobias, I'm

Re: [Gimp-developer] GIMP paths - optimization tricks (getting Blender's 2.53 UV layout as path into GIMP).

2010-09-13 Thread Mirza
shapes. From which path selection can be traced etc. I dont know which are goals of GIMP, this is just my point of view about programming in general. If there is a demand to optimize bottlenecks I will do it. Drawing half of something (at visible area) is pretty good optimization. Mirza

Re: [Gimp-developer] GIMP paths - optimization tricks

2010-09-13 Thread Mirza
such a pain in the ass about this ;-) Because, I want to improve GIMP. And after all I'm doing it with your help. Thanks again ;-) Please consider optimization with merged paths as this is crucial to smooth rendering on current GIMP's architecture. Cheers, Mirza. On 13. ruj. 2010

[Gimp-developer] GIMP paths - optimization tricks (getting Blender's 2.53 UV layout as path into GIMP).

2010-09-12 Thread Mirza Husadzic
drawing in GIMP. Here is a SVG file for testing: http://www.qsoftz.com/mirza/wp-content/data/gekkoman_unwrapp.svg Here is a screenshot of GIMP with paths on my lovely Ubuntu desktop: http://www.qsoftz.com/mirza/wp-content/data/Screenshot.png Here is a patch: http://www.qsoftz.com/mirza/wp-content/data

Re: [Gimp-developer] GIMP paths.

2010-09-11 Thread Mirza Husadzic
correctly the paths. I opened ticked concerning this issue: https://bugzilla.gnome.org/show_bug.cgi?id=629340 I do not expect to be solved as fast as parsing problem (it is XOR problem which I described previously). Mirza ___ Gimp-developer mailing list

Re: [Gimp-developer] GIMP paths.

2010-09-10 Thread Mirza Husadzic
it more flexible and easier to maintain for future development? Cheers, Mirza. ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Re: [Gimp-developer] GIMP paths.

2010-09-10 Thread Mirza Husadzic
Can you please open a bug-report and attach the most simple test case that you can come up with? We need a small .svg file that illustrates the problem. I am pretty sure that the problem can easily be fixed then. Here it is: https://bugzilla.gnome.org/show_bug.cgi?id=629318 Mirza

Re: [Gimp-developer] GIMP paths.

2010-09-10 Thread Mirza Husadzic
The grammar parsed by GeglPath is dynamically extendable to also incorporate for instance spiro curves http://libspiro.sourceforge.net/ or other non bezier curves. I'm looking forward to see it in action. Mirza ___ Gimp-developer mailing list Gimp

[Gimp-developer] GIMP paths.

2010-09-09 Thread Mirza Husadzic
as path into its context. p.s.s. I tested on Ubuntu 10.4 and compiled the actual GIMP code from the repository. Any help is appreciated. Kind Regards, Mirza. ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https

Re: [Gimp-developer] GIMP paths.

2010-09-09 Thread Mirza Husadzic
in between points, but final points are also rendered as lines. Cheers, Mirza. ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Re: [Gimp-developer] GIMP paths.

2010-09-09 Thread Mirza Husadzic
Using which rsvg function calls exactly? I checked the 'librsvg' and yes, there is no API exposed to satisfy this. Maybe the 'librsvg' can be subtly redesigned to expose this API? ;-) ___ Gimp-developer mailing list