Scribus Converter

  • Français

As its impossible to open a file scribus in an older version it has been saved with, it sometimes difficult to share documents or try to work with a new release without loosing times.

This script just changed the header of the file so that it can be opened in older version but don’t avoid data loss if some features are not supported. Well it’s not a backport script but changes can be done in your file :)

Download scribus converter

Script de détection d’encodage pour Scribus

  • Français

Translate original post with Google Translate

Durant la session de création du manuel Scribus, la question de l’import de fichier texte et plus particulièrement du support de l’encodage de ces fichiers a été abordée. Scribus laisse la main à l’utilisateur pour choisir le bon encodage mais que ce passe-t-il quand le graphiste ne sait pas comment le fichier a été produit. Ce script python permet d’apporter une première réponse et peut remplacer partiellement la commande file -i. Le résultat détecté s’affichera dans une fenêtre et offrira une première approche pour choisir le bon encodage dans la fenêtre d’import de texte brut.

Comment utiliser ?

Ce script utilise des modules standards de python qui sont subprocess, shlex, et aussi chardet et scribus. Il ne peut être lancé que depuis Scribus.

  1. Télécharger le fichier text_encoding.py.zip;
  2. Décompressez le dans le dossier de votre choix ou dans le dossier .scribus/plugins de votre dossier utilisateur;
  3. Dans Scribus, utilisez Script>Démarrer un script et aller chercher le script décompressé;
  4. Le script vous demande de choisir le fichier à tester.

Importing ressources into Gimp

  • Français

This little scripts helps people who don’t have a good knowledge of their OS to import gimp ressource, like brushes, patterns, scripts, palettes… into the right gimp user directory. Unfortunately, this script isn’t auto-installed so let’s do the first effort. To use this plug-in, you just have to :

  1. download import-ressources.py
  2. paste it in the .gimp-2.6/plug-ins user folder (MacOS, Library/Application Support/Gimp/plug-ins seems better)
  3. make it executable if necessary chmod +x
  4. launch or relaunch Gimp
  5. it should appear at the bottom of the Edit menu
  6. 1 or 3 fields could be displayed in to window. 3 if there is no image open. But even in this case, just use the last and tell what to import by browsing your directories

This plug-in has been tested on Linux and Macs, but on Macs, it seems that default user gimp directory /Users/votrenom/.gimp-2.6 is not added in the default folders. You should do it to make this work by adding folders in the preferences categories.

tell if you find it useful or have trouble with it.

Drop Shadow with scribus

  • Français

Scribus does not support fuzzy drop shadow for the simple reason that fuzzy gradients and transparency does not exist as such in print process, so that scribus developers prefer to put their efforts on something more reliable and useful. However, many users would like it. I’ve spent some time to add an equivalent feature using python script and tkinter. This script does not change the Scribus basic behavior but a group a frame can be positioned under another, modified copies of the first taking into account various parameters provided by that user. It ‘s obviously not as quite good as InDesign’s but it is a first step. You can of course leave your impressions here and suggest improvements.

V3 release of Sept 20th 2010 added the support of any kind of shape as well as rounded corners enhancement on rectangles via a new checkbox Add round corners.

Aperçu de la fenêtre d'option de l'ombre portée

Drop Shadow à l'action : état avec V2 et apport de V3

The parameters are as follows:

  • distance x: horizontal distance between object and master ‘s shadow, if negative, going to left
  • distance y: vertical distance between the object and master ‘s, if negative, going to top
  • quality: determines the number of copies, the number of possible transition between the darkest part of the shadow and the lightest
  • attenuation: Sets the length of the blur ‘s shadow, located beyond the distance. The attenuation and quality are interdependent. Proper adjustment should take into account an attenuation being 3 times the quality
  • opacity: set maximum darkness of the shadow
  • Userealtransparency: You can use transparency instead of shade to define the steps of the shadow (beware of PDF export)
  • Color: choose color ‘ s shadow; colors available same as those define in scribus swatch.
  • Add round corners : if checked, rounded corners are added to the shadow and it will considered as rectangle. If not checked, the shape of the frame is kept for the shadow.

To make this script work:

  • download it in dropshadowTk3 for Scribus
  • install your file in .scribus/plugins directory
  • select an object in your page (you can’t actually apply the script to multiple objects) in Scribus
  • use the Script menu> Run a script and select the scriptfrom your directory, it will then appear in the recently used lately.

Separate+ Gimp Plugin Release

  • Français

The famous Gimp plugin separate+ that helps you export your file in colorproofed CMYK for perfect offset printed results has now reached a new release point : 0.5.5. The plugin can now produce JPEG or PSD that will improve the workflow between gimp user and photoshop users (in one way only at least). It is now much more easier to select the profile you want to use.
Don’t forget to activate proof screen rendering in the Gimp preferences !

Remember that ECI has earlier this year updatedd FOGRA profiles used by Adobe.

Official seprate+ page and check this plugin if you need PDF CMYL too

Download Separate+ 0.5.5 for Gimp here