User Tools

Site Tools


fractal_workflow

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
fractal_workflow [2010/10/23 03:51] stephenfractal_workflow [2017/01/01 20:05] (current) – external edit 127.0.0.1
Line 5: Line 5:
 (The creative bit.) (The creative bit.)
  
-If the fractal is derivative of another, copy the original from ''Z:\Fractals\Gallery'' to ''Z:\Fractals\Workbook''. Add square brackets and a ''V1'' on the end.+If the fractal is derivative of another, copy the original from ''C:\Dev\Fractals\Trunk\Gallery'' to ''C:\Dev\Fractals\Trunk\Workbook''. Add square brackets and a ''V1'' on the end.
  
-Otherwise, get a new code from ''Z:\Fractals\Fractal.ods''.+Otherwise, get a new code from ''C:\Dev\Fractals\Trunk\Fractal.ods''.
  
-^ Computer ^ Aspect Ratio ^ Working Size ^ +^ Computer ^ Aspect Ratio ^ UltraFractal Working Size ^ MandelBulb3d Working Size ^ 
-| Zeus | 85 | 1200 × 900 |+| Zeus | 85 | 1200 × 900 | 600 × 450 |
 | Zeus | FA | 1750 × 700 | | Zeus | FA | 1750 × 700 |
  
Line 28: Line 28:
   * Rename final fractals.   * Rename final fractals.
   * Delete any other versions of the final fractals.   * Delete any other versions of the final fractals.
-  * Copy to the appropriate ''Z:\Fractals\Gallery'' directory.+  * Copy to the appropriate ''C:\Dev\Fractals\Trunk\Gallery'' directory.
   * //Move// to the appropriate ''C:\Renders\Source'' directory.   * //Move// to the appropriate ''C:\Renders\Source'' directory.
  
Line 36: Line 36:
 | 85 | 10240 × 7680 | Normal | | 85 | 10240 × 7680 | Normal |
 | FA | 12800 × 5120 | Normal | | FA | 12800 × 5120 | Normal |
 +| 8E | 10480 × 7336 | Normal |
  
   * Open fractals from the appropriate ''C:\Renders\Source'' directory.   * Open fractals from the appropriate ''C:\Renders\Source'' directory.
Line 47: Line 48:
   * Update the file ''C:\Dev\Copyrightise\CopyrightImageDetails.pm'' with the new images.   * Update the file ''C:\Dev\Copyrightise\CopyrightImageDetails.pm'' with the new images.
   * Run ''C:\Dev\Copyrightise\v2Generate All Derivatives.bat''   * Run ''C:\Dev\Copyrightise\v2Generate All Derivatives.bat''
-  * AdjustSettings: Use the sampler in ''C:\New Gallery\*\Copyright Samplers'' to update the values in the file ''C:\Dev\Copyrightise\CopyrightImageDetails.pm''+  * **AdjustSettings:** Use the sampler in ''C:\New Gallery\*\Copyright Samplers'' to update the values in the file ''C:\Dev\Copyrightise\CopyrightImageDetails.pm''
-  * Delete the appropriate files from ''C:\New Gallery\*\Copyrightised''. Sort by modification date makes them easy to find. There should be 12. +  * Delete the appropriate files from ''C:\New Gallery\*\Copyrightised''. Sort by modification date makes them easy to find. There should be 12 for 85 or 10 for FA
-  * Delete the file ''C:\New Gallery\85 (Screen)\Copyright Samplers\Montage.png''.+  * Delete the file ''C:\New Gallery\85 (Screen)\Copyright Samplers\Montage.png'' or rename it to compare the difference.
   * Run ''C:\Dev\Copyrightise\v2Generate All Derivatives.bat'' again.   * Run ''C:\Dev\Copyrightise\v2Generate All Derivatives.bat'' again.
-  * Examine the Montage image. Ignore the 512x384 image. If the values need awdjusting, go to AdjustSettings: +  * Examine the Montage image. Ignore the 512x384 image. If the values need adjusting, go to **AdjustSettings:** 
-  * If the image is FA Dual Monitor+  * If the image is 85
-    * Copy ''C:\New Gallery\FA (Dual Monitor Wallpaper)\Copyrightised\*.Q95.jpg'' to ''C:\Backgrounds'' and to a USB Key to take to work.+    * Copy ''C:\New Gallery\85 (Screen)\Copyrightised\*.2800x1600.png'' and ''*.1024x768.jpg'' to a USB Key to take to work. 
 +    * At work on WHOS008, copy ''*.2800x1600.png'' to ''C:\11000 x 7703 (Raw)''
 +    * Run ''C:\11000 x 7703 (Raw)\To Wallpaper.bat''. This will convert to BMP and store in ''C:\11000 x 7703 (Raw)\Wallpaper''
 +    * On the laptop, copy ''*.1024x768.jpg'' to ''C:\Wallpaper''
 +  * If the image is FA: 
 +    * Run the batch file ''C:\Backgrounds\Refresh.bat''
 + 
 +===== To Wallpaper Script ===== 
 + 
 +This will need adjusting to work at home. 
 + 
 +<code dos> 
 +@echo off 
 + 
 +set ImageMagickDir=C:\Program Files\ImageMagick-6.7.5-Q16 
 + 
 +rem |-----------ImageWidth-----------| 
 +rem |---LeftWidth---|---RightWidth---| 
 + 
 +rem NOTE: Untested for the case where LeftWidth <> RightWidth. 
 + 
 +set ImageWidth=2880 
 +set ImageHeight=900 
 +set LeftWidth=1440 
 +set RightWidth=1440 
 + 
 +set LeftCrop=%LeftWidth%x%ImageHeight%+0+0 
 +set RightCrop=%RightWidth%x%ImageHeight%+%LeftWidth%+0 
 + 
 +del /f /q Converted\*.* 
 + 
 +rem Adjust for work monitor layout. 
 +for %%a in (*.png) DO "%ImageMagickDir%\convert.exe" "(" "%%a" -crop %RightCrop% +repage ")" "(" "%%a" -crop %LeftCrop% +repage ")" +append "Converted\%%a" 
 +  
 +"%ImageMagickDir%\mogrify.exe" -format jpg -quality 97 Converted\*.png 
 +  
 +del /f /q Converted\*.png 
 +  
 +pause 
 +</code>
  
 {{tag>fractal workflow reference}} {{tag>fractal workflow reference}}
fractal_workflow.1287805903.txt.gz · Last modified: 2017/01/01 19:50 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki