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

2020-12-07 Thread Kevin Cozens
On 2020-12-04 10:31 p.m., Rick Kline wrote: ls -l results in -rw-r--r--@ 1 rickklinestaff179736 Dec2 23:12 ../pds-2.4.116.tar.gz I imagine there should be an x in there somewhere. The pds-2.4.116.tar.gz is an archive containing one or more (compressed) files in it. It is not an executable

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

2020-12-07 Thread Rick Kline
Thanks, Cliff. That indeed gives me a whole lot more. Somehow I missed the + previously. Plug-ins has a couple of addresses: /Users/rickkline/Library/Application Support/GIMP/2.10/plug-ins /Applications/GIMP-2.10.8.app/Contents/Resources/lib/gimp/2.0/plug-ins Pieter, using Chrome, I go to

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

2020-12-07 Thread Cliff Pratt via gimp-user-list
That's what it looks like before you open the "Folders" folder/dropdown. Click on the arrow to the left of "Folders" in the left pane to see all the directories. Cheers, Cliff On Sat, Dec 5, 2020 at 4:06 PM Rick Kline wrote: > I looked in Gimp > Preferences > Folders. The only two listed are

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

2020-12-07 Thread Pieter van Oostrum
Rick Kline writes: > 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. > The plugins folder also contains the standard plugins, like file loading and saving. 1) How did

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

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

2020-12-05 Thread Rick Kline
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

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

2020-12-04 Thread Mark Morin
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 * *

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

2020-12-04 Thread Rick Kline
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 * * **

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

2020-12-04 Thread Rick Kline
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

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

2020-12-04 Thread Rick Kline
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

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

2020-12-04 Thread Rick Kline
I typed "$HOME/…” rather than the entire cp terminal command because my file structure wasn’t what was listed in the suggested cp terminal command. I’m not sure where the actual command structure is listed now. I subsequently found the path to the GIMP 2.10 plugins directory and cp terminal

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

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

2020-12-04 Thread Rick Kline
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

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

2020-12-04 Thread Rick Kline
Hi Liam, Sorry, I thought my message was clear. “It” in the case of my message to which you’re responding is the pds plugin. Once the pds plugin was in the right place: rickkline/Library/Application Support/GIMP/2.10/plug-ins and I try to restart GIMP 2.10.8, the GIMP load stops when GIMP tries

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

2020-12-04 Thread Pieter van Oostrum
Dave Stevens writes: > On Thu, 03 Dec 2020 18:27:36 +0100 > Pieter van Oostrum wrote: > >> Gimp > Preferences > Folders > Plug-ins > > on my 2.10.18 mint it's Edit > Preferences > Folders > Plug-ins Yes, mine is the MacOS version. -- Pieter van Oostrum www: http://pieter.vanoostrum.org/ PGP

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

2020-12-03 Thread Cliff Pratt via gimp-user-list
Just out of curiosity, probably nothing to do with your problem, what do you mean by "my system didn't like $HOME/"? In Unix-like systems, the $HOME variable equates to /home/, usually. Cheers, Cliff On Thu, Dec 3, 2020 at 5:30 PM Rick Kline wrote: > I found where GIMP plug-ins are stored by

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

2020-12-03 Thread Rick Kline
Thanks Kevin, I’ll get the file and try to build, although that’s not my strong suit. Rick * * ** *** * * * It’s better to wave at a stranger than to ignore a friend * * ** *** * * * > On Dec 3,

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

2020-12-03 Thread Kevin Cozens
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.

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

2020-12-03 Thread Rick Kline
Perfect, thanks, Partha. I saw the cp command and thought, why can’t I just drag it there myself? Rick * * ** *** * * * It’s better to wave at a stranger than to ignore a friend * * ** *** * * * > On

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

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

2020-12-03 Thread Rick Kline
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

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

2020-12-03 Thread Dave Stevens
On Thu, 03 Dec 2020 18:27:36 +0100 Pieter van Oostrum wrote: > Gimp > Preferences > Folders > Plug-ins on my 2.10.18 mint it's Edit > Preferences > Folders > Plug-ins Dave ___ gimp-user-list mailing list List address:gimp-user-list@gnome.org List

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

2020-12-03 Thread Kevin Cozens
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

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

2020-12-02 Thread Liam R E Quin
On Wed, 2020-12-02 at 23:33 -0500, Rick Kline wrote: > Any other Mac users? GIMP finds the pds plug-in, but OS X won’t open > it because it doesn’t recognize the creator. What to do? Canyou give a more detail step-by-step account of what exactly you click and when and where? "OS X won't open it

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

2020-12-02 Thread Rick Kline
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. Rick * * ** *** *

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

2020-12-02 Thread Rick Kline
I found where GIMP plug-ins are stored by searching with "where is the gimp plugins directory Mac” and got the reply "User-private plugins are stored under $HOME/Library/Application Support/GIMP/2.8/plug-ins/. NOTE: Check "Preferences > Folders" to confirm your plug-ins directory.” Of course

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

2020-12-02 Thread Rick Kline
The cp command didn’t work. No directory exists: /Applications/GIMP.app/Contents/Resources/lib/gimp/2.0/plug-ins does not exist The GIMP app exists in /Applications without a subdirectory. Maybe I need to hunt for a plugins directory… Rick * * ** *** * *

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

2020-12-02 Thread Rick Kline
Thanks. I’m ready to install. Do I use the pds file or pds-2.4.116.tar.gz? Rick * * ** *** * * * It’s better to wave at a stranger than to ignore a friend * * ** *** * * * > On Dec 2, 2020, at

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

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

2020-12-02 Thread Rick Kline
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 * * ** *** *

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

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

2020-12-02 Thread Rick Kline
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