Difference between revisions of "Producing KRPanos"

From Eitan Burcat
Jump to navigation Jump to search
(Created page with "Copy a script for auto-creating the panoramas from another dir. It takes care of adding the right compass, and creating 2 versions for the panoramas: for iPad and the kiosk =...")
 
Line 3: Line 3:
== Procedure ==
== Procedure ==
* Track hours
* Track hours
* If multiple floors - change file names to be 01, 03, etc.
* (Panorama) If multiple floors - change file names to be 01, 03, etc.
* Fix horizon
* (720) Name should be raw.jpg
* (Panorama) Fix horizon
  * Fix horizon by measuring the hight in pixels to the horizon, and adding height:
  * Fix horizon by measuring the hight in pixels to the horizon, and adding height:
  * convert 02a.jpg -gravity south -background white -extent x$((2532*2)) 02.jpg; open 02.jpg
  * convert 02a.jpg -gravity south -background white -extent x$((2532*2)) 02.jpg; open 02.jpg
* (720) Fix proportions. Height should be 0.5 of width.
* Fix an existing script
* Fix an existing script
* pic_x, pic_y
* pic_path
* Verify compass is right, directions appear in the sky
* Verify compass is right, directions appear in the sky
* Floors script prepares 2 versions - tour and standalone
* Floors script prepares 2 versions - tour and standalone
* Add lens flare coordinates if appropriate
* Find north
* Find north
* Align north
* Align north -  fix headings in the script
* Fix top in tour and standalone floors
* Fix top in tour and standalone floors
* Send the results: aws s3 cp --acl public-read Floors${ProjectName}.zip s3://anobi/ # Or wetransfer.com
* Send the results: aws s3 cp --acl public-read Floors${ProjectName}.zip s3://anobi/ # Or wetransfer.com

Revision as of 12:24, 11 July 2015

Copy a script for auto-creating the panoramas from another dir. It takes care of adding the right compass, and creating 2 versions for the panoramas: for iPad and the kiosk

Procedure

  • Track hours
  • (Panorama) If multiple floors - change file names to be 01, 03, etc.
  • (720) Name should be raw.jpg
  • (Panorama) Fix horizon
* Fix horizon by measuring the hight in pixels to the horizon, and adding height:
* convert 02a.jpg -gravity south -background white -extent x$((2532*2)) 02.jpg; open 02.jpg
  • (720) Fix proportions. Height should be 0.5 of width.
  • Fix an existing script
* pic_x, pic_y
* pic_path
  • Verify compass is right, directions appear in the sky
  • Floors script prepares 2 versions - tour and standalone
  • Add lens flare coordinates if appropriate
  • Find north
  • Align north - fix headings in the script
  • Fix top in tour and standalone floors
  • Send the results: aws s3 cp --acl public-read Floors${ProjectName}.zip s3://anobi/ # Or wetransfer.com