Asumiendo que te refieres a la carpeta figures en lugar de la carpeta shared , los archivos JPG se crean como parte del proceso de inserción, por lo que no hay una forma de activar la creación de esos archivos. Sin embargo, Python debería ser capaz de crear versiones JPG de tus imágenes. Puedes crear los archivos dentro de la carpeta figures como parte de tu script; el nombre solo debe coincidir exactamente (pero con la extensión .jpg). Las imágenes deberían escalarse a un máximo de 400x400 píxeles para ser similares a lo que hace Paratext, pero esto no es obligatorio; es solo para mantener el tamaño más pequeño para S/R.
Paratext debería agregar automáticamente las imágenes al proyecto durante tu próximo S/R.
Assuming you mean the figures folder instead of the shared folder, the JPG files get created as part of the insertion process so there isn't a way to trigger the creation of those files. However, Python should be able to create JPG versions of your images. You can create the files inside the figures folder as part of your script - the name just has to exactly match (but with the .jpg extension). The images should be scaled to a max of 400x400 pixels to be similar to what Paratext does, but this isn't required - it's just to keep the size smaller for S/R.
Paratext should automatically add the images to the project during your next S/R.
Traducción automática desde English