Posts tagged with "preview"
Monday, 8. June 2009, 17:17:21
thumbnails, nautilus, gnome, thumbnailer
...

After many different posts about thumbnailers for various file formats, here is a complete collection for visual pimping your Nautilus. This is refered too Ubuntu Jaunty 9.04.
Read more...
Monday, 1. June 2009, 14:50:33
PSD, effect, xcf, preview
...

Surfing around at
Planet Gnome brings me to
Gloobus, a nice and handy preview addon inspired by the preview of
Mac OS X and Coverflow. For me the most interesting part is the
Coverflow effect integration into Nautilus.
The bad news is that witout rebuilding Nautilus only the normal
Gloobus 0.4 is available as a Deb archive. A really nice goody is that is install GTK PixBuf Loader for support of Photoshop PSD and GIMP XCF files to the entire Gnome desktop. So any Gnome graphics viewer (like EOG, F-Spot or gThumb) can preview these formats too.
If you like these features don't forget to support the project by a donation!
Wednesday, 17. December 2008, 19:07:22
PSD, Photoshop, thumbnail, imageing
...

Today i get a real amazing message from Jan Dudek. He started developing a PixBuf load for Photoshop PSD files for the Gnome Linux Desktop. That means PSD support for any Gnome application like the image viewer EOG, the document viewer Evince and in combination a thumbnailer for *.psd or *.pdd files for Nautilus too.
Read more...
Wednesday, 2. July 2008, 10:58:26
gedit, plugins, syntax, preview
...

I updated all my gEdit plugins to be completely localized in german or english. I added version numbers for all too, so you can easy check in the preferences which version you are using.
http://my.opera.com/area42/blog/gedit-language-reference-pluginhttp://my.opera.com/area42/blog/gedit-browser-preview-pluginhttp://my.opera.com/area42/blog/gedit-template-pluginHappy coding!
Tuesday, 29. April 2008, 18:21:27
plugin, gedit, external, tool
...

I updated my gEdit "Browser Preview" plugin, some bug fixes and feature enhancements:
* the plugin now checks first if IEs4Linux is installed, if not it tries to start the Internet Explorer 6 from the default Wine directory
* for testing webpages on the Webkit browser engine the plugin checks if
Midori is installed if not it tries to run Konquerer
* if you opened a HTML document from a FTP server the "ftp://" will replaced by "http://" in the browser
Read more...
Monday, 11. February 2008, 21:12:21
microsoft, internet explorer, web development, preview
...
IEs 4 Linux brings the Internet Explorer 5,6 and 7 for web developers to Linux.
Many people getting display problems when using IEs4Linux with recent wine versions (>=0.9.52), the IE toolbar disappear and others bugs happens. For that problem a little emergency release is now available.
Thursday, 20. December 2007, 15:46:31
PSD, image editor, xcf, preview
...

I updated my Thumbnailer script that uses Gimp to create thumbnails of Photoshop (*.psd), Gimp (*.xcf) and other unsupported images for the Gnome file manager Nautilus.
The script runs much faster now because it is rewritten as a Gimp Python plugin (thanx to David Gowers for this excellent idea) and so Gimp mustn't opened or closed for any image.
Read more...
Sunday, 16. December 2007, 22:07:10
internet explorer, mac, web development, linux
...
IEs 4 Linux brings the Internet Explorer 5,6 and 7 for web developers to Linux. A while it seems nothing happens on the IEs 4 Linux project and so i didn't visit it a longer time. But the development wasn't dead and they released the
version 2.99 that brings a lot of improvements and better support for Internet Explorer 7. This is the last 2.x release and we can look forward for version 3.
The installer isn't longer just a shell script it starts now with a GUI and that's really cool! If you like to install the IE 7 you have to click at the "Advanced" button.
Mike Kronenberg started last porting
IEs4Linux to Mac OS X. He made all modifications to the script needed to make it run on Mac. He also macfied the install process to make it more like what Mac users expect.
Happy coding!
Saturday, 1. December 2007, 21:54:34
PSD, image editor, xcf, preview
...

When browsing through directories and searching for an image it would often be helpful getting an thumbnail of an image. But Nautilus the files manager of the Gnome Desktop didn't support many images formats like Photoshop's PSD, Silicon Graphics RGB or Gimp's XCF files.
I created a
Thumbnailer Gimp Python Plugin (copy it into "~/.gimp-2.4/plug-ins" and make sure it is executable) that generates thumbnails for Nautilus using
Gimp.
That's the first version (of something like
this) which means:
* No automatic thumbnail generation, you have to call it via
Nautilus Scripts or
Nautilus Actions like:
gimp-console -i -n -f -d -s -b '(python-fu-thumbnailer RUN-NONINTERACTIVE "/your/path/here")'
or for Nautilus Actions:
gimp-console -i -n -f -d -s -b '(python-fu-thumbnailer RUN-NONINTERACTIVE "%d")'
* Didn't running inside of Gimp (toolbox)
* "Browse Images..." in Gimps image window isn't implemented yet
* no visual feedback at the moment how much thumbnails are generated
Wednesday, 14. November 2007, 20:56:01
plugin, gedit, external, tool
...
On my way bringing
SweeTS - delicious TypoScript development to Linux, i wrote another plugin called
"Browser Preview". This plugin showing the current webpage you are editing in gEdit directly in Firefox, Opera, Midori or Konquerer and the Internet Explorer 6. This plugin is completely localized in german and english.
How it works:* you have to install all the browsers on your system
* Internet Explorer 6 support is done by
IEs4Linux in standard configuration and includes path converting
* Copy the files browser.gedit-plugin and browser.py into ~/.gnome2/gedit/plugins
* Start gEdit and enable the plugin "Browser Preview" in the preferences
* After a restart the plugin appears in the View menu
* Assign the typical shortcuts "F12", "Ctrl+F12" etc. to the different Browsers in the menu
Download:http://files.myopera.com/area42/files/gedit_browser_plugin.zipgEdit plugins i wrote too:http://my.opera.com/area42/blog/gedit-language-reference-pluginhttp://my.opera.com/area42/blog/gedit-template-pluginA lot of other gEdit plugins can be found
here.