It is currently Sun Jun 30, 2024 10:58 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: Plugin superxBR
PostPosted: Mon Aug 19, 2019 8:42 pm  (#1) 
Offline
GimpChat Member

Joined: Feb 13, 2019
Posts: 9
GIMP Version: 2.8.14
Operating System: Windows
OS Version: 10
GIMP Experience: Intermediate Level

List any relevant plug-ins or scripts:
gimp-superxBR



Has anybody tried to install this plugin?

gimp-superxBR

github
abelbriggs1
gimp-superxBR

I put the python .py plugin in my user........plugins folder but it doesn't show up in Gimp Filters anywhere?


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: Plugin superxBR
PostPosted: Mon Aug 19, 2019 10:16 pm  (#2) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12531
Garagecoder implemented this in G'MIC:


Attachments:
xbr_gmic.png
xbr_gmic.png [ 180 KiB | Viewed 3099 times ]

_________________
Lyle

Psalm 109:8

Image
Top
 Post subject: Re: Plugin superxBR
PostPosted: Mon Aug 19, 2019 10:32 pm  (#3) 
Offline
GimpChat Member
User avatar

Joined: Oct 10, 2018
Posts: 181
Location: Charlottesville Virginia
The github plugin itself should show up under Filters: Enhance.

If it isn't there, open the plugin in a text editor. Make sure the first line in the plugin text is

#!/usr/bin/env python

In Windows, Python files won't appear in a menu if this initialization string isn't the first line. Depending on how you copied from github, there may be other lines above the initialization line.

For most SCM and PY files, there is a registration section, usually at the end of the file. Part of the several-line entries will indicate where the installed plugin will appear in the main GIMP menus. in this case it is "<Image>/Filters/Enhance/Super-xBR(py)..." .


Top
 Post subject: Re: Plugin superxBR
PostPosted: Tue Aug 20, 2019 12:47 am  (#4) 
Offline
GimpChat Member
User avatar

Joined: May 10, 2013
Posts: 1389
Location: FInland
brock wrote:
Has anybody tried to install this plugin?
I put the python .py plugin in my user........plugins folder but it doesn't show up in Gimp Filters anywhere?

Yeah it doesn't work if you right-click and copy the .py to your plug-ins folder.
Open the file in GitHub page, so that you can copy/paste the code to your text editor (I'm using notepad++ on Windows) and save as SuperxBR.py. Then it will work.
Or download the attachment. Had to zip because you can't upload python files.

Image


Attachments:
SuperxBR.zip [4.85 KiB]
Downloaded 158 times
Top
 Post subject: Re: Plugin superxBR
PostPosted: Tue Aug 20, 2019 4:39 am  (#5) 
Offline
GimpChat Member
User avatar

Joined: Apr 15, 2017
Posts: 1826
I just tried out this upscaler for the first time. It is dog slow and uses 3 passes. It also produces very poor quality upscale that is very pixelated. I wouldn't waste my time with this.


Top
 Post subject: Re: Plugin superxBR
PostPosted: Tue Aug 20, 2019 6:09 am  (#6) 
Offline
GimpChat Member
User avatar

Joined: May 10, 2013
Posts: 1389
Location: FInland
According to wikipedia xBR family of scaling algorithms are specifically meant for low-res pixel-art (emulators etc.), results with normal images may be therefore unsatisfactory. I only tested that it works.

https://en.wikipedia.org/wiki/Pixel-art_scaling_algorithms


Top
 Post subject: Re: Plugin superxBR
PostPosted: Tue Aug 20, 2019 9:50 am  (#7) 
Offline
GimpChat Member
User avatar

Joined: Apr 15, 2017
Posts: 1826
Ok, that explains it. I don't do pixel art, so have no need for this.


Top
 Post subject: Re: Plugin superxBR
PostPosted: Tue Aug 20, 2019 6:04 pm  (#8) 
Offline
GimpChat Member

Joined: Feb 13, 2019
Posts: 9
It worked by copying and pasting into new .py text file.

It took one hour to run and results were comparable to gmic Anti aliasing.
Oh well, back to using Waifu2x I guess.

Thanks for the replies guys:)


Top
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Baby's first GEGL plugin - a very basic GEGL plugin anyone can make.

9

No new posts Can't get plugin to appear (mostly)

3

No new posts Attachment(s) eps plugin crashes

4

No new posts Attachment(s) Help! What's the plugin called?

7

No new posts Attachment(s) create_stars_and_planet plugin

12



* Login  



Powered by phpBB3 © phpBB Group