It is an application that adjusts brightness of astronomical pictures in a simple manner automatically.
We are aiming to be able to confirm the details of the photographed celestial body to the details on the spot.
Because the current version is very slow, it takes about 5 to 10 minutes to adjust.
function
· Only JPEG is supported.
· Automatically adjust peripheral dimming, light damage fog, tone curve.
operation
· Save the trial photograph (JPEG) on the terminal.
· Open a trial photographed celestial picture from Filer (file manager) with AutoAdjuster
Or send it to AutoAdjuster by sharing.
- Tap the left and right of the screen to open another file in the same directory.
· When you save a new file in the same directory, it opens automatically.
· When launching the application from the launcher, you can try running the analysis with a demonstration image.
Note
- To perform image processing at high speed, use a large amount of RAM (heap).
For this reason, depending on the terminal, the application may be forcibly terminated due to occurrence of Out Of Memory.
As I confirmed with the terminal at hand, there seems to be some terminals rejected from the OS even if there is space in the RAM,
I do not know whether to operate unless I move it.
Please
· There are still unstable parts as above.
I would be pleased if you can report the motion if you like.
Access permission
android.permission.READ_EXTERNAL_STORAGE
· Used to search / analyze files in external storage.
android.permission.WRITE_EXTERNAL_STORAGE
· It is used to save the adjustment result to the external storage. (The save function is disabled in the current version)
Other
largeHeap = "true"
· Because it is necessary to perform image processing at high speed, we will secure a large heap.
We are aiming to be able to confirm the details of the photographed celestial body to the details on the spot.
Because the current version is very slow, it takes about 5 to 10 minutes to adjust.
function
· Only JPEG is supported.
· Automatically adjust peripheral dimming, light damage fog, tone curve.
operation
· Save the trial photograph (JPEG) on the terminal.
· Open a trial photographed celestial picture from Filer (file manager) with AutoAdjuster
Or send it to AutoAdjuster by sharing.
- Tap the left and right of the screen to open another file in the same directory.
· When you save a new file in the same directory, it opens automatically.
· When launching the application from the launcher, you can try running the analysis with a demonstration image.
Note
- To perform image processing at high speed, use a large amount of RAM (heap).
For this reason, depending on the terminal, the application may be forcibly terminated due to occurrence of Out Of Memory.
As I confirmed with the terminal at hand, there seems to be some terminals rejected from the OS even if there is space in the RAM,
I do not know whether to operate unless I move it.
Please
· There are still unstable parts as above.
I would be pleased if you can report the motion if you like.
Access permission
android.permission.READ_EXTERNAL_STORAGE
· Used to search / analyze files in external storage.
android.permission.WRITE_EXTERNAL_STORAGE
· It is used to save the adjustment result to the external storage. (The save function is disabled in the current version)
Other
largeHeap = "true"
· Because it is necessary to perform image processing at high speed, we will secure a large heap.
Show More