[scribus] scribus Digest, Vol 27, Issue 14

Murray Strome wmstrome at yahoo.com
Wed Jun 16 04:23:29 CEST 2010


Thanks for these suggestions. Unfortunately, these were not too helpful. However, a later response from Gregory Pittman gave a few (somewhat cumbersome) methods to find the information. He also suggested that I file a "Feature Request" which I will do.

Murray

Forwarded Message: Re: [scribus] Locating Images on disk that are included in a Scribus document
Re: [scribus] Locating Images on disk that are included in a Scribus document
Tuesday, June 8, 2010 11:23 PM
From:
"Owen Cook" <rcook at pcug.org.au>
To:
"Scribus User Mailing List" <scribus at lists.scribus.net>
On Tue, Jun 08, 2010 at 10:28:57PM -0700, Murray Strome wrote:
> I tend to use a lot of images in documents I prepare using Scribus, and
> I tend to forget exactly which ones correspond to a particular image in
> the document. I normally have them in an Images folder within the
> folder for the particular project, but I usually have several
> subdirectories. Also, if I have hundreds of photos, I cannot remember
> which one corresponds to any particular one in the Images folder.
>
> Is
> there a simple way to "locate original image on disk" for any image on
> a page? If not, this would be a very useful addition (at least for me).
>


Hi,

If you hide the image, ie, Right Click->Preview settings->Un tick "Image Visible" you will be left with some details of the image.

If you want the full path, you need to hone your regex skills and extract out all the PFILE stuff, here is a little program that may work for you

#######################################################################

#!/usr/bin/perl

open (my $SLA, "<", "Document-1.sla") or die "Can't open file for reading $!\n";

while (<$SLA>){
my $line = $_;
if ($line =~ /PFILE="(.*)" PFILE2.*/){print "$1\n"}

}

#######################################################################


-- 
Owen


Forwarded Message: Re: [scribus] Locating Images on disk that are included in a Scribus document
Re: [scribus] Locating Images on disk that are included in a Scribus document
Tuesday, June 8, 2010 11:58 PM
From:
"a.l.e" <ale.comp_06 at xox.ch>
To:
scribus at lists.scribus.net
hi murray,

> On Tue, Jun 08, 2010 at 10:28:57PM -0700, Murray Strome wrote:
> > I tend to use a lot of images in documents I prepare using Scribus,
> > and I tend to forget exactly which ones correspond to a particular
> > image in the document. I normally have them in an Images folder
> > within the folder for the particular project, but I usually have
> > several subdirectories. Also, if I have hundreds of photos, I
> > cannot remember which one corresponds to any particular one in the
> > Images folder.
> >
> > Is
> > there a simple way to "locate original image on disk" for any image
> > on a page? If not, this would be a very useful addition (at least
> > for me).
> >
>
>
> Hi,
>
> If you hide the image, ie, Right Click->Preview settings->Un tick
> "Image Visible" you will be left with some details of the image.

or, if you are one of the lucky users of 1.3.7, go to extra > manage images and you will get all the information you may want about your images!

ciao
a.l.e


--- On Wed, 6/9/10, scribus-request at lists.scribus.net <scribus-request at lists.scribus.net> wrote:

> From: scribus-request at lists.scribus.net <scribus-request at lists.scribus.net>
> Subject: scribus Digest, Vol 27, Issue 14
> To: scribus at lists.scribus.net
> Received: Wednesday, June 9, 2010, 3:00 AM
> Send scribus mailing list submissions
> to
>     scribus at lists.scribus.net
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>     http://lists.scribus.net/mailman/listinfo/scribus
> or, via email, send a message with subject or body 'help'
> to
>     scribus-request at lists.scribus.net
> 
> You can reach the person managing the list at
>     scribus-owner at lists.scribus.net
> 
> When replying, please edit your Subject line so it is more
> specific
> than "Re: Contents of scribus digest..."
> Today's Topics:
> 
>    1. Re:  Locating Images on disk that
> are included in    a   
> Scribus
>       document (Owen Cook)
>    2. Re:  Locating Images on disk that
> are included in a Scribus
>       document (a.l.e)
>    3. Re:  Locating Images on disk that
> are included in a    Scribus
>       document (KIMMO KONTIO)







More information about the scribus mailing list