zoeting612 / jsFACEOFF

Repository home of the javascript version of the #project-FACEOFF
2 stars 0 forks source link

Figure out how to resize the images #2

Open kakurk opened 3 years ago

kakurk commented 3 years ago

@zoeting612 believes that the face images are being displayed are too big.

We need to figure out a solution. There are two possibilities:

  1. Find a javascript/jsPsych command that will display the images at a smaller size OR
  2. Write a new script that will resize the image files themselves

Option 2 might be better in the long run to minimize taxing participants computers.

zoeting612 commented 3 years ago

I like option 2

kakurk commented 3 years ago

I will work on writing a script to resize the images. I will include the script that resizes the images in this repository and I will upload the resized images to google drive in a different subfolder

kakurk commented 3 years ago

Wrote a script to resize the images. I designed the script to shrink the size of the images by 1/3:

https://github.com/memobc/jsFACEOFF/commit/45cc1462f7645f86b7a7470dd9e83acc0f15e503

The script is currently running on my laptop. I will upload the resized images to google drive once they are finished.