[go-nuts] Re: ssh session

2017-12-04 Thread Jonathan Pittman
Elaborate on what you mean by "another place." Do you just need multiple sessions within your own program or do you need to pass that connection to another program (e.g. a proxy command or shared socket connection)? Within your program, once you have dialed an ssh connection and have an *ssh.Cl

Re: [go-nuts] Re: How to read multi-page TIFF image?

2017-09-25 Thread Jonathan Pittman
ething that would watch for newly added RAW images and create jpeg > thumbnails, and various sizes for sharing via blog, twitter, whatever. > > On Monday, September 25, 2017 at 3:40:25 PM UTC+2, Jonathan Pittman wrote: >> >> Wether a multi-page TIFF uses multiple IFDs or uses one IF

Re: [go-nuts] Re: How to read multi-page TIFF image?

2017-09-25 Thread Jonathan Pittman
Wether a multi-page TIFF uses multiple IFDs or uses one IFD with multiple SubIFDs is implementation dependent. Though, I think most probably just use multiple IFDs. The basic structure of an IFD and a SubIFD is essentially the same. The main difference is where you find their offsets and the

Re: [go-nuts] Re: Who wants to use Go to process your camera's raw files?

2017-07-05 Thread Jonathan Pittman
day, July 26, 2016 at 9:36:31 PM UTC-5, Jonathan Pittman wrote: >> >> Well me too! I am looking to see what level of interest there is in the >> Go community to see this happen. I am also looking for people who are >> interested in working on this. >> >> Figuri

Re: [go-nuts] Re: Who wants to use Go to process your camera's raw files?

2016-08-31 Thread Jonathan Pittman
Does the license need to be the same as the standard Go License if it starts in another repo and then moves over? On Wed, Aug 31, 2016 at 8:19 PM, Nigel Tao wrote: > On Mon, Aug 29, 2016 at 12:27 PM, Jonathan Pittman > wrote: > > To everyone, I really want to see this live in the

Re: [go-nuts] Re: Who wants to use Go to process your camera's raw files?

2016-08-28 Thread Jonathan Pittman
Klaus, thank you for your input and pointing us to RawSpeed. I glanced through it and noticed one of the approaches you take is to create decoders based on the "format" and use camera Make/Model tags to decide which decoder to use. I am glad to say this is also the approach I was taking and menti

Re: [go-nuts] Re: Who wants to use Go to process your camera's raw files?

2016-08-11 Thread Jonathan Pittman
Or possibly an organization on github? > > Personally I could go with almost anything. > > > On Wednesday, August 10, 2016 at 11:09:12 PM UTC-4, Jonathan Pittman wrote: >> >> For some reason I did not get the last 3 updates until this one. Weird. >> >> So, I have

Re: [go-nuts] Re: Who wants to use Go to process your camera's raw files?

2016-08-11 Thread Jonathan Pittman
A lot of people would love to see that happen, not for the sake of this situation, but for the sake of being able to translate C to Go in moderately large projects and general uses. If you or someone else has a way to do that, then that would be very interesting to see. Having said that, I think

[go-nuts] Re: Who wants to use Go to process your camera's raw files?

2016-08-10 Thread Jonathan Pittman
te and general way. On Wednesday, August 10, 2016 at 6:08:00 PM UTC-4, jonathan...@gmail.com wrote: > > I would be interested in seeing this happen. > > On Tuesday, July 26, 2016 at 7:36:31 PM UTC-7, Jonathan Pittman wrote: >> >> Well me too! I am looking to see what lev

Re: [go-nuts] Who wants to use Go to process your camera's raw files?

2016-07-27 Thread Jonathan Pittman
guage. Thoughts from anyone on this? On Tue, Jul 26, 2016 at 11:01 PM, Sam Whited wrote: > On Tue, Jul 26, 2016 at 9:35 PM, Jonathan Pittman > wrote: > > Figuring out how to handle this problem for one specific camera's raw > files > > is not too difficult. F

[go-nuts] Who wants to use Go to process your camera's raw files?

2016-07-26 Thread Jonathan Pittman
Well me too! I am looking to see what level of interest there is in the Go community to see this happen. I am also looking for people who are interested in working on this. Figuring out how to handle this problem for one specific camera's raw files is not too difficult. Figuring out how to do t