photostorage.ini 397 B

123456789101112131415161718
  1. ;webcam preview image width
  2. WEBCAM_PREV_W=320
  3. ;webcam preview image height
  4. WEBCAM_PREV_H=240
  5. ;webcam output image width
  6. WEBCAM_RESULT_W=640
  7. ;webcam output image height
  8. WEBCAM_RESULT_H=480
  9. ;webcam output format
  10. WEBCAM_FORMAT=jpeg
  11. ;jpeg image quality
  12. WEBCAM_JPEG_QUALITY=90
  13. ;avatar crop
  14. WEBCAM_AVA_CROP=256
  15. ;images list preview width
  16. IMGLIST_PREV_W=320
  17. ;images list preview height
  18. IMGLIST_PREV_H=240