It is currently Fri Apr 26, 2024 2:45 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 9 posts ] 
Author Message
 Post subject: Multitile - if anyone can change the code ?
PostPosted: Sun Jun 22, 2014 4:33 am  (#1) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2247
Location: Poland
Multitile - abandoned filter ?

http://gimpchat.com/viewtopic.php?f=4&t=10562#p139682
http://gimpchat.com/viewtopic.php?f=9&t=1300&hilit=Multitile&start=60#p17866

It's just not very successful attempt - the need for an encoder to change the code.
Although the build environment for Windows Gimp 2.8.10 ended without errors - it works badly :gaah .
A little better for Gimp 2.6 :hoh
In menu Gimp: Filters/Map/Multitile


Attachments:
MultitileforLylejk.png
MultitileforLylejk.png [ 231.06 KiB | Viewed 3287 times ]
Multitile_Win32bit_src.zip [30.07 KiB]
Downloaded 129 times

_________________
Image

Slava
Ukraini!
Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: Multitile - if anyone can change the code ?
PostPosted: Sun Jun 22, 2014 2:02 pm  (#2) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
MareroQ wrote:
Multitile - abandoned filter ?

http://gimpchat.com/viewtopic.php?f=4&t=10562#p139682
http://gimpchat.com/viewtopic.php?f=9&t=1300&hilit=Multitile&start=60#p17866

It's just not very successful attempt - the need for an encoder to change the code.
Although the build environment for Windows Gimp 2.8.10 ended without errors - it works badly :gaah .
A little better for Gimp 2.6 :hoh
In menu Gimp: Filters/Map/Multitile


Yes i tried to build as 64 bit plug-in and got CPU errors.
After building successfully as a 32 bit plug-in i had very bad behavior also. Mostly the plug-in will just freeze up for some reason.

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Multitile - if anyone can change the code ?
PostPosted: Sun Jun 22, 2014 4:01 pm  (#3) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12518
I do appreciate the effort, but I see no issue keeping GIMP 1.2.4 around; it can be run at the same time as my 64-bit 2.8x GIMP can. lol

Still, if you folk succeed, I'll have a big smile on my face. ;)

:)

_________________
Lyle

Psalm 109:8

Image


Top
 Post subject: Re: Multitile - if anyone can change the code ?
PostPosted: Sun Jun 22, 2014 8:20 pm  (#4) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
After desaturating and removing alpha channel in 2-8-10 64bit (using the 32bit compile)
Image

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: Multitile - if anyone can change the code ?
PostPosted: Mon Jun 23, 2014 4:44 am  (#5) 
Offline
GimpChat Member

Joined: Mar 04, 2011
Posts: 2424
Got it working in linux 32 bit, (is that the same as Graechan?) do not know about Win.

This is the dialog.

Image

and a result

Image

It does take some time to 'think' about events.
Click on the symmetry option and a delay for the menu to show. Click on OK and a delay for it to render. Easy to assume that the plugin has stalled.

I am no expert when it comes to compiling. First run with gimptool-2.0 generated an error. A bit of digging and needed to add
-lm to the generated gcc command line ie "gcc -lm -all-the-rest-of-the-command..."

FWIW the 32 bit plugin attached, no guarantees that it will work on your installation.


Attachments:
Multitile.tar.gz [17.67 KiB]
Downloaded 130 times

_________________
Image
Top
 Post subject: Re: Multitile - if anyone can change the code ?
PostPosted: Wed Jun 25, 2014 10:52 am  (#6) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2247
Location: Poland
Thank you all for testing ;)
Just out of curiosity - for comparison of the performance:
who can share scripts and plugins for GIMP 1.XX Windows version?

_________________
Image

Slava
Ukraini!


Top
 Post subject: Re: Multitile - if anyone can change the code ?
PostPosted: Thu Jun 26, 2014 4:13 am  (#7) 
Offline
GimpChat Member

Joined: Mar 04, 2011
Posts: 2424
Might be interested in a shot of the PS plugin that inspired MultiTile - Xaos Terrazzo - it does make excellent seamless tiles. (tried it with shellout/xnview also pspi - no good)

Image


Maybe something for the Gmic experts to consider ;)

That linux plugin is so slow, effectively useless. 20 secs for the drop down menu, another 20 secs for the option to apply. But then minutes if you try and drag the selection, and much longer to render. Lack of any indication of working is a big drawback. Quite heavy on CPU usage, I saw 30% (3GHz 2-core). In linux, I got results by setting it going, moving to another desktop and forgetting about it.
Looking in my archives, I have a Windows Gimp 1.2 + GTK 1.3 so I must have used it sometime, but nothing in the way of scripts/plugins.

_________________
Image


Top
 Post subject: Re: Multitile - if anyone can change the code ?
PostPosted: Thu Jun 26, 2014 2:36 pm  (#8) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12518
Unfortunately, I don't have this filter but Irfanview has had a lot of success running PS filters that even XNView could not. Might give that a try Rich. :)

_________________
Lyle

Psalm 109:8

Image


Top
 Post subject: Re: Multitile - if anyone can change the code ?
PostPosted: Thu Jun 26, 2014 3:18 pm  (#9) 
Offline
GimpChat Member

Joined: Sep 22, 2013
Posts: 27
when compiling source from here: SourceForge
Because of malware being found in SourceForge downloads, this link has been removed.

if failed with:
mt-geometry.h:30:17: error: ‘stypes’ undeclared (first use in this function)
tint.s_type = stypes[(int) tint.symmetry_type];


How this could ever get compiled, I wonder...


Top
Post new topic Reply to topic  [ 9 posts ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Kaleidoscope Plugin Source Code

1

No new posts Attachment(s) Source Code for all my GEGL Filters

32

No new posts Attachment(s) Inserting pdb.python_gegl command in my code

21

No new posts VS Code - configure linting for PythonFu

0

No new posts timer plug-in acts sort of like a stop watch w/wo TRACKING CODE

1



* Login  



Powered by phpBB3 © phpBB Group