Re: [Gimp-user] Google Chrome OS

2021-05-10 Thread Partha Bagchi via gimp-user-list
Disclaimer - I haven't tested out linux on Chrome OS, though I've played
with Chrome OS on a spare laptop. so you'll have to do the heavy lifting.

Chrome OS has had the ability to run  linux apps for quite a while. So,
first enable linux apps on your Chromebook. This should help:
https://opensource.com/article/20/9/linux-chromebook

Then once you've done that, it "should" be as simple as "sudo apt-get
install gimp".

Hope this helps. If not, please let me know.

Thanks,
Partha

On Mon, May 10, 2021 at 1:04 PM matthew kane via gimp-user-list <
gimp-user-list@gnome.org> wrote:

> Hello,
>
> I recently purchased a Samsung Galaxy Chromebook. I tried to download GIMP
> but it did not work. I know there is something called Linux that is
> available to download on the chromebook, I just don't know anything about
> it and didn't really care, until now. If I get this Linux program on my
> chromebook will I be able to download GIMP?
>
> Thanks
> Matthew
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Opening uncompressed NASA image files in GIMP

2020-12-05 Thread Partha Bagchi via gimp-user-list
Rick,

Have you compiled from source before on a Mac? If not, it's likely that you
don't have the Xcode command line tools installed.

Please do the following in the terminal app:
xcode-select   --install

If that doesn't work, you will have to sign the Apple Developer's agreement
before proceeding.

Hope this helps!

Partha



On Sat, Dec 5, 2020 at 1:53 PM Rick Kline  wrote:

