fractal_workflow
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
fractal_workflow [2011/10/11 19:56] – [Copyrightisation] stephen | fractal_workflow [2017/01/01 20:05] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
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 '' | * Open fractals from the appropriate '' | ||
Line 58: | Line 59: | ||
* On the laptop, copy '' | * On the laptop, copy '' | ||
* If the image is FA: | * If the image is FA: | ||
- | * Copy '' | + | * Run the batch file '' |
===== To Wallpaper Script ===== | ===== To Wallpaper Script ===== | ||
Line 65: | Line 66: | ||
<code dos> | <code dos> | ||
- | del /f /q Wallpaper\*.* | + | @echo off |
- | rem Adjust for work monitor layout. | + | set ImageMagickDir=C:\Program Files\ImageMagick-6.7.5-Q16 |
- | for %%a in (*.png) DO "C:\Program Files\ImageMagick-6.5.7-Q16\convert.exe" | + | |
- | " | + | rem |-----------ImageWidth-----------| |
- | rename " | + | rem |---LeftWidth---|---RightWidth---| |
- | del /f /q Wallpaper\*.png | + | 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 | pause | ||
</ | </ |
fractal_workflow.1318362983.txt.gz · Last modified: 2017/01/01 19:50 (external edit)