It is currently Sun Jun 07, 2026 8:56 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 295 posts ]  Go to page Previous  1 ... 5, 6, 7, 8, 9, 10, 11 ... 15  Next
Author Message
 Post subject: Re: XNViewShell - and other Programs you can call with Gimp
PostPosted: Thu Feb 17, 2011 2:15 pm  (#141) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16015
Open Office might be a good one. :)

_________________
Image


Top
 Post subject: Re: XNViewShell - and other Programs you can call with Gimp
PostPosted: Fri Feb 18, 2011 3:50 pm  (#142) 
Offline
Script Coder
User avatar

Joined: Jul 14, 2010
Posts: 697
I just used the install location of my java, which is under Program Files.

It seems to work. Try putting quotes around it in the batch file:

"C:\Program Files\Java\jre6\bin\java.exe" -jar c:\JavaJars\ImageEditor.jar %1


-Rob A>

_________________
Image
Fantasy Cartography and Mapping by RobA


Top
 Post subject: Re: XNViewShell - and other Programs you can call with Gimp
PostPosted: Fri Feb 18, 2011 4:45 pm  (#143) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2637
Location: Poland
The Master is always the best solution - Yes it is!

It seems that some applications can not handle directly *.png
The next version of XNViewShell with a choice of file type (bmp, jpg, tiff ...???)
My can always dream - i am counting on your knowledge and artistry

_________________
Image


Top
 Post subject: Re: XNViewShell - and other Programs you can call with Gimp
PostPosted: Sat Feb 19, 2011 1:09 am  (#144) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16015
Oh that would be awesome a save as type temporary file extension choice drop menu. :)

_________________
Image


Top
 Post subject: Re: XNViewShell - and other Programs you can call with Gimp
PostPosted: Sat Feb 19, 2011 7:26 pm  (#145) 
Offline
Script Coder
User avatar

Joined: Jul 14, 2010
Posts: 697
How about if the extension is made a parameter of the function?

i.e. right now you can use:
["Java Image Editor", "\"C:\\JavaJars\\imageeditor.bat\""]


I could make it:
["Java Image Editor", "\"C:\\JavaJars\\imageeditor.bat\"", "png"]


and have it use that extension for that program.


-Rob A>

_________________
Image
Fantasy Cartography and Mapping by RobA


Top
 Post subject: Re: XNViewShell - and other Programs you can call with Gimp
PostPosted: Sun Feb 20, 2011 2:03 am  (#146) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16015
Sweeeet! :)
That would work.

Thanks Rob!

_________________
Image


Top
 Post subject: Re: XNViewShell - and other Programs you can call with Gimp
PostPosted: Sun Feb 20, 2011 12:33 pm  (#147) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2637
Location: Poland
And something else to Cell:

MAGIX Photo Clinic for free v4.5
http://www.filebuzz.com/fileinfo/29019/MAGIX_Photo_Clinic_for_free.html

Photo Pos Pro Photo Editor (V1.83)
http://www.photopos.com/Photo-Pos-Pro-Image-Editor.asp


PhotoFiltre 6.5.1
http://photofiltre.en.softonic.com/

libgfl211.dll
http://plugins.photofiltre.free.fr/XnViewDll.zip


Attachments:
Magic Foto Clinik.png
Magic Foto Clinik.png [ 975.51 KiB | Viewed 3261 times ]
Photo Pos Pro.png
Photo Pos Pro.png [ 952.65 KiB | Viewed 3261 times ]
PhotoFiltre.png
PhotoFiltre.png [ 959.92 KiB | Viewed 3261 times ]

_________________
Image
Top
 Post subject: Re: XNViewShell - and other Programs you can call with Gimp
PostPosted: Sun Feb 20, 2011 8:24 pm  (#148) 
Offline
GimpChat Member
User avatar

Joined: Jul 04, 2010
Posts: 2253
Location: Retired Moderator Slowly Returning to the Living.
I just added MAGIX Photo Clinic (V4.5) and Photo Pos Pro (V1.83) to my machine and added them to the script. They both work seamlessly! I love the ease with which I can add programs!

Great work guys!

Hey Morero! I love the image your using! Is it in the public domain?

_________________
Artists aren't crazy! We're eccentric! ~G.M. Ross

Image

My Sigs = My Photos
Check out my work at http://www.flickr.com/photos/photomastergreg.


Top
 Post subject: Re: XNViewShell - and other Programs you can call with Gimp
PostPosted: Mon Feb 21, 2011 2:05 am  (#149) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16015
I wish i could have gotten Magix fun pic maker to work.
I tried but it wouldn't open the temp image.

Thanks for those new programs! :)

_________________
Image


Top
 Post subject: Re: XNViewShell - and other Programs you can call with Gimp
PostPosted: Mon Feb 21, 2011 3:14 am  (#150) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16015
I added Photo-Clinic and Photo-Pos-Pro also.They work flawlessly in Widows XP too. :)
Still waiting for my Photofiltre Portable cd in the mail.I bought the pro studio version, but for some reason it wouldn't install all the 2,600 or so PS filters it comes with.So they are sending me the portable instead.

Image

_________________
Image


Top
 Post subject: Re: XNViewShell - and other Programs you can call with Gimp
PostPosted: Tue Feb 22, 2011 5:02 pm  (#151) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16015
RobA wrote:
How about if the extension is made a parameter of the function?

i.e. right now you can use:
["Java Image Editor", "\"C:\\JavaJars\\imageeditor.bat\""]


I could make it:
["Java Image Editor", "\"C:\\JavaJars\\imageeditor.bat\"", "png"]


and have it use that extension for that program.


-Rob A>


Would that also work for bmp images?
["Z Paint, "\"C:\\Program Files\\ZPaint 1.4\\ZPaint.exe\"", "bmp"],


I have this old program called ZPaint and it only opens bmp extensions.

Furthermore because the photomosaic, and puzzle program (PIM) , only open bmp's will that work for them also?

_________________
Image


Top
 Post subject: Re: XNViewShell - and other Programs you can call with Gimp
PostPosted: Wed Feb 23, 2011 3:20 pm  (#152) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2637
Location: Poland
Even when changing:
pdb.file_png_save_defaults(tempimage, tempdrawable, tempfilename, tempfilename)

to:
pdb.file_bmp_save(tempimage, tempdrawable, tempfilename, tempfilename)

some do not work.

As a consolation - and the collection:

SmillaEnlarger
http://www.flickr.com/groups/gmic/discuss/72157626113467988/
files http://sourceforge.net/projects/imageenlarger/files/

And another question for RobA:

Is it possible to call the filter 8bf using a plugin or script (so as to benefit from the use of their sequences - for example based on data from pspirc ? )

_________________
Image


Top
 Post subject: Re: XNViewShell - and other Programs you can call with Gimp
PostPosted: Wed Feb 23, 2011 8:12 pm  (#153) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16015
I believe you have to call the extension from the command line Marero.
["XNView", "\"C:\\Program Files\\XnView\\xnview.exe\"", "bmp"],

or
["XNView", "\"C:\\Program Files\\XnView\\xnview.exe\"", "jpg"],

or
["XNView", "\"C:\\Program Files\\XnView\\xnview.exe\"", "png"],


That is supposed to tell the program Gimp to save the temp file as an certain extension, and open it in that program as that extension i believe.
I did try it this way and it didn't work.

For some reason mosaic, photomosaic and puzzle image maker start and the image isn't exported.
Also if i try and import an image it imports but the green arrow to start the program is grayed out.
These three programs only open certain extensions (jpeg,jpg, and bmp i believe).
Mosaic works fine as long as i import the image after it opens. (which is opposite of what the filter should do).
So that's useless to me. The other two will open by clicking the bat files but still are grayed out and useless.

These are the programs i have tested and found to run fine.

["XNView", "\"C:\\Program Files\\XnView\\xnview.exe\""],
["MS Paint", "\"C:\\WINDOWS\\system32\\mspaint.exe\""],
["Deep Paint", "\"C:\\Program Files\\DeepPaint\\deeppaint.exe\""],
["Inkscape", "\"C:\\Program Files\\Inkscape\\inkscape.exe\""],
["PaintDOTNet", "\"C:\\Program Files\\Paint.NET\\PaintDotNet.exe\""],
["MyPaint", "\"C:\\Program Files\\MyPaint\\mypaint.exe\""],
["Photo Filter Factory", "\"C:\\Program Files\\Photo Filter Factory\\Photo Filter Factory.exe\""],
["Photo Pos Pro", "\"C:\\Program Files\\Photo Pos Pro\\Photo Pos Pro.exe\""],
#["Java mosaic", "\"C:\\JavaJars\\mosaic.bat\""], <-- still trying to get to run properly
["Java Image Editor", "\"C:\\JavaJars\\imageeditor.bat\""],
["Vector Magic", "\"C:\\Program Files\\Vector Magic\\vmde.exe\""],
["Photo Clinic", "\"C:\\MAGIX\\Photo_Clinic_45\\PhotoClinic.exe\""],

That's actually quite a list considering the functions involved. :)

_________________
Image


Top
 Post subject: Re: XNViewShell - and other Programs you can call with Gimp
PostPosted: Thu Feb 24, 2011 4:04 am  (#154) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16015
I finally got my Filter Factory disc in the snail mail. :)
["Photo Filter Factory", "\"C:\\Program Files\\Photo Filter Factory\\Photo Filter Factory.exe\""],

This program has made me a very happy camper, as it can be opened in Gimp, and it in return can open Filter Forge (about 8,000 filters online), and Photo-Shops Filter Gallery.That's about 10 thousand filters at my fingertips now including the ones mailed to me today. :lol
Not like ill ever use that many probably in a lifetime.
The company that sent me the disc also sent me a folder with 2,387 8bf filters, and 1,800 FL filters.
WOW!

Ohh how sweeeet it is! :)

_________________
Image


Top
 Post subject: Re: XNViewShell - and other Programs you can call with Gimp
PostPosted: Thu Feb 24, 2011 1:57 pm  (#155) 
Offline
GimpChat Member
User avatar

Joined: Jul 04, 2010
Posts: 2253
Location: Retired Moderator Slowly Returning to the Living.
Please PM me the name of the company that you got your disk from!

_________________
Artists aren't crazy! We're eccentric! ~G.M. Ross

Image

My Sigs = My Photos
Check out my work at http://www.flickr.com/photos/photomastergreg.


Top
 Post subject: Re: XNViewShell - and other Programs you can call with Gimp
PostPosted: Thu Feb 24, 2011 8:54 pm  (#156) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16015
After i complained to the company upon purchase of Photo Filter Factory, and finding it would install but it wasn't installing any 8bf's after it installed blast.8bf - the company asked if i would rather wait for a disc with a portable in the mail - i agreed.It took 2 weeks to get it but it was worth the wait. :)
Photo-Master i sent you a PM. :)

_________________
Image


Top
 Post subject: Re: XNViewShell - and other Programs you can call with Gimp
PostPosted: Sun Feb 27, 2011 11:31 pm  (#157) 
Offline
GimpChat Member
User avatar

Joined: Jul 04, 2010
Posts: 2253
Location: Retired Moderator Slowly Returning to the Living.
Thanks muchly my friend!

_________________
Artists aren't crazy! We're eccentric! ~G.M. Ross

Image

My Sigs = My Photos
Check out my work at http://www.flickr.com/photos/photomastergreg.


Top
 Post subject: Re: XNViewShell - and other Programs you can call with Gimp
PostPosted: Mon Feb 28, 2011 1:08 am  (#158) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
@ ROD & PM

I strongly suggest if you wish to use Filter Factory to load them in FilterUnlimited (works also in Gimp for RGB, but you should use with xnview or similar to use with image with a alpha channel )
that allow to organize them and try several in succession without have to close and reopen each time


As alternative Francois Collard converted about 1500 FF for the gimp Userfilter ( Win version of UserFilter was renamed Filter Factory Converter) are all here (inside the GUF folder)
http://browse.deviantart.com/?q=photoco ... 4#/d1on0rm

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: XNViewShell - and other Programs you can call with Gimp
PostPosted: Mon Feb 28, 2011 3:42 pm  (#159) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16015
Yes i have it installed PC, thanks for posting it.

@PM anytime ;)

_________________
Image


Top
 Post subject: Re: XNViewShell - and other Programs you can call with Gimp
PostPosted: Fri Mar 11, 2011 2:52 pm  (#160) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2637
Location: Poland
I still do not know how to export and return of OpenOfficeDraw.
OpenOffice does not allow to overwrite the file in the export.
The next link of free software with the help of (XNView)ShelL, I think it would be a great thing.

Does anyone have any idea (pdf; eps ...) ?

_________________
Image


Top
Post new topic Reply to topic  [ 295 posts ]  Go to page Previous  1 ... 5, 6, 7, 8, 9, 10, 11 ... 15  Next

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group