Re: [Gimp-user] Opening PNG images with offset as layers

2005-10-13 Thread Timo
On Wed, 2005-10-12 at 13:44 -0400, Jeffrey Brent McBeth wrote:
> Incidentally, an easy way to create one is to use ImageMagick to
> crop the PNG.

I can create them with GIMP too; I crop a layer and then, the layer
being selected, 'Save as' => 'Ignore' => 'OK' ('Save layer offset'
ticked).

> Last I checked, it stores the oFFs chunk, which when opening the
> image in GIMP, causes the layer to be offset.

Same here

> The issue at hand is that if you open the image as a layer (rather
> than as an image), the offset is ignored and the layer is centered.

Correct

> I would be interested to know if you have a selection when you open
> the image as layer, does it center the layer on the selection (it
> would be consistent with the floating layer's behaviour.

Selection seems not to affect the behaviour in any way. I tried with no
selection, the whole image selected and a small portion of the image
selected. Opening a small offsetted image as layer came up always at the
center of the whole image.

--

Timo


___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] ufraw-0.4-2.i386.rpm

2005-10-13 Thread Carol Spears
On Thu, Oct 13, 2005 at 11:24:39PM +0100, Orlando Figueiredo wrote:
> Can you be a little more specific how can I check the cvs version. You
> know I am kind newbie to Linux and Gimp was one of the reasons to
> change.
> 
there are fairly good instructions about how to use cvs to get a
checkout on gimp.org:
http://www.gimp.org/source/howtos/stable-cvs-get.html

it should be relatively easy to take the gimp parts out and use the
parts that would be relevant to a different repository.

even in this example, it is more complicated to get a specific version
than it is to get the current developer version.  for instance, from
this how to: "cvs checkout -r gimp-2-2 gimp" should become: "cvs
checkout gimp" if you are interested in todays version.

the cvsrc that was can be found there was written to be nice to the cvs
server and to your own system.

i am rather proud of this document here.  i had only a little to do with
the writing of it.  gimp has occasionally had some really excellent
document writers.

carol

___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] Re : Curve corners

2005-10-13 Thread cedric GEMY

It depends of th eversion you're using :
For any : see http://registry.gimp.org/list?name=rounded.
For dev : Image/Selection>Rounded Rectangle

Cheers
Cedric
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] ufraw-0.4-2.i386.rpm

2005-10-13 Thread Orlando Figueiredo
Hi Nir

Can you be a little more specific how can I check the cvs version. You
know I am kind newbie to Linux and Gimp was one of the reasons to
change.
Thanks
Orlando

