Thank you for visiting!! Please bear with us while we go through some troubleshooting and a redesign of the blog.
There is a database query issue which keeps hitting the site. Apologies. Still investigating solutions.
-
Photography basics: Why Use a (MacBeth) Color Chart?
Start here: https://www.pixelsham.com/2013/05/09/gretagmacbeth-color-checker-numeric-values/
https://www.studiobinder.com/blog/what-is-a-color-checker-tool/
In LightRoom
in Final Cut
in Nuke
Note: In Foundry’s Nuke, the software will map 18% gray to whatever your center f/stop is set to in the viewer settings (f/8 by default… change that to EV by following the instructions below).
You can experiment with this by attaching an Exposure node to a Constant set to 0.18, setting your viewer read-out to Spotmeter, and adjusting the stops in the node up and down. You will see that a full stop up or down will give you the respective next value on the aperture scale (f8, f11, f16 etc.).One stop doubles or halves the amount or light that hits the filmback/ccd, so everything works in powers of 2.
So starting with 0.18 in your constant, you will see that raising it by a stop will give you .36 as a floating point number (in linear space), while your f/stop will be f/11 and so on.If you set your center stop to 0 (see below) you will get a relative readout in EVs, where EV 0 again equals 18% constant gray.
In other words. Setting the center f-stop to 0 means that in a neutral plate, the middle gray in the macbeth chart will equal to exposure value 0. EV 0 corresponds to an exposure time of 1 sec and an aperture of f/1.0.
This will set the sun usually around EV12-17 and the sky EV1-4 , depending on cloud coverage.
To switch Foundry’s Nuke’s SpotMeter to return the EV of an image, click on the main viewport, and then press s, this opens the viewer’s properties. Now set the center f-stop to 0 in there. And the SpotMeter in the viewport will change from aperture and fstops to EV.
-
Gods are fragile things
’Gods are fragile things, they may be killed by a whiff of science or a dose of common sense.’
Chapman Cohen (1868 – 1954) -
Control a path’s vertices in After Effects
Create a ‘stroke only’ shape layer with four points using the pen tool – with RotoBezier mode on (or rmb on the path attribute and convert to rotobezier).
Window menu > Create Nulls from paths.jsx
Select the path in the shape layer – note: the path itself, not the path group.
Click the ‘Points follow Nulls’ button in the above dialog.
This will give you four nulls you can now animate. The path points will follow those nulls.
The Rotobezier mode will give you a more natural ‘automatic’ curvature to the path.
You can then use expressions on each null to move the curve points around.
https://community.adobe.com/t5/after-effects/connect-dots-in-a-curved-way/td-p/10115221?page=1
-
Sample an image and output the information into text through After Effects
blogs.adobe.com/creativecloud/color-sampler-using-sampleimag/?segment=dva
“Get a readout of color values for one or more points that would update as you tweaked color correction settings.
This through an expression using the sampleImage method.
The idea is simple: Have a text layer with its Source Text property tied to the output from sampleImage, with the input to sampleImage being a point control that you can drag someplace and then just leave it while you fiddle with your colors.
On the layer that you want to measure, add a Point Control effect (one of the Expression Control effects). You can place the Point Control effect’s crosshair (effect control point) wherever you want.
Create a new text layer above the layer that you want to measure, and add this expression to the Source Text property:
targetLayer = thisComp.layer(thisLayer.index+1);
samplePoint = targetLayer.effect(“Point Control”)(“Point”);
sampleRadius = [1,1];
sampledColor_8bpc = 255 * targetLayer.sampleImage(samplePoint, sampleRadius);
R = Math.round(sampledColor_8bpc[0]);
G = Math.round(sampledColor_8bpc[1]);
B = Math.round(sampledColor_8bpc[2]);
A = Math.round(sampledColor_8bpc[3]);
outputString = ” R: ” +R+ “r G: ” +G+ “r B: ” +B+ “r A: ” +AThis will create a text layer that reports 8-bpc RGBA values for the point under the crosshair for the Point Control effect.
If you’re using an adjustment layer for your color correction, the adjustment layer is the layer that you’ll want to measure.
You can obviously get a lot fancier with this, but this should be enough to get you started.”
-
21st Century Fox and Disney Shareholders Approve Historic Merger
www.awn.com/news/21st-century-fox-and-disney-shareholders-approve-historic-merger
Disney’s $71 billion cash and stock bid is approved by stockholders of both companies along with agreement to spin-off the new ‘Fox.’
-
Looking Glass Holographic Display
https://docs.lookingglassfactory.com/making-holograms/making-great-holograms
https://www.kickstarter.com/projects/lookingglass/the-looking-glass-a-holographic-display-for-3d-cre?ref=dve2p9&utm_campaign=launch_day&utm_medium=social&utm_source=brad
Iphone Portrait
https://lookingglassfactory.com/tutorial/portrait-mode-photoslookingglassfactory.comUnity tutorial
https://learn.lookingglassfactory.com/tutorials/getting-started-with-unity/Unity and DepthKit
Aquariums
https://lookingglassfactory.com/holograms/holo-quarium
Collections
| Explore posts
| Design And Composition
| Featured AI
Popular Searches
unreal | pipeline | virtual production | free | learn | photoshop | 360 | macro | google | nvidia | resolution | open source | hdri | real-time | photography basics | nuke
FEATURED POSTS
Social Links
DISCLAIMER – Links and images on this website may be protected by the respective owners’ copyright. All data submitted by users through this site shall be treated as freely available to share.