![]() |
|
Copying Image Data - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Copying Image Data (/thread-13704.html) |
Copying Image Data - Nick7635 - 2022-03-08 This may have been raised before, but is it possible to copy all of the data associated with an image (i.e. in the Images tab) to a new image as a bulk action? Copying Image Data - acrylian - 2022-03-08 Technically generally but there is nothing for this unless you copy an image using the utilities. If your purpose is to replace/update an image, you can do this via FTP if it has the exact same name. You may also have to clear the image cache to re-generate sized versions. (beware that refreshing metadata will re-import them). Copying Image Data - Nick7635 - 2022-03-11 Using ftp may be risky for us, with a number of amateur volunteers doing uploading, and also how replacing an image might affect our backup routines. Copying Image Data - acrylian - 2022-03-11 Rotation refers to the image orientation. I am not sure I understand how a "reverse (flip)" utility - assuming you mean mirro flipping the image - would help with copying image data? Edit: Okay, I read wrong somehow. I can't promise anything for 1.6. You can always create a plugin to functionality to the utilities as there is a filter hook available. https://www.zenphoto.org/news/zenphoto-plugin-architecture/ Copying Image Data - acrylian - 2022-03-11 I researched a bit and both GD and Imagick do have methods/functions for this. I'll see what we perhaps can do here. Copying Image Data - Nick7635 - 2022-03-12 Thanks. It is mirror flipping that I would like. I'll await developments. |