Sex, 2005-10-14 às 00:07 +0200, Nir Dremer escreveu:
> 
> I highly recommend checking the cvs version (which is the soon to be
> 0,6).
> 
> There are many changes there, and one of them might be this (though i
> didnt have time to check for you).
> 
> 
> cheers
> 
> On Thu, 2005-10-13 at 22:44 +0100, Orlando Figueiredo wrote:  
> > Thanks Rikard. I think that is too hack the file is a little bit too
> > much for my knowledge.
> > Anyway the strange thing is that if you go to David Cofin's web page
> > http://www.cybercom.net/~dcoffin/dcraw/ he has a list of cameras with
> > which dcraw is supposed to work and the Canon EOS350D is listed there.
> > 
> > Thanks for the help
> > Orlando
> > 
> > 
> > Qui, 2005-10-13 às 23:08 +0200, Rikard Johnels escreveu:
> > > On Thursday 13 October 2005 22.54, Orlando Figueiredo wrote:
> > > > Hello everybody
> > > >
> > > > A few days ago I put here a a message about the instalation of dcraw. I
> > > > did the instalation of the package referred on subject and everything
> > > > went OK. After the instalation the Gimp open window included the the
> > > > option for raw files. The problem is that when I try to open my EOS350D
> > > > raw files (*.cr2 - that is included in the file extensions listed in
> > > > ufraw) I get a message saying that EOS350D is not available yet.
> > > > I found a at rpm.pbone.net newer releases of the package but for Fedora
> > > > 4 the one mentioned on subject is the newer.
> > > > I wonder if anybody here worked with raw files from that machine and how
> > > > did it work? Or if anybody has any ideas to sove the problem.
> > > >
> > > > Thanks a lot.
> > > >
> > > > Orlando
> > > >
> > > >
> > > > ___
> > > > Gimp-user mailing list
> > > > Gimp-user@lists.xcf.berkeley.edu
> > > > http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
> > > 
> > > I myself havent got a 350D but i did a grep on the ufraw source.
> > > ~/Build/ufraw-0.5> grep EOS *
> > >  
> > > Binary file dcraw matches
> > > dcraw.c:  fseek (ifp, strstr(model,"EOS-1D") ? 68:50, SEEK_CUR);
> > > dcraw.c:  if (((!strcmp(model,"Canon EOS DIGITAL REBEL") ||
> > > dcraw.c:!strcmp(model,"Canon EOS 300D DIGITAL"))) && wbi == 6)
> > > dcraw.c:  if (!strcmp(model,"Canon EOS D30")) {
> > > dcraw.c:  if (!strcmp(model,"Canon EOS 10D"))
> > > dcraw.c:  if (wbi == 0 && !strcmp(model,"Canon EOS D30"))
> > > dcraw.c:{ "Canon EOS D2000",
> > > dcraw.c:{ "Canon EOS D6000",
> > > dcraw.c:{ "Canon EOS D30",
> > > dcraw.c:{ "Canon EOS D60",
> > > dcraw.c:{ "Canon EOS 10D",
> > > dcraw.c:{ "Canon EOS 20D",
> > > dcraw.c:{ "Canon EOS-1Ds Mark II",
> > > dcraw.c:{ "Canon EOS-1D Mark II",
> > > dcraw.c:{ "Canon EOS-1DS",
> > > dcraw.c:{ "Canon EOS-1D",
> > > dcraw.c:{ "Canon EOS",
> > > dcraw.c:{ "KODAK EOSDCS1",
> > > dcraw.c:{ "KODAK EOSDCS3B",
> > > dcraw.c:  } else if (!strcmp(model,"EOS D2000C")) {
> > > dcraw.c:  } else if (!strcmp(model,"EOS-1D")) {
> > > dcraw.c:  } else if (!strcmp(model,"EOS-1DS")) {
> > > dcraw.c:} else if (!strcmp(model,"EOSDCS3B")) {
> > > dcraw.c:} else if (!strcmp(model,"EOSDCS1")) {
> > > Binary file dcraw-dcraw.o matches
> > > Binary file dcraw_nomain.o matches
> > > Binary file ufraw matches
> > > Binary file ufraw-batch matches
> > > Binary file ufraw-gimp matches
> > > 
> > > 
> > > 
> > > So it seems the support is yet to be implemented.
> > > 
> > > I cant bet on this; but you MIGHT be able to hack the dcraw.c file and 
> > > add 
> > > "Canon EOS..." (exact syntax probably according to the EXIF header of a 
> > > JPEG 
> > > photo from the camera)
> > > 
> > > It may or may not work...
> > > 
> > > 
> > 
> > ___
> > Gimp-user mailing list
> > Gimp-user@lists.xcf.berkeley.edu
> > http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
> > 
> 
> 
> 
> Cheers,
> Nir Dremer
> 
> "The best way to predict the future is to invent it." -- Alan Kay
> 
> 
> 
> 
> 

___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] ufraw-0.4-2.i386.rpm

2005-10-13 Thread Nir Dremer





I highly recommend checking the cvs version (which is the soon to be 0,6).

There are many changes there, and one of them might be this (though i didnt have time to check for you).


cheers

On Thu, 2005-10-13 at 22:44 +0100, Orlando Figueiredo wrote:


Thanks Rikard. I think that is too hack the file is a little bit too
much for my knowledge.
Anyway the strange thing is that if you go to David Cofin's web page
http://www.cybercom.net/~dcoffin/dcraw/ he has a list of cameras with
which dcraw is supposed to work and the Canon EOS350D is listed there.

Thanks for the help
Orlando


Qui, 2005-10-13 às 23:08 +0200, Rikard Johnels escreveu:
> On Thursday 13 October 2005 22.54, Orlando Figueiredo wrote:
> > Hello everybody
> >
> > A few days ago I put here a a message about the instalation of dcraw. I
> > did the instalation of the package referred on subject and everything
> > went OK. After the instalation the Gimp open window included the the
> > option for raw files. The problem is that when I try to open my EOS350D
> > raw files (*.cr2 - that is included in the file extensions listed in
> > ufraw) I get a message saying that EOS350D is not available yet.
> > I found a at rpm.pbone.net newer releases of the package but for Fedora
> > 4 the one mentioned on subject is the newer.
> > I wonder if anybody here worked with raw files from that machine and how
> > did it work? Or if anybody has any ideas to sove the problem.
> >
> > Thanks a lot.
> >
> > Orlando
> >
> >
> > ___
> > Gimp-user mailing list
> > Gimp-user@lists.xcf.berkeley.edu
> > http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
> 
> I myself havent got a 350D but i did a grep on the ufraw source.
> ~/Build/ufraw-0.5> grep EOS *
>  
> Binary file dcraw matches
> dcraw.c:  fseek (ifp, strstr(model,"EOS-1D") ? 68:50, SEEK_CUR);
> dcraw.c:  if (((!strcmp(model,"Canon EOS DIGITAL REBEL") ||
> dcraw.c:!strcmp(model,"Canon EOS 300D DIGITAL"))) && wbi == 6)
> dcraw.c:  if (!strcmp(model,"Canon EOS D30")) {
> dcraw.c:  if (!strcmp(model,"Canon EOS 10D"))
> dcraw.c:  if (wbi == 0 && !strcmp(model,"Canon EOS D30"))
> dcraw.c:{ "Canon EOS D2000",
> dcraw.c:{ "Canon EOS D6000",
> dcraw.c:{ "Canon EOS D30",
> dcraw.c:{ "Canon EOS D60",
> dcraw.c:{ "Canon EOS 10D",
> dcraw.c:{ "Canon EOS 20D",
> dcraw.c:{ "Canon EOS-1Ds Mark II",
> dcraw.c:{ "Canon EOS-1D Mark II",
> dcraw.c:{ "Canon EOS-1DS",
> dcraw.c:{ "Canon EOS-1D",
> dcraw.c:{ "Canon EOS",
> dcraw.c:{ "KODAK EOSDCS1",
> dcraw.c:{ "KODAK EOSDCS3B",
> dcraw.c:  } else if (!strcmp(model,"EOS D2000C")) {
> dcraw.c:  } else if (!strcmp(model,"EOS-1D")) {
> dcraw.c:  } else if (!strcmp(model,"EOS-1DS")) {
> dcraw.c:} else if (!strcmp(model,"EOSDCS3B")) {
> dcraw.c:} else if (!strcmp(model,"EOSDCS1")) {
> Binary file dcraw-dcraw.o matches
> Binary file dcraw_nomain.o matches
> Binary file ufraw matches
> Binary file ufraw-batch matches
> Binary file ufraw-gimp matches
> 
> 
> 
> So it seems the support is yet to be implemented.
> 
> I cant bet on this; but you MIGHT be able to hack the dcraw.c file and add 
> "Canon EOS..." (exact syntax probably according to the EXIF header of a JPEG 
> photo from the camera)
> 
> It may or may not work...
> 
> 

___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user









Cheers,
Nir Dremer

"The best way to predict the future is to invent it." -- Alan Kay









Re: [Gimp-user] ufraw-0.4-2.i386.rpm

2005-10-13 Thread Orlando Figueiredo
Thanks Rikard. I think that is too hack the file is a little bit too
much for my knowledge.
Anyway the strange thing is that if you go to David Cofin's web page
http://www.cybercom.net/~dcoffin/dcraw/ he has a list of cameras with
which dcraw is supposed to work and the Canon EOS350D is listed there.

Thanks for the help
Orlando


Qui, 2005-10-13 às 23:08 +0200, Rikard Johnels escreveu:
> On Thursday 13 October 2005 22.54, Orlando Figueiredo wrote:
> > Hello everybody
> >
> > A few days ago I put here a a message about the instalation of dcraw. I
> > did the instalation of the package referred on subject and everything
> > went OK. After the instalation the Gimp open window included the the
> > option for raw files. The problem is that when I try to open my EOS350D
> > raw files (*.cr2 - that is included in the file extensions listed in
> > ufraw) I get a message saying that EOS350D is not available yet.
> > I found a at rpm.pbone.net newer releases of the package but for Fedora
> > 4 the one mentioned on subject is the newer.
> > I wonder if anybody here worked with raw files from that machine and how
> > did it work? Or if anybody has any ideas to sove the problem.
> >
> > Thanks a lot.
> >
> > Orlando
> >
> >
> > ___
> > Gimp-user mailing list
> > Gimp-user@lists.xcf.berkeley.edu
> > http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
> 
> I myself havent got a 350D but i did a grep on the ufraw source.
> ~/Build/ufraw-0.5> grep EOS *
>  
> Binary file dcraw matches
> dcraw.c:  fseek (ifp, strstr(model,"EOS-1D") ? 68:50, SEEK_CUR);
> dcraw.c:  if (((!strcmp(model,"Canon EOS DIGITAL REBEL") ||
> dcraw.c:!strcmp(model,"Canon EOS 300D DIGITAL"))) && wbi == 6)
> dcraw.c:  if (!strcmp(model,"Canon EOS D30")) {
> dcraw.c:  if (!strcmp(model,"Canon EOS 10D"))
> dcraw.c:  if (wbi == 0 && !strcmp(model,"Canon EOS D30"))
> dcraw.c:{ "Canon EOS D2000",
> dcraw.c:{ "Canon EOS D6000",
> dcraw.c:{ "Canon EOS D30",
> dcraw.c:{ "Canon EOS D60",
> dcraw.c:{ "Canon EOS 10D",
> dcraw.c:{ "Canon EOS 20D",
> dcraw.c:{ "Canon EOS-1Ds Mark II",
> dcraw.c:{ "Canon EOS-1D Mark II",
> dcraw.c:{ "Canon EOS-1DS",
> dcraw.c:{ "Canon EOS-1D",
> dcraw.c:{ "Canon EOS",
> dcraw.c:{ "KODAK EOSDCS1",
> dcraw.c:{ "KODAK EOSDCS3B",
> dcraw.c:  } else if (!strcmp(model,"EOS D2000C")) {
> dcraw.c:  } else if (!strcmp(model,"EOS-1D")) {
> dcraw.c:  } else if (!strcmp(model,"EOS-1DS")) {
> dcraw.c:} else if (!strcmp(model,"EOSDCS3B")) {
> dcraw.c:} else if (!strcmp(model,"EOSDCS1")) {
> Binary file dcraw-dcraw.o matches
> Binary file dcraw_nomain.o matches
> Binary file ufraw matches
> Binary file ufraw-batch matches
> Binary file ufraw-gimp matches
> 
> 
> 
> So it seems the support is yet to be implemented.
> 
> I cant bet on this; but you MIGHT be able to hack the dcraw.c file and add 
> "Canon EOS..." (exact syntax probably according to the EXIF header of a JPEG 
> photo from the camera)
> 
> It may or may not work...
> 
> 

___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] ufraw-0.4-2.i386.rpm

2005-10-13 Thread Rikard Johnels
On Thursday 13 October 2005 22.54, Orlando Figueiredo wrote:
> Hello everybody
>
> A few days ago I put here a a message about the instalation of dcraw. I
> did the instalation of the package referred on subject and everything
> went OK. After the instalation the Gimp open window included the the
> option for raw files. The problem is that when I try to open my EOS350D
> raw files (*.cr2 - that is included in the file extensions listed in
> ufraw) I get a message saying that EOS350D is not available yet.
> I found a at rpm.pbone.net newer releases of the package but for Fedora
> 4 the one mentioned on subject is the newer.
> I wonder if anybody here worked with raw files from that machine and how
> did it work? Or if anybody has any ideas to sove the problem.
>
> Thanks a lot.
>
> Orlando
>
>
> ___
> Gimp-user mailing list
> Gimp-user@lists.xcf.berkeley.edu
> http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user

I myself havent got a 350D but i did a grep on the ufraw source.
~/Build/ufraw-0.5> grep EOS *
 
Binary file dcraw matches
dcraw.c:  fseek (ifp, strstr(model,"EOS-1D") ? 68:50, SEEK_CUR);
dcraw.c:  if (((!strcmp(model,"Canon EOS DIGITAL REBEL") ||
dcraw.c:!strcmp(model,"Canon EOS 300D DIGITAL"))) && wbi == 6)
dcraw.c:  if (!strcmp(model,"Canon EOS D30")) {
dcraw.c:  if (!strcmp(model,"Canon EOS 10D"))
dcraw.c:  if (wbi == 0 && !strcmp(model,"Canon EOS D30"))
dcraw.c:{ "Canon EOS D2000",
dcraw.c:{ "Canon EOS D6000",
dcraw.c:{ "Canon EOS D30",
dcraw.c:{ "Canon EOS D60",
dcraw.c:{ "Canon EOS 10D",
dcraw.c:{ "Canon EOS 20D",
dcraw.c:{ "Canon EOS-1Ds Mark II",
dcraw.c:{ "Canon EOS-1D Mark II",
dcraw.c:{ "Canon EOS-1DS",
dcraw.c:{ "Canon EOS-1D",
dcraw.c:{ "Canon EOS",
dcraw.c:{ "KODAK EOSDCS1",
dcraw.c:{ "KODAK EOSDCS3B",
dcraw.c:  } else if (!strcmp(model,"EOS D2000C")) {
dcraw.c:  } else if (!strcmp(model,"EOS-1D")) {
dcraw.c:  } else if (!strcmp(model,"EOS-1DS")) {
dcraw.c:} else if (!strcmp(model,"EOSDCS3B")) {
dcraw.c:} else if (!strcmp(model,"EOSDCS1")) {
Binary file dcraw-dcraw.o matches
Binary file dcraw_nomain.o matches
Binary file ufraw matches
Binary file ufraw-batch matches
Binary file ufraw-gimp matches



So it seems the support is yet to be implemented.

I cant bet on this; but you MIGHT be able to hack the dcraw.c file and add 
"Canon EOS..." (exact syntax probably according to the EXIF header of a JPEG 
photo from the camera)

It may or may not work...


-- 
 /Rikard

-
email   : [EMAIL PROTECTED]
web : http://www.rikjoh.com
mob : +46 (0)736 19 76 25
 Public PGP fingerprint 
< 15 28 DF 78 67 98 B2 16 1F D3 FD C5 59 D4 B6 78  46 1C EE 56 >
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] ufraw-0.4-2.i386.rpm

2005-10-13 Thread Orlando Figueiredo
Hello everybody

A few days ago I put here a a message about the instalation of dcraw. I
did the instalation of the package referred on subject and everything
went OK. After the instalation the Gimp open window included the the
option for raw files. The problem is that when I try to open my EOS350D
raw files (*.cr2 - that is included in the file extensions listed in
ufraw) I get a message saying that EOS350D is not available yet.
I found a at rpm.pbone.net newer releases of the package but for Fedora
4 the one mentioned on subject is the newer.
I wonder if anybody here worked with raw files from that machine and how
did it work? Or if anybody has any ideas to sove the problem.

Thanks a lot.

Orlando


___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] Newbee question on alpha channels

2005-10-13 Thread Molnár Lajos
Hi!

I'm new with GIMP and graphic. I using version 2.2.8 on Windows XP.
My 2 question:
 - How can i paint only in the alpha channel?
 - I want in the channels window the preview change. Ok, now tis small
is combined with the alpha channel info, i will see the R-G-B values
without masked with the alpha channel.

Thanks
Lajos Molnar

___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] curve corners

2005-10-13 Thread Jad Madi
Hi,
how to create curve corners with Gimp like these ones
http://www.sitepoint.com/examples/roundcorners/box-corners5.htm

please advise.

--
Regards
Jad madi
Blog
http://EasyHTTP.com/jad/
Web standards Planet
http://W3planet.net/
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] Re: Lanczos interpolation method

2005-10-13 Thread GSR - FR
Hi,
[EMAIL PROTECTED] (2005-10-13 at 1256.54 +0200):
> On 10/11/05, Harish Narayanan <[EMAIL PROTECTED]> wrote:
> > cedric GEMY wrote:
> >
> > > Testing 2.3, i can there is new  interpolation method called Lanczos.
> > > It is described as being better than cubic. Does anyboy know simply :)
> > > how it works with the picture ?
> >
> > Actually, on a more generic level, is there some place (other than the
> > source) where one can look up algorithm details pertaining to things
> > like this and filters? If yes, awesome, if not, awesome, that will be a
> > most informative documentation project to embark on.
> 
> Comparisons of different interpolation methods (in this case not for
> scaling, but resampling for transformations like rotation.)
> 
> http://www.path.unimelb.edu.au/~dersch/interpolator/interpolator.html

Some comments about uses:
http://www.softimage.com/Products/Other/Illusion/support/tipsntricks/lancos.htm

Some images comparing lanczos vs nearest for scaling down (and an
hybrid system): http://imagebeat.com/mandala/thumbnail.html

GSR
 
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Lanczos interpolation method

2005-10-13 Thread Harish Narayanan
Øyvind Kolås wrote:

>Comparisons of different interpolation methods (in this case not for
>scaling, but resampling for transformations like rotation.)
>
>http://www.path.unimelb.edu.au/~dersch/interpolator/interpolator.html
>
Thank you, that was very informative.

Harish

--
http://delineate.wahgnube.org/

___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Lanczos interpolation method

2005-10-13 Thread Øyvind Kolås
On 10/11/05, Harish Narayanan <[EMAIL PROTECTED]> wrote:
> cedric GEMY wrote:
>
> > Testing 2.3, i can there is new  interpolation method called Lanczos.
> > It is described as being better than cubic. Does anyboy know simply :)
> > how it works with the picture ?
>
> Actually, on a more generic level, is there some place (other than the
> source) where one can look up algorithm details pertaining to things
> like this and filters? If yes, awesome, if not, awesome, that will be a
> most informative documentation project to embark on.

Comparisons of different interpolation methods (in this case not for
scaling, but resampling for transformations like rotation.)

http://www.path.unimelb.edu.au/~dersch/interpolator/interpolator.html

/pippin

--
«The future is already here. It's just not very evenly distributed»
 -- William Gibson
http://pippin.gimp.org/http://ffii.org/
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] dcraw

2005-10-13 Thread Rikard Johnels
On Thursday 13 October 2005 04.37, michael chang wrote:
> On 10/12/05, Orlando Figueiredo <[EMAIL PROTECTED]> wrote:
> > Thanks everybody for your sugestions and posts.
> >  I was abble to install the ufraw plugin using yum...
> >  Now, in the open window of gimp I can chosse the option to open the raw
> > format and it also includes *.cr2 which is the eos350D format. The
> > problem is that when I click to open the image I get a message that says
> > that eos350D is not suppoeted yet.
> >  I went to Dave Coffin's home page
> >  and I checked the
> > list and the eos350d is there. So I am confused and do not know what the
> > next step is?
> >  Any ideas??
>
> Maybe you have an outdated dcraw package, or you are missing a plugin
> or similar.  In such circumstances, the solution would to go through
> the painstaking process of downloading gimp development packages for
> your distribution, and building dcraw from source.
>
> Logically, my head tells me that
>
> yum install gimp-devel
>
> should work, although I've never used Fedora, as above.
>
> Then, presuming you have necessary packages like tar, gzip, make and
> gcc on your system (I don't remember if they're part of Fedora's
> default install) you can simply go:
>
> tar -xvzf dcraw-x-y-z.tar.gz
> cd dcraw-x-y-z
> ./configure
> make
>
> and then
>
> # make install
>
> [meaning run "make install" as root, either via su, sudo, or under
> root from a terminal login]
>
> similar to many other programs when building from source.  But there's
> no research behind this -- and hopefully dcraw comes with better
> and/or more detailed instructions in the package (if any).
>
> Like above, this is all guesses, and more likely than not unhelpful.
> A user of Fedora probably has a better answer.
>
> >  Thanks a lot... I really appreciated the previous help and please keep
> > helping me
> >  Orlando
> >
> > 2005/10/12, Bruno Postle <[EMAIL PROTECTED]>:
> > > On Wed 12-Oct-2005 at 14:44 +0100, Bruno Postle wrote:
> > > > Dcraw is actually part of Fedora fc4 extras, you should be able to
> > > > get it like so:
> > > >
> > > >   yum install dcraw
> > > >
> > > > (Though this doesn't give you any of the raw plugins for the gimp)
> > >
> > > For that you need ufraw:
> > >
> > >   yum install ufraw
> > >
> > > --
> > > Bruno
> > > ___
> > > Gimp-user mailing list
> > > Gimp-user@lists.xcf.berkeley.edu
> > > http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
>
> --
> ~Mike
>  - Just my two cents
>  - No man is an island, and no man is unable.
> ___
> Gimp-user mailing list
> Gimp-user@lists.xcf.berkeley.edu
> http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user

As i wrote in my previous reply; check 
http://ufraw.sourceforge.net/Install.html
There is a Feodora - Core 4 Extras link there
It points to 
http://fedoraproject.org/extras/4/i386/repodata/repoview/ufraw-0-0.4-2.html
"ufraw: GIMP plugin to retrieve raw image data from digital cameras"

If you do go the way and compile from source, the tarball contains a very nice 
README that explains almost everything needed to compile.

I haven't had any problems compiling it to get my Pentax *istDS .pef support.

Good luck!
-- 
 /Rikard

-
email   : [EMAIL PROTECTED]
web : http://www.rikjoh.com
mob : +46 (0)736 19 76 25
 Public PGP fingerprint 
< 15 28 DF 78 67 98 B2 16 1F D3 FD C5 59 D4 B6 78  46 1C EE 56 >
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user