> Yes, it appears that I own the folder:
>
> ls -l
> results in
> drwsrwxrwx@ 27 rickkline  staff 864 Dec  4 23:30 pds-2.4.116
>
> pds-2.4.116 is the directory
>
> I wonder if it might have to do with the CC compiler. configure calls for
> gcc, but Mac OS now uses clang. gcc points to clang as a convenience, at
> least for now, but just in case, I tried
>
> CC=clang ./configure
>
> Results of which, in
>
> Ricks-iMac:pds-2.4.116 rickkline$ CC=clang ./configure
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... ./install-sh -c -d
> checking for gawk... no
> checking for mawk... no
> checking for nawk... no
> checking for awk... awk
> checking whether make sets $(MAKE)... no
> checking for style of include used by make... none
> checking for gcc... clang
> checking whether the C compiler works... no
> configure: error: in `/Users/rickkline/Downloads/pds-2.4.116':
> configure: error: C compiler cannot create executables
> See `config.log' for more details
>
> The bold line "checking whether the C compiler works… no” concerns me.
>
> Thanks.
> Rick
>
>  * * ** *** *  * *
> It’s better to wave at a stranger than to ignore a friend
>  * * ** *** *  * *
>
>
>
> > On Dec 4, 2020, at 11:39 PM, Mark Morin  wrote:
> >
> > I don't see how it could happen but do you own the folder that the file
> is in?
> >
> > On 12/4/2020 11:10 PM, Rick Kline wrote:
> >> Just did sudo chmod 4777 ../pds-2.4.116
> >> Everyone should be able to do everything with that directory now.
> >> C compiler still can’t creat executables in pds-2.4.116
> >>
> >> Rick
> >>  * * ** *** *  * *
> >> It’s better to wave at a stranger than to ignore a friend
> >>  * * ** *** *  * *
> >>
> >>
> >>
> >>> On Dec 4, 2020, at 10:48 PM, Rick Kline  wrote:
> >>>
> >>> Tried chmod 777 ../pds-2.4.116
> >>> Mod didn’t change. I appear to be the owner.
> >>>
> >>> Rick
> >>> * * ** *** *  * *
> >>> It’s better to wave at a stranger than to ignore a friend
> >>> * * ** *** *  * *
> >>>
> >>>
> >>>
>  On Dec 4, 2020, at 10:31 PM, Rick Kline  wrote:
> 
>  Hey Kein,
> 
>  I cd’d to the /Users/rickkline/Downloads/pds-2.4.116 directory
> created by double clicking on pds-2.4.116.tar.gz in Downloads. Read INSTALL
> in the pds-2.4.116 directory and based on that issued the terminal command
> ./configure. Got an error message:
> 
>  configure: error: in `/Users/rickkline/Downloads/pds-2.4.116':
>  configure: error: C compiler cannot create executables
> 
>  Do I need to chmod to something other than what access is currently
> set to?
> 
>  ls -l results in -rw-r--r--@ 1 rickkline  staff  179736 Dec  2 23:12
> ../pds-2.4.116.tar.gz
> 
>  I imagine there should be an x in there somewhere.
> 
>  Thanks.
>  Rick
> 
>  * * ** *** *  * *
>  It’s better to wave at a stranger than to ignore a friend
>  * * ** *** *  * *
> 
> 
> 
> > On Dec 3, 2020, at 8:21 PM, Kevin Cozens  wrote:
> >
> > On 2020-12-03 7:22 p.m., Rick Kline wrote:
> >> The image is a closeup of a scorched portion of the Mars Rover
> Opportunity’s heat shield that was burned during its trip through the
> Martian atmosphere.
> > ok, ty. That explains why I was seeing what looked like a honeycomb
> in part of the image.
> >
> >> Thanks for the info. I’ll try to get a working plugin now that I’ve
> found the plugin directory at
> >> rickkline/Library/Application Support/GIMP/2.10/plug-ins
> > FYI, I downloaded the PDS plug-in source code from:
> >  http://areo.info/gimp/gimp-2.8/pds-2.4.116.tar.gz
> >
> > I tried to build it for use with the 2.99 (development) version of
> GIMP. There were errors in the pds.c file which lead me to believe the way
> that plug-ins tie in to GIMP has changed. I don't have time right now to
> work out what changes are required to fix the compile errors.
> >
> >> Do I need to use the cp command or can I copy it in Finder?
> > That's a question for a Mac user.
> >
> > --
> > Cheers!
> >
> > Kevin.
> >
> > http://www.ve3syb.ca/   | "Nerds make the shiny things
> that

Re: [Gimp-user] H E L P!

2020-12-05 Thread Partha Bagchi via gimp-user-list
I don't see any image. You typically cannot attach images here. You'll have
to put it somewhere.

On Sat, Dec 5, 2020 at 4:51 AM Ed Prothero via gimp-user-list <
gimp-user-list@gnome.org> wrote:

> Hello,
>
> I have version 2.10.22 and I want to change the WHITE color in this
> image to STEEL BLUE
>
>
>
>
>
>
> (this is STEEL BLUE)
>
>
> The color I come up with in GIMP IS NOT STEEL BLUE
>
> H E L P!!
>
> Ed Prothero
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Opening uncompressed NASA image files in GIMP

2020-12-04 Thread Partha Bagchi via gimp-user-list
Rick,

Something's not right with your GIMP structure.

Perhaps you can send me an email (it's listed on my website) with an image
of your GIMP installation and folder structure?

On Fri, Dec 4, 2020 at 10:06 PM Rick Kline  wrote:

> I looked in Gimp > Preferences > Folders. The only two listed are
> Temporary folder and Swap folder. No Plugins folder evident, probably
> because no plugins were loaded.
>
> Rick
>
>  * * ** *** *  * *
> It’s better to wave at a stranger than to ignore a friend
>  * * ** *** *  * *
>
>
>
> On Dec 3, 2020, at 12:27 PM, Pieter van Oostrum 
> wrote:
>
> The plug-in directory can be found under Gimp > Preferences > Folders >
> Plug-ins.
>
>
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Opening uncompressed NASA image files in GIMP

2020-12-03 Thread Partha Bagchi via gimp-user-list
If you show the folder structure in Finder, you can use finder. Otherwise
use the cp command.

On Thu, Dec 3, 2020 at 7:22 PM Rick Kline  wrote:

> The image is a closeup of a scorched portion of the Mars Rover
> Opportunity’s heat shield that was burned during its trip through the
> Martian atmosphere.
>
> Thanks for the info. I’ll try to get a working plugin now that I’ve found
> the plugin directory at
> rickkline/Library/Application Support/GIMP/2.10/plug-ins
>
> Do I need to use the cp command or can I copy it in Finder?
>
> Thanks.
> Rick
>
>  * * ** *** *  * *
> It’s better to wave at a stranger than to ignore a friend
>  * * ** *** *  * *
>
>
>
> > On Dec 3, 2020, at 12:43 PM, Kevin Cozens  wrote:
> >
> > On 2020-12-03 12:24 a.m., Rick Kline wrote:
> >> Like magic: changed file type to .data
> >> GIMP opens with width, height, offset (which I ignore, because I can’t
> find a proper header descriptor) and image type.
> >> Set height and width to 1024 and 1024, file type to Gray unsigned
> 16-bit Little Endian, and it opens as desired.
> >
> > I downloaded the source for the 2.4.116 version of the PDS plug-in for
> GIMP. To build it for Linux (I don't have access to a Mac) I needed to
> comment out the include of the gimpcompat.h in the pds.c file.
> >
> > I told gimp 2.10 to load the 1p157746813eff40b8p2363l3m1.img that you
> mentioned as a sample. It loaded the image up right away without asking me
> for any information. I did not have to change the file selection or tell
> GIMP what type of file I'm loading.
> >
> > I have no idea what I'm looking at in the sample image but the plug-in
> works. What I have found is that GIMP 2.10 hangs when trying to view the
> image properties.
> >
> > FYI, in the pds.c file that is in version 2.4.116 of the plug-in it says
> it "Loads files of the NASA PDS image format" with supported file
> extensions: img, imq, pds, edr, bb1, bb2, bb3, bb4, ir1, ir2, ir3, n07,
> n15, sur, sun, red, grn, blu, sgr, vio, qub, or lbl.
> >
> > --
> > Cheers!
> >
> > Kevin.
> >
> > http://www.ve3syb.ca/   | "Nerds make the shiny things that
> > https://www.patreon.com/KevinCozens | distract the mouth-breathers, and
> >| that's why we're powerful"
> > Owner of Elecraft K2 #2172  |
> > #include  | --Chris Hardwick
> > ___
> > gimp-user-list mailing list
> > List address:gimp-user-list@gnome.org
> > List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> > List archives:   https://mail.gnome.org/archives/gimp-user-list
>
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Opening uncompressed NASA image files in GIMP

2020-12-02 Thread Partha Bagchi via gimp-user-list
Since I've never played with pds files before, I can't tell you yet. I'll
test it on my McGimp build and let you know.

On Wed, Dec 2, 2020 at 11:05 PM Rick Kline  wrote:

> Thanks, Partha,
>
> That looks like just what I’m looking for, at least as far as file types.
> Will the 2.8 version of pds work with 2.10?
>
> Rick
>  * * ** *** *  * *
> It’s better to wave at a stranger than to ignore a friend
>  * * ** *** *  * *
>
>
>
> On Dec 2, 2020, at 10:59 PM, Partha Bagchi  wrote:
>
> This may or may not be useful to you ...
>
> http://areo.info/gimp/
>
>
> On Wed, Dec 2, 2020 at 10:43 PM Rick Kline  wrote:
>
>> Hi,
>>
>> I’m using GIMP 2.10.8 on an iMac.
>>
>> As a retired Data Manager of a NASA planetary image collection, I’m
>> comfortable with image manipulation. I’ve even written and given lessons in
>> how to make color and 3-D images from greyscale images.
>>
>> The main archive of NASA images is the PDS Imaging Node. The files are in
>> PDS uncompressed format (.IMG files), so no decompressor is required.
>>
>> P’shop used to have an “Open Raw” option that allowed Rows, Samples, and
>> Offset (header size), then just popped them open with no fuss.
>>
>> Is there a comparable method of opening .IMG images in GIMP?
>>
>> Sample directory:
>> https://pdsimage2.wr.usgs.gov/archive/mer1po/mer1po_0xxx/data/sol0333/edr/
>>
>> Sample image from the directory above:
>> 1p157746813eff40b8p2363l3m1.img
>>
>> Many thanks.
>> Rick
>>
>>  * * ** *** *  * *
>> It’s better to wave at a stranger than to ignore a friend
>>  * * ** *** *  * *
>>
>>
>>
>> ___
>> gimp-user-list mailing list
>> List address:gimp-user-list@gnome.org
>> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
>> List archives:   https://mail.gnome.org/archives/gimp-user-list
>>
>
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Opening uncompressed NASA image files in GIMP

2020-12-02 Thread Partha Bagchi via gimp-user-list
This may or may not be useful to you ...

http://areo.info/gimp/


On Wed, Dec 2, 2020 at 10:43 PM Rick Kline  wrote:

> Hi,
>
> I’m using GIMP 2.10.8 on an iMac.
>
> As a retired Data Manager of a NASA planetary image collection, I’m
> comfortable with image manipulation. I’ve even written and given lessons in
> how to make color and 3-D images from greyscale images.
>
> The main archive of NASA images is the PDS Imaging Node. The files are in
> PDS uncompressed format (.IMG files), so no decompressor is required.
>
> P’shop used to have an “Open Raw” option that allowed Rows, Samples, and
> Offset (header size), then just popped them open with no fuss.
>
> Is there a comparable method of opening .IMG images in GIMP?
>
> Sample directory:
> https://pdsimage2.wr.usgs.gov/archive/mer1po/mer1po_0xxx/data/sol0333/edr/
>
> Sample image from the directory above:
> 1p157746813eff40b8p2363l3m1.img
>
> Many thanks.
> Rick
>
>  * * ** *** *  * *
> It’s better to wave at a stranger than to ignore a friend
>  * * ** *** *  * *
>
>
>
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] [Gimp-developer] [ANNOUNCE] GIMP 2.10.22

2020-10-08 Thread Partha Bagchi via gimp-user-list
I'm working on my McGimp build as we speak. So, it should be out soon.

On Thu, Oct 8, 2020 at 4:57 PM Alexandre Prokoudine via gimp-developer-list
 wrote:

> Hi,
>
> GIMP 2.10.22 is out. Release highlights:
>
> - Improved HEIC and newly added AVIF support
> - Numerous improvements in the PSP file format support
> - Improved multi-layer TIFF exporting
> - Better handling of the Exif “Orientation” metadata
> - New “Sample merged” option in the GEGL operation tool
>
> Details: https://www.gimp.org/news/2020/10/07/gimp-2-10-22-released/
>
> Windows installer is available, so is the flatpak for Linux.
> Unfortunately, we won't have a build for macOS until someone steps up
> and contributes it.
>
> Alex
> ___
> gimp-developer-list mailing list
> List address:gimp-developer-l...@gnome.org
> List membership:
> https://mail.gnome.org/mailman/listinfo/gimp-developer-list
> List archives:   https://mail.gnome.org/archives/gimp-developer-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Updates on MacOS - Fake?

2020-07-14 Thread Partha Bagchi via gimp-user-list
I'm almost finished with my build if you are willing to wait a couple of
days...

On Tue, Jul 14, 2020 at 4:13 AM Alexandre Prokoudine via gimp-user-list <
gimp-user-list@gnome.org> wrote:

> Hello Harry,
>
> We never heard of that website before so can't recommend it.
>
> Our macOS packager has been busy, so far noone succeeded picking up where
> he left.
>
> Alex
>
> вт, 14 июл. 2020 г., 10:43 Harry Jacob :
>
> > Hi,
> >
> > the official release on MacOS is Gimp 2.10.14.
> > But now I found a release 2.10.18 on https://gimp.de.uptodown.com/mac
> >
> > Is this a fake or a try to get malware on my Mac?
> >
> > Or is it an alternative release I can trust?
> >
> >
> >
> > And what about the actual release 2.10.20 - when will we get it on Mac?
> >
> >
> >
> > Bye, Harry
> > ___
> > gimp-user-list mailing list
> > List address:gimp-user-list@gnome.org
> > List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> > List archives:   https://mail.gnome.org/archives/gimp-user-list
> >
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Is GIMP a knockoff of Photoshop?

2020-03-06 Thread Partha Bagchi via gimp-user-list
Well, GIMP can be downloaded from various places. You can download and
install.

Then head over to Adobe. Download and install Photoshop CC.

Now compare and viola! You have your answer.

On Fri, Mar 6, 2020 at 6:01 PM TheComputerGuy via gimp-user-list <
gimp-user-list@gnome.org> wrote:

> I'm being told GIMP is a knockoff of Photoshop rather than an alternative
> because "it fits the definition". Is this true or not?
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Need help with jpg-cannot get it to work..

2020-02-16 Thread Partha Bagchi via gimp-user-list
I took your cat image and tired to do what you wanted. See if this works
for you:

Open image in GIMP > Duplicate Layer > Desaturate Layer > Duplicate this BW
layer > Change mode to Dodge
Now you should see a completely blank screen. > Gaussian Blur (play with
the number - around 5 should do it ). You should see an outline of your
image.

Next use the levels (or curves) to adjust as needed. Next sharpen image.

This should get you started. Otherwise, let me know.


On Sun, Feb 16, 2020 at 2:22 AM theweblady  wrote:

> This pic is closer to what I looking for but not exactly it-
> any suggestions anyone?
> and thank you everyone for your advice, help and kind words..it means a
> lot.. xx
>
>
>
>
>
> >I can change it to a person if that would be better-need to do same
> >thing-turn
> >into a coloring book page-
> >Attachments:
> >* https://www.gimpusers.com/system/attachments/1367/original/gene2.jpg
>
> Attachments:
> * https://www.gimpusers.com/system/attachments/1368/original/gene2.pdf.png
>
> --
> theweblady (via www.gimpusers.com/forums)
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Need help with jpg-cannot get it to work..

2020-02-15 Thread Partha Bagchi via gimp-user-list
Can you be more specific about "turn into a coloring book page"?

On Sat, Feb 15, 2020 at 10:12 PM theweblady  wrote:

> Hi Rick,
> I have never used gimp before-only photoshop so this is my first project
> with
> it.
> Plus there is no manual for this version so I have no instructions-
> im feeling a bit like a fish out of water..
> I have heard such great things about gimp but I am totally lost-
> could you help with this and show me how to get it to look the way I need?
>
> thanks!
>
>
>
>
>
>
> >Start by increasing the contrast of your colour photo.
> >
> >Rick S.
> >
> >-Original Message-
> >From: theweblady
> >Sent: Friday, February 14, 2020 8:47 PM
> >To: gimp-user-list@gnome.org
> >Subject: [Gimp-user] Need help with jpg-cannot get it to work..
> >
> >Hi,
> >Im hoping someone can help me. I have a color photo I need to turn
> >into a
> >coloring book page.
> >
> >Im using gimp 2.10.14
> >
> >I have tried everything I can find about doing this with older
> >versions of
> >gimp
> >but when I use those directions they don't work as the menu has
> >changed.
> >There
> >doesn't seem to be any documentation on how to do this in this
> >version. Can
> >anyone do me a favor and walk me thru this? When I try it the old way
> >I just
> >wind up with black and white blobs.
> >
> >I am starting with a color photo that is a jpg.
> >I turn it into greyscale.
> >I need to make a duplicate to work on.
> >
> >now what? It needs to wind up a lined pic suitable to use as a
> >coloring
> >page.
> >
> >Thanks so much!
> >
> >Attachments:
> >*
> >https://www.gimpusers.com/system/attachments/1360/original/kaia1.jpeg
>
> --
> theweblady (via www.gimpusers.com/forums)
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] loading jp2 images

2020-01-28 Thread Partha Bagchi via gimp-user-list
Psot=12 implies that it's a special case that can be read by Kakadu.
Otherwise Psot has to be greater or equal to 14.

I used the Kakadu demo viewer and it still shows me 1 grayscale layer.
Sorry, this is where I stop. :)

On Tue, Jan 28, 2020 at 12:16 PM rich404  wrote:

> >You're obviously resourceful. :)
> >
> >Anyway, that image opens as grayscale for me. As a check, I opened it
> >in
> >Photoshop and that's a single layer grayscale as well.
>
>
> I initially thought it might be an old version of lib libopenjp2 (ubuntu
> bionic
> uses 2.3.0 ) but trying out an appimage with the latest 2.3.1 makes no
> difference.
>
> Might be this for you clever guys ;)   If I use imagemagick identify
> -verbose,
> end of the report is:
>
> Version: ImageMagick 7.0.9-17 Q16 x86_64 2020-01-23
> https://imagemagick.org
> identify: Empty SOT marker detected: Psot=12.
>  `OpenJP2' @ warning/jp2.c/JP2WarningHandler/237.
> identify: UnableToOpenConfigureFile `colors.xml' @
> warning/configure.c/GetConfigureOptions/702.
>
> I still think an libopenjp2 issue rather than Gimp.
>
> --
> rich404 (via www.gimpusers.com/forums)
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] loading jp2 images

2020-01-28 Thread Partha Bagchi via gimp-user-list
You're obviously resourceful. :)

Anyway, that image opens as grayscale for me. As a check, I opened it in
Photoshop and that's a single layer grayscale as well.

On Tue, Jan 28, 2020 at 3:36 AM rich404  wrote:

> >I don't see a reference image though I've asked for one.
>
> Could be because you are on the mailing list  and I use the gimpuser.com
> forum
> maybe the post is scrambled.
>
> Go back a couple of posts to find
>
> quote
> ./data/strider/USGS/m_3807862_nw_17_1_20160620_20160928.jp2.unquote
>
> then a search for USGS/m_3807862_nw_17_1_20160620_20160928.jp2 gets
>
>
> https://catalog.data.gov/dataset/fsa-10-1-naip-imagery-m-3807862-nw-17-1-20160620-20160928-3-75-x-3-75-minute-jpeg2000-from-the-d938d
>
> and a download link to
>
>
> https://prd-tnm.s3.amazonaws.com/StagedProducts/NAIP/va_2016/38078/m_3807862_nw_17_1_20160620_20160928.jp2
>
> --
> rich404 (via www.gimpusers.com/forums)
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] loading jp2 images

2020-01-27 Thread Partha Bagchi via gimp-user-list
I don't see a reference image though I've asked for one.

On Mon, Jan 27, 2020 at 2:30 PM rich404  wrote:

> >Please let me restate the problem:
> >
> >When opening a jp2 file, gimp is opening only one layer, even though
> >the headers
> >are showing four bands and at least 2 layers...
> >r,
> >max
>
> Interesting, now that there is a reference image.
>
> Using ImageMagick (IM) identify - the jp2 is 8 bit grayscale with alpha.
> AFAIK
> IM uses the same libopenjp2 library as Gimp.
>
> However, using XnViewMP the image displays as RGB. Converts to a large tiff
> (with alpha) which does open (with complaints) by Gimp 2.10.14 (using
> kubuntu
> 18.04)
>
> At least that will get the image into Gimp.
>
> Attachments:
> * https://www.gimpusers.com/system/attachments/1352/original/jpeg2000.jpg
>
> --
> rich404 (via www.gimpusers.com/forums)
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] loading jp2 images

2020-01-27 Thread Partha Bagchi via gimp-user-list
This is simply not true. GIMP has been able to open jp2 files for
quite some time.

It simply means that you're missing jp2 filetype from your GIMP build.

On Mon, Jan 27, 2020 at 10:26 AM Adrian Midgley via gimp-user-list <
gimp-user-list@gnome.org> wrote:

> That's a JPEG2000 format image.
> It allows larger colour depth and lossless compression, compared to JPEG.
>
> Gimp up to 9.2 couldn't open them.  I doubt 2.10 can.
>
> You can convert them to JPG or probably to TIF and those are both openable.
>
> On Wed, 22 Jan 2020, 22:34 mlorenzo2408,  wrote:
>
> > Hello,
> > I am trying to load a JP2 image from the USGS.
> > from the metaviewer i have:
> > BitsPerSample 8 8 8
> > Photo.ColorSpace sRGB
> > From image properties:
> > Size in pixels: 6963 X 8854 pixels
> > Color Space: Grayscale
> > Number of layers: 1
> >
> > There is a color image there, it shows in qgis.  How do i get gimp to
> load
> > the
> > color image?
> >
> > --
> > mlorenzo2408 (via www.gimpusers.com/forums)
> > ___
> > gimp-user-list mailing list
> > List address:gimp-user-list@gnome.org
> > List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> > List archives:   https://mail.gnome.org/archives/gimp-user-list
> >
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Upload photos

2019-01-05 Thread Partha Bagchi via gimp-user-list
On Fri, Jan 4, 2019 at 11:23 PM Alexandre Prokoudine via gimp-user-list <
gimp-user-list@gnome.org> wrote:

> On Sat, Jan 5, 2019 at 5:22 AM rayben wrote:
> >
> > Can some one explain how to get photos into Gimp 2.10.8
>
> File > Open...
>
> Alex
>
> Do you mean raw photos or simply processed jpgs?
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Command line GIMP 2.10.6

2018-11-18 Thread Partha Bagchi via gimp-user-list
Depending on your installations, if the installation folder is not in your
PATH, you can "cd" over to that folder:
cd "C:\Your Installation Folder\bin"
gimp -h


On Sun, Nov 18, 2018 at 4:04 PM Tim Even via gimp-user-list <
gimp-user-list@gnome.org> wrote:

> Hello,
>
> I need to do batch processing of photo files.  gimp from a command
> line dosn't work. To wit: PS C:\Users\timre> gimp gimp : The term
> 'gimp' is not recognized as the name of a cmdlet,  Same for
> gimp_2.10.6.   Can I do this with gimp 2.10.6 on Win 10 -- or 2.10.8
> on Linux?
>
> Thanks!
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] New User Need Help Enlarging/Enhancing Image

2018-08-13 Thread Partha Bagchi via gimp-user-list
The image is 2048x1536 (3.1 MP). Best you can hope for is an 8 by 10.
That's inches. If you are willing to sacrifice quality further you can try
printing in 150dpi which would give you 14 by 10.

On Mon, Aug 13, 2018 at 12:42 PM nickib  wrote:

> >I had a friend play with both the iPhone images and the camera images
> >using Lightroom. Would it be ok if I uploaded both the RAW (KDC)
> >images and the ones she edited to get a better idea of what
> >enlargement IS possible?  I’m at the point where even if I cannot use
> >it for the 48x24 size it’s too beautiful to not do something with it!
> >I appreciate any help!  Thanks.
>
> Here is one that was taken from my camera and edited in Lightroom.  I have
> no
> idea how large this would be able to be printed.  Do you?  Is there
> anywhere
> online I can submit several pictures to see how large they can be made
> without
> losing quality?  I really want to use this picture somehow!  Thanks again.
>
> Attachments:
> *
> http://www.gimpusers.com/system/attachments/991/original/Nicki_Sunset_Picture_1_(Favorite).jpg
>
> --
> nickib (via www.gimpusers.com/forums)
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list

Re: [Gimp-user] problems resolving dependencies such as GEGL and BABL

2018-07-31 Thread Partha Bagchi via gimp-user-list
On Tue, Jul 31, 2018 at 10:59 AM psynwavez  wrote:

> i've tried several avenues, most recently making and/or ./configure the
> archives
> downloaded from
>
> https://gitlab.gnome.org/GNOME/gimp/issues/1936
>
> https://gitlab.gnome.org/GNOME/gegl
>
> https://gitlab.gnome.org/GNOME/babl
>
> to no avail.
>
>  - Error: missing dependency babl >= 0.1.46
>   - Error: missing dependency gegl-0.3 >= 0.3.34
>   - Error: missing dependency glib >= 2.54.2
>   *** Test for GLIB failed
>   - Error: missing dependency fontconfig >= 2.12.4
>   - Error: missing dependency gexiv2 >= 0.10.6
>   - Error: missing dependency libmypaint >= 1.3.0
>   - Error: missing dependency mypaint-brushes-1.0
>   - PyCairo 1.0.2 or newer
>   *** Please install it, or skip building the python scripting
> extension by
>   *** passing --disable-python to configure (but then you will not be
> able
>   *** to use scripts for GIMP that are written in Python).
>
> any help is appreciated.
>
> im using Debian 9.4
>
> thanks in advance
>
> --
> psynwavez (via www.gimpusers.com/forums)
> ___
>
> Are you familiar with building packages? If not, I suggest you download
the AppImage to play with.

Otherwise, what is the output of the following command:
 pkg-config --modversion babl
?
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] GIMP on Chromebooks?

2018-07-26 Thread Partha Bagchi via gimp-user-list
Install Crouton; follow the link below.
https://www.howtogeek.com/343222/how-to-run-linux-apps-on-a-chromebook-without-opening-a-full-linux-window/


Then download the AppImage (
https://discuss.pixls.us/t/community-built-software/2137). See if that
works for you.

On Thu, Jul 26, 2018 at 12:37 PM Helen via gimp-user-list <
gimp-user-list@gnome.org> wrote:

>  I'm thinking to get a Chromebook and wondering if GIMP works well on a
> Chromebook.
> I've seen conflicting opinions (some say you can install GIMP but it's not
> the full
> version of GIMP).  So I wonder if anyone has any knowledge or experience of
> whether
> GIMP installs and works well on Chromebook.
> Thanks,
> Helen, using GIMP on Suse Linux
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list