GithubHelp home page GithubHelp logo

devoncrawford / timelapse-auto-ramp-photoshop-plugin Goto Github PK

View Code? Open in Web Editor NEW
308.0 308.0 42.0 23.2 MB

Analyze RAW images from a timelapse, and auto - ramp the exposure for manual changes of camera settings. The best way to achieve amazing results in difficult lighting.

Home Page: http://devoncrawford.io/software/timelapse-auto-ramp

License: MIT License

Java 100.00%

timelapse-auto-ramp-photoshop-plugin's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

timelapse-auto-ramp-photoshop-plugin's Issues

Noise Formula

add noise formula to remove noise when exposure is raised too high

NumberFormatException

Please enter the filepath to the first image
in sequence (.CR2 file including extension)

Path: C:\Users===\Pictures\2018\2018-07-08_MG_0006.CR2
Exception in thread "main" java.lang.NumberFormatException

: For input string: ":ns:meta/"
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at proRAW

.getImageData(proRAW.java:186)
at proRAW.retrieveData(proRAW.java:74)
at proRAW.(proRAW.java:41)
at proRAW.main(proRAW.java:387)

It seems to be getting this error when it's loading every image into the Image class.
2018-07-08_2014 (It looks like it's getting the error on the first line of the first XMP file it has to load)

Aperture change Issue?

It looks like that the aperture change formula only accounts for f-stop decrease, which should be good for sunset time lapses but may not work for sunrise shots, when the light increases

Runtime error

Occurs after giving valid filepath (Windows 10 Java(TM) SE Runtime Environment (build 1.8.0_171-b11))

Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: -1
at java.util.ArrayList.elementData(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at proRAW.getPrevImage(proRAW.java:134)
at proRAW.getImageData(proRAW.java:152)
at proRAW.retrieveData(proRAW.java:74)
at proRAW.(proRAW.java:41)
at proRAW.main(proRAW.java:387)

Have tried different file locations, drives etc.
Will try using java 7 runtime instead

multiple runtimes

If program is run multiple times on images, produces weird results

Won't run in Terminal on my Mac, prob. wrong version of Java

Hi Devon,

I really loved your video about coding the timelapse plugin - it is exactly what I always wished for!

Today I wanted to try it for the first time. I shot an amazing timelapse of a sundown in my holidays, but the aperture changes are really distracting. Your plugin should smooth them out in no time :)

Unfortunately, when I try to run the file, I get an error message:

Exception in thread "main" java.lang.UnsupportedClassVersionError: proRAW : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)
at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

I'm guessing that I'm running the wrong version of Java, but since I basically know nothing about Java, I was really hoping you could help me solve this issue - thanks a lot in advance!

All the best from Switzerland,
Lukas

Exception in thread "main"

been trying to figure this out for a couple days now but this is the error ive been getting after specifying where the path to the first image is.

Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: -1
at java.util.ArrayList.elementData(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at proRAW.getPrevImage(proRAW.java:134)
at proRAW.getImageData(proRAW.java:152)
at proRAW.retrieveData(proRAW.java:74)
at proRAW.(proRAW.java:41)
at proRAW.main(proRAW.java:387)

I'm new to programming so not sure exactly what the error is and how i can fix it

capture

Numbering Issue

When images start their numbering with zeros, the program understands the number correctly but assumes the next number without the leading zeros.
Example: IMG_001 processed correctly -> Error, IMG_2 couldn't be found
Workaround: Batch rename your photos starting with a hight number e.g. 1000, then the program can handle them, still a proper solution would be great!
Btw great program, don't know where to thank you because I don't know how to use github :)

File separator

Hi, first of all thanks for sharing this awesome little plugin.
I've tried using it on Mac but the plugin couldn't find the input file. I double-checked it and found out the program changes the separator between the path to the folder and the name of file to a Windows style back slash.
Path: /Users/martin/Desktop/Export/timelapse/raw/IMG_3697.CR2 Error: "/Users/martin/Desktop/Export/timelapse/raw\IMG_3697.CR2" does not exist.
I went ahead and checked the code and found the issue in the retrieveData() function which uses a hard-coded back slash instead of Java's File.separator that would adapt to the platform.

GUI

would like a graphical interface to make it more user friendly, or integrating it directly into photoshop plugins

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.