Subscribe to PixelSham.com RSS for free

3Dprinting (184) A.I. (916) animation (354) blender (219) colour (241) commercials (53) composition (154) cool (375) design (659) Featured (94) hardware (319) IOS (109) jokes (140) lighting (300) modeling (160) music (189) photogrammetry (198) photography (757) production (1309) python (104) quotes (501) reference (318) software (1380) trailers (309) ves (577) VR (221)

POPULAR SEARCHES unreal | pipeline | virtual production | free | learn | photoshop | 360 | macro | google | nvidia | resolution | open source | hdri | real-time | photography basics | nuke

  • Explore Posts
  • Job Postings
  • ReelMatters.com
  • About and Contact
    • About And Contact
    • Portfolio
    • Privacy Policy
    • RSS feed page

BREAKING NEWS

LATEST POSTS

  • Fix everything electronic or in code

    pIXELsHAM.com
    Aug 18, 2018
    jokes

     

    Views : 1,194
  • Cinesite Acquires German VFX Powerhouse Trixter

    pIXELsHAM.com
    Aug 18, 2018
    ves

    www.awn.com/news/cinesite-acquires-german-vfx-powerhouse-trixter

    Views : 1,019
  • Gods are fragile things

    pIXELsHAM.com
    Aug 18, 2018
    quotes

    ’Gods are fragile things, they may be killed by a whiff of science or a dose of common sense.’
    Chapman Cohen (1868 – 1954)

    Views : 1,088
  • Arnold GPU / Nvidia RTX / Threadripper 2 / Siggraph 2018

    pIXELsHAM.com
    Aug 17, 2018
    hardware

    Views : 1,315
  • Wide Angle Macro and the Venus LAOWA 15mm Macro Lens

    pIXELsHAM.com
    Aug 13, 2018
    photography

    Views : 1,116
  • Shooting Macro with the Laowa lens

    pIXELsHAM.com
    Aug 12, 2018
    photography

    Views : 1,110
  • Make your Own Augmented Reality – with PowerPoint and Aurasma

    pIXELsHAM.com
    Aug 12, 2018
    production, software, VR

    Views : 1,203
  • Positive and Negative Space in Photography Composition

    pIXELsHAM.com
    Aug 12, 2018
    composition, photography

    Views : 1,323
  • Creating the Dinosaurs of Jurassic World

    pIXELsHAM.com
    Aug 11, 2018
    production

    Views : 1,142
  • Substance Painter Adds Subsurface Scattering for More Realistic Characters and Materials

    pIXELsHAM.com
    Aug 11, 2018
    software

    Views : 1,204
  • Lua In one hour

    pIXELsHAM.com
    Aug 10, 2018
    software

    https://www.lua.org/pil/contents.html

    http://luatut.com/crash_course.html

    Views : 1,097
  • You Don’t See in 4K

    pIXELsHAM.com
    Aug 9, 2018
    production

    Views : 1,038
  • Ziva VFX 1.4 Puts Real-World Physics into Character Creation

    pIXELsHAM.com
    Aug 8, 2018
    animation, software

    www.animationmagazine.net/tech-reviews/ziva-vfx-1-4-puts-real-world-physics-into-character-creation/

    https://vimeo.com/239275691

    Views : 1,188
  • Control a path’s vertices in After Effects

    pIXELsHAM.com
    Aug 5, 2018
    software

    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

    Views : 666
  • Sample an image and output the information into text through After Effects

    pIXELsHAM.com
    Aug 5, 2018
    software

    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: ” +A

     

    This 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.”

    Views : 612
Previous Page
1 … 250 251 252 253 254 … 436
Next Page

FEATURED POSTS

  • Alpaca: AI Art Plugin for Photoshop (better than Generative Fill!)

    pIXELsHAM.com
    Sep 30, 2023
    A.I., software

    Views : 456
  • Mastering Camera Shots and Angles: A Guide for Filmmakers

    pIXELsHAM.com
    Mar 30, 2025
    composition, photography

    https://website.ltx.studio/blog/mastering-camera-shots-and-angles

    1. Extreme Wide Shot

    2. Wide Shot

    3. Medium Shot

    4. Close Up

    5. Extreme Close Up

    Views : 18
  • Ionut Caras photography

    pIXELsHAM.com
    Oct 28, 2017
    design, photography

    Views : 1,411
  • Persistance of vision

    pIXELsHAM.com
    Sep 7, 2020
    colour, lighting

    Views : 647
Views : 18,062

RSS feed page

Search


Categories


Archive


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.