top of page

Coding

Code snippet  does the following:

  • run over all the files. Take all capitalizations and convert them to lowercase

  • make all dashes an underscore

  • have a frame padding of 4

  • rename all files with a certain criterion

Code snippet  does the following:

move all files of a certain type with a certain name.

if files have that name then rename them to a naming convention and increment


 Code snippet does the following:


set resolution of image to these dimensions


 Code snippet does the following:

 

  • move to directory

  • run over all files

  • if file is an image that has a resolution of 2k and is located in the tmp directory, ask for user input (y/n)

  • prompt user with quarry of "Would you like to move the 2K image resolution file names to text document in the tmp directory?"

  • if yes, identify image format of all files that are JPG

  • if no, do nothing and exit

 Code snippet does the following:

  • ask for user input

    • directory location 

    • height and width

 Code snippet does the following:

  • Chroma key out the background of a green screen image

  • Set new color

​​

 Code snippet does the following:

  • print out shape

​​

 Code snippet does the following:

  • Create a Fluid Emitter in Maya

    • Create window that  positions a fluid container at origin​

​​

 Code snippet does the following:

  • Create a window in Maya

  • prompt user for the number of spheres  to be generated at the origin

​​

bottom of page