Search found 31 matches

by jwtrexler
2014-07-17T13:49:06-07:00
Forum: Users
Topic: Lab colorspace - clipping
Replies: 52
Views: 53341

Re: Lab colorspace - clipping

fmw42: I will try as you have suggested, but there's still a bug in the colorspace command if the image is 8 bit, so that's why I converted the depth of the image to 8 bit then next convert it to a tiff file before the colorspace command. I'll get back with you and let you know what I find. Snibgo: ...
by jwtrexler
2014-07-17T12:48:00-07:00
Forum: Users
Topic: Lab colorspace - clipping
Replies: 52
Views: 53341

Re: Lab colorspace - clipping

Amendment to last sentence in second paragraph above:

I have manually calculated the Cielab variables from the RGB values output utilizing the -verbose info: command on the original RGB image and do get the calculated correct L* a* and b* values for the digital image.
by jwtrexler
2014-07-17T12:40:36-07:00
Forum: Users
Topic: Lab colorspace - clipping
Replies: 52
Views: 53341

Re: Lab colorspace - clipping

I am still experiencing a couple issues/stumbling blocks to extracting the Cielab statistics from an image originally in RGB format. First, I can use the -verbose info: command to obtain the RGB values for the image, however when I utilize the command convert infile.jpg -depth 16 -colorspace lab -ve...
by jwtrexler
2014-07-17T10:06:59-07:00
Forum: Users
Topic: Lab colorspace - clipping
Replies: 52
Views: 53341

Re: Lab colorspace - clipping

The first Window in this thread shows the Command line is " Convert infile -colorspace lab -separate outfile " wherein the generated output file to that command is a table displaying the mean, max, and min Lab values of the infile. When I use this command the output file does not display t...
by jwtrexler
2014-07-16T07:58:15-07:00
Forum: Fred's Scripts
Topic: How To: Using Cygwin and Bash Scripts (e.g., Fred's) with IM
Replies: 45
Views: 468176

Re: How To: Using Cygwin and Scripts (e.g., Fred's) with IM

I wanted to say thank you for all the help you provided guiding me through the enabling and running of external scripts to IM using Cygwin on a Windows 7 machine. As outlined throughout this thread, I was able to get the downsize script to work, however I did need to reinstall the script, append the...
by jwtrexler
2014-07-15T13:50:09-07:00
Forum: Fred's Scripts
Topic: How To: Using Cygwin and Bash Scripts (e.g., Fred's) with IM
Replies: 45
Views: 468176

Re: How To: Using Cygwin and Scripts (e.g., Fred's) with IM

Close, very close. When I follow your Pointers and enter the command line as you specified earlier in this thread, the script is attempting to do what the algorithm is directing it to do, however a window opens indicating " Windows can't open this file: downsize.sh ". Additional info in th...
by jwtrexler
2014-07-15T11:46:13-07:00
Forum: Fred's Scripts
Topic: How To: Using Cygwin and Bash Scripts (e.g., Fred's) with IM
Replies: 45
Views: 468176

Re: How To: Using Cygwin and Scripts (e.g., Fred's) with IM

I appreciate your help, but I need to ask for a little more guidance as some of the Pointers would be more familiar to a computer programmer than myself. Particularly, I need a better understanding of Pointers 2 and 3. Re: How To: Using Cygwin and Scripts (e.g., Fred's) with IM Pointers for use: Be...
by jwtrexler
2014-07-15T09:51:13-07:00
Forum: Fred's Scripts
Topic: How To: Using Cygwin and Bash Scripts (e.g., Fred's) with IM
Replies: 45
Views: 468176

Re: How To: Using Cygwin and Scripts (e.g., Fred's) with IM

STATUS UPDATE (Supplement): The three I eluded to above that worked were those utilizing the Convert command, not the Downsize command.
by jwtrexler
2014-07-15T09:44:11-07:00
Forum: Fred's Scripts
Topic: How To: Using Cygwin and Bash Scripts (e.g., Fred's) with IM
Replies: 45
Views: 468176

Re: How To: Using Cygwin and Scripts (e.g., Fred's) with IM

STATUS UPDATE: I have been successful with the first three suggestions by fmw42, however I did have to include colons after the C in the path names. I will know try to understand why the later two suggestions are not working. WRT to the question as to why I renamed the down loaded script, it was my ...
by jwtrexler
2014-07-15T09:04:02-07:00
Forum: Fred's Scripts
Topic: How To: Using Cygwin and Bash Scripts (e.g., Fred's) with IM
Replies: 45
Views: 468176

Re: How To: Using Cygwin and Scripts (e.g., Fred's) with IM

In addition to the 5 steps listed above, I also went into the Environment Variables' window of the computer's System Setting under Advanced Settings and appended ;C:\cygwin\bin to the Path name.
by jwtrexler
2014-07-15T08:48:04-07:00
Forum: Fred's Scripts
Topic: How To: Using Cygwin and Bash Scripts (e.g., Fred's) with IM
Replies: 45
Views: 468176

Re: How To: Using Cygwin and Scripts (e.g., Fred's) with IM

Correction to the 5) step in the previous note.

5) downsize -s 200 -t 1 -c y C/Chart2.jpg C/test2.jpg
by jwtrexler
2014-07-15T08:45:32-07:00
Forum: Fred's Scripts
Topic: How To: Using Cygwin and Bash Scripts (e.g., Fred's) with IM
Replies: 45
Views: 468176

Re: How To: Using Cygwin and Scripts (e.g., Fred's) with IM

If anyone can provide me direction/help, it would be greatly appreciated. 1) I have downloaded Cygwin with ALL add-ons including bc. 2) I have downloaded Fred's script "downsize", copied it to the bin folder of Cygwin, and renamed it as an exe file. 3) I have placed a jpg image on the c dr...
by jwtrexler
2014-07-13T11:51:16-07:00
Forum: Fred's Scripts
Topic: How To: Using Cygwin and Bash Scripts (e.g., Fred's) with IM
Replies: 45
Views: 468176

How To: Using Cygwin and Bash Scripts (e.g., Fred's) with IM

I am not a programmer, nor am I versed in photo-editing, and am having trouble utilizing published scripts with IM. Given my predicament, I am not able to successfully follow the instructions given on Fred's webpage that directs one to utilize Cygwin in combination with IM when utilizing a Windows 7...
by jwtrexler
2014-07-08T09:26:04-07:00
Forum: Consulting
Topic: IM Consultant Needed
Replies: 2
Views: 11625

IM Consultant Needed

I am looking for an individual who can help writing command line script with the following project flow; for steps not best handled by IM, or handled in a better way, an output file needs to be formatted to manipulate the data in another program (e.g., Excel). At present, currently available IM scri...
by jwtrexler
2014-07-06T21:01:49-07:00
Forum: Bugs
Topic: possible bug reporting LAB colors as pixel: values
Replies: 16
Views: 17477

Re: possible bug reporting LAB colors as pixel: values

Thank you Snibgo. I did try using your suggestion, but the -depth script would not convert the jpeg file from 8 to 16 bit. I did however convert the jpeg file to a tiff file and was able to utilize the -depth script to convert the 8 bit file to a 16 bit file. The tiff 16 bit file could then be conve...