Search found 18 matches

by centesimiae
2017-08-11T12:56:28-07:00
Forum: Consulting
Topic: PAID: Extract copyright from comment and annotate image
Replies: 4
Views: 57350

PAID: Extract copyright from comment and annotate image

I know I can read the copyright in the comments property, but is there a single command to extract the comment from the image metadata and put in the lower right hand side of the image?
by centesimiae
2016-08-09T15:21:58-07:00
Forum: Users
Topic: Adjust Blue channel
Replies: 5
Views: 6576

Re: Adjust Blue channel

Yes, I think that is exactly what I was looking for. Thank you so much for your effort and expertise!!!
by centesimiae
2016-08-09T15:15:58-07:00
Forum: Users
Topic: Adjust Blue channel
Replies: 5
Views: 6576

Re: Adjust Blue channel

From my limited understanding, Photoshop has a channel mixing interface that you can use to adjust individual channels. I am thinking that those numbers translate to a 13% increase of the blue channel in the image. Sorry, that's all I understand at the moment. I'll try to post more once I do some mo...
by centesimiae
2016-08-09T12:21:19-07:00
Forum: Users
Topic: Adjust Blue channel
Replies: 5
Views: 6576

Adjust Blue channel

I have a request from a user to adjust the blue channel from 1.00 to 1.13 as in Photoshop. I understand that the -level operator is to be used, but can someone explain to me the correct usage of that operator in this context. Unfortunately, my graphics understanding is limited. Thanks for any info a...
by centesimiae
2015-08-03T21:23:34-07:00
Forum: Users
Topic: Help compiling from source on Mavericks
Replies: 17
Views: 20487

Re: Help compiling from source on Mavericks

Where do I send the beer?
by centesimiae
2015-08-03T21:22:12-07:00
Forum: Users
Topic: Help compiling from source on Mavericks
Replies: 17
Views: 20487

Re: Help compiling from source on Mavericks

the difference in libtool between the 10.8 system and the 10.9 system is that on 10.8: it is /usr/local/bin/nm and on the 10.9 system it is /usr/local/bin/nm -B
by centesimiae
2015-08-03T21:16:14-07:00
Forum: Users
Topic: Help compiling from source on Mavericks
Replies: 17
Views: 20487

Re: Help compiling from source on Mavericks

You've exactly described the problem. I replaced both Makefile and libtool in the source directory from a system that was on 10.8 and compiled with the above procedure fine and everything is working now.
by centesimiae
2015-08-03T21:11:48-07:00
Forum: Users
Topic: Help compiling from source on Mavericks
Replies: 17
Views: 20487

Re: Help compiling from source on Mavericks

Yes, \$global_symbol_pipe is "" in libtool. Replacing it with with /bin/cat produces: /Applications/Xcode.app/Contents/Developer/usr/bin/make all-am CCLD coders/aai.la Undefined symbols for architecture x86_64: "_EH_frame1", referenced from: -exported_symbol[s_list] command line ...
by centesimiae
2015-08-03T20:58:56-07:00
Forum: Users
Topic: Help compiling from source on Mavericks
Replies: 17
Views: 20487

Re: Help compiling from source on Mavericks

fgrep 'sort | uniq' libtool export_symbols_cmds="\$NM \$libobjs \$convenience | \$global_symbol_pipe | \$SED 's/.* //' | sort | uniq > \$export_symbols" export_symbols_cmds="\$NM \$libobjs \$convenience | \$global_symbol_pipe | \$SED 's/.* //' | sort | uniq > \$export_symbols"
by centesimiae
2015-08-03T20:32:01-07:00
Forum: Users
Topic: Help compiling from source on Mavericks
Replies: 17
Views: 20487

Re: Help compiling from source on Mavericks

OpenMP does not get installed with MacPorts. Apple dropped support for openmp in XCode 5, I think, either way they dropped it at some point. Apple also dropped support for gcc. I would use OpenCL, but like I said, it doesn't work on all Macs. Either way, I need a special compiler for OpenMP support ...
by centesimiae
2015-08-03T20:25:15-07:00
Forum: Developers
Topic: Help compiling from source on Mavericks
Replies: 0
Views: 6979

Help compiling from source on Mavericks

See thread here: viewtopic.php?f=1&t=28136

Any ideas? It's been quite a while since I've mucked around in make files, et. al., something seems to have changed in OS X 10.9 configure process as opposed to 10.8.
by centesimiae
2015-08-03T20:18:49-07:00
Forum: Users
Topic: Help compiling from source on Mavericks
Replies: 17
Views: 20487

Re: Help compiling from source on Mavericks

Yes, virtually the same process, except one extra wrinkle. I use a openmp enabled gcc to do the compile from hpc.sourceforge.net. I need openmp, since it seems the opencl support on OS X is spotty at best.
by centesimiae
2015-08-03T17:44:03-07:00
Forum: Users
Topic: Help compiling from source on Mavericks
Replies: 17
Views: 20487

Re: Help compiling from source on Mavericks

I just tried it on one of my production system that is still on 10.8 and the same set of steps works with 6.9.1-10 source. My dev machine in 10.9, and broken.
by centesimiae
2015-08-03T17:16:32-07:00
Forum: Users
Topic: Help compiling from source on Mavericks
Replies: 17
Views: 20487

Re: Help compiling from source on Mavericks

./libtool: eval: line 1099: `/usr/local/bin/nm -B coders/.libs/coders_aai_la-aai.o * | | /usr/bin/sed 's/.* //' | sort | uniq > coders/.libs/aai.exp'

The error is there are two spaces between the "||" in the or shell script.
by centesimiae
2015-08-03T17:14:34-07:00
Forum: Users
Topic: Help compiling from source on Mavericks
Replies: 17
Views: 20487

Re: Help compiling from source on Mavericks

6.9.9-10. I just tried 6.8.9-10, which is what I did before, but now it isn't working either with the same error. I know I have a weird setup, but it worked before and now not.