196
Software & Accessories / Re: PixStics
« on: July 10, 2012, 11:08:09 AM »Kudos to you and your cool idea. I look forward to v 2.0 and future updates. Thanks!Any ideas besides what I've already listed for v2.0?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Kudos to you and your cool idea. I look forward to v 2.0 and future updates. Thanks!Any ideas besides what I've already listed for v2.0?
The duplicate finder/remover and the group by camera would be pretty interesting.Got it. Thanks. If others concur I'll prioritize those first.
Looks good, I used something similar (http://www.snapfiles.com/get/ExposurePlot.html) before but will give this a try. The planned add-ons look promising too. Thanks.
And one question from me![]()
Which one is better for people photography? I'm shooting at wide apertures, so it'll be great to see where the focus really is. And I was also considering possibility to use Zeiss lenses on weddings
Excellent!Thanks candyman, I'm glad with how it turned out. I was worried when I started it might run real slow. The only one that seems to take quite a while sometimes is focal length if you set the detail to 4 and you have a really large set of images. Still not terribly long and it's cool seeing all that data.
I just used it on 59 JPG's (using Chrome on Win7)
It was fast when changing the parameters (I switched form apeture to ISO to Shutterspeed to Focal Length) and rebuilding the graph almost instantly.
I will check it with larger files as well and als with higher quantity.
Thanks for offering this great tool!
Fabulous! I have always wanted something like this. I was going to write a program to do this and now do not need to!Thanks rpt. I'm glad to hear it's working right for somebody
I did 237 files (JPGs from my 5D3) using Chrome on XP-SP3 and it worked great. Compared Shutter speed vs Focal Length. ISO vs Shutter speed etc. I have passed the link on to some enthusiasts at my work place.
Thank you!
Yeah, I've had the idea for a while too. I didn't realize it until after I started working on this but there are actually a few other options available. They're pretty limited in what they can do though and they were all PC only if I remember correctly. Feel free to share this with as many as you like. I think it would be a great tool for photographers buying decisions.
Looks awesome...adhoc, if you could read my response to Peter and follow the same thing, if it's on 65 of 65 then it's already switched over to building the graphs which is probably where the issue is. If you could pull up the the error console. If you're in Chrome, right click on any element on the page and click inspect element. Down in the lower left you should see something similar to >= except with 3 lines instead of 2. If you click on that then I'm guessing you'll see an error. If you could let me know what that is and the information I requested from Peter as well I'll try to fix it. Regarding sizing, I've run sets of 5000 pictures in the 3 - 5 MB range and haven't had issues with it so definitely not a size issue.
Tried it on 65 jpegs (large as i have edited them), and got stuck at "processing 65 of 65" for about 10 mins now. I guess it is due to the large number of photos? Does the file size make a difference (apart from maybe eating up some ram)?
Good work, i really like it... hopefully i can check out my results soon/
Cool idea and nice user interface. I seem to have a problem though when I drop more than about half a dozen photos, it gets stuck at 'Processing 7 of 8' for example. It seems like it's actually loaded them if I go ahead and select some charts, it just doesn't report them as loaded. The JPEG files I was trying are about 5MB each and I'm using FF 13.0.1.Peter, do you have firebug installed? If you do, would you mind pulling up the console and letting me know if you see an error there? My guess is there's so bit of code that's failing AFTER the files get read in. It shouldn't have anything to do with the size of the files. I wrote it so that it only reads the first 32KB of each file since the EXIF data should easily be contained within that space. Also, do you have Chrome installed? If so, could you try running it in there as well? I did most of the development in Chrome but I did do limited testing in Firefox and everything seemed to work there. Also, if you could let me know what properties and detail levels and chart type you have it set at that would help too. Thanks.
Very cool, even works in chrome on LinuxUnfortunately that's a limitation of FileReader
Doesn't go down through a directory tree though, which is inconvenient.
You can add additional files on after the initial set though so that's one option. The other is to go into the folder you wish to have all the subfolders selected and just do a search for jpg files and then drag all the files over.
Cool idea and nice user interface. I seem to have a problem though when I drop more than about half a dozen photos, it gets stuck at 'Processing 7 of 8' for example. It seems like it's actually loaded them if I go ahead and select some charts, it just doesn't report them as loaded. The JPEG files I was trying are about 5MB each and I'm using FF 13.0.1.
This might happen when you process big amount of data in a row due to timeouts in browsers. Brian, if there's an issue you'd be stuck with you can contact me so I can look at the script with you.