fractal_workflow
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
fractal_workflow [2010/10/23 01:25] – created stephen | fractal_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 '' | + | If the fractal is derivative of another, copy the original from '' |
- | Otherwise, get a new code from '' | + | Otherwise, get a new code from '' |
- | ^ Computer ^ Aspect Ratio ^ Working Size ^ | + | ^ Computer ^ Aspect Ratio ^ UltraFractal Working Size ^ MandelBulb3d |
- | | Zeus | 85 | 1200 × 900 | | + | | Zeus | 85 | 1200 × 900 | 600 × 450 | |
- | | Zeus | FA | 1792 × 700 | | + | | Zeus | FA | 1750 × 700 | |
==== Test Render ==== | ==== Test Render ==== | ||
Line 19: | Line 19: | ||
^ Aspect Ratio ^ Test Render Size ^ | ^ Aspect Ratio ^ Test Render Size ^ | ||
| 85 | 3000 × 2250 | | | 85 | 3000 × 2250 | | ||
- | | FA | 4096 × 1600 | | + | | FA | 4000 × 1600 | |
Do a save as. Increment the '' | Do a save as. Increment the '' | ||
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 '' | + | * Copy to the appropriate '' |
* //Move// to the appropriate '' | * //Move// to the appropriate '' | ||
Line 34: | Line 34: | ||
^ Aspect Ratio ^ Final Render Size ^ Anti-Aliasing ^ | ^ Aspect Ratio ^ Final Render Size ^ Anti-Aliasing ^ | ||
- | | 85 | 3000 × 2250 | Non- | + | | 85 | 10240 × 7680 | Normal |
- | | FA | 4096 × 1600 | | + | | FA | 12800 × 5120 | Normal | |
+ | | 8E | 10480 × 7336 | Normal | | ||
+ | |||
+ | * Open fractals from the appropriate '' | ||
+ | * Render to the appropriate '' | ||
+ | |||
+ | Wait a while... | ||
+ | |||
+ | ==== Copyrightisation ==== | ||
+ | |||
+ | * Copy image files from '' | ||
+ | * Update the file '' | ||
+ | * Run '' | ||
+ | * **AdjustSettings: | ||
+ | * Delete the appropriate files from '' | ||
+ | * Delete the file '' | ||
+ | * Run '' | ||
+ | * Examine the Montage image. Ignore the 512x384 image. If the values need adjusting, go to **AdjustSettings: | ||
+ | * If the image is 85: | ||
+ | * Copy '' | ||
+ | * At work on WHOS008, copy '' | ||
+ | * Run '' | ||
+ | * On the laptop, copy '' | ||
+ | * If the image is FA: | ||
+ | * Run the batch file '' | ||
+ | |||
+ | ===== To Wallpaper Script ===== | ||
+ | |||
+ | This will need adjusting to work at home. | ||
+ | |||
+ | <code dos> | ||
+ | @echo off | ||
+ | |||
+ | set ImageMagickDir=C: | ||
+ | |||
+ | 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 " | ||
+ | |||
+ | " | ||
+ | |||
+ | del /f /q Converted\*.png | ||
+ | |||
+ | pause | ||
+ | </ | ||
+ | |||
+ | {{tag> | ||
fractal_workflow.1287797114.txt.gz · Last modified: 2017/01/01 19:50 (external edit)