DMXzone Image Processor Support Product Page
Answered
Sequence of effects
Asked 9 years ago
1
has this question
9 years ago Greta Garberini posted:
Hi,First of all, I want to express my thanks for this great extension. I was among those who got frustrated that it took so long to be released - but it was really worth waiting. Thanks again for the great work.
Here is my question:
I followed the instructions about resizing. Now if I want to add a cropped step - where would I put it? It seems that all steps AFTER the cropped step use the cropped image as their base image instead of the original file.
Official Answer
Replied 9 years ago
Hi Greta,
You can do as many operations on an image as you wish.
The load image action - creates an instance that you give name - and on each following image operation you choose on which instance to apply it on and finally save.
So if you use the same instance - the operations will apply on top of the previous ones.
If you load a new instance (even with the same original image) you will have a separate actions on it.
So if you want to have two different resizes and crops on the original, you will be doing something like this:
load image (instance image1), resize image1, crop image1, save image1
load image (same source, but name it like image2), resize image2, crop image2, save image2
so both loads will use the same image source path for example.
Just make sure on save of course you create a new name and do not overwrite the original.
That is all - you have all the flexibility and as much resizes and operations as you wish!
Greetings,
George
You can do as many operations on an image as you wish.
The load image action - creates an instance that you give name - and on each following image operation you choose on which instance to apply it on and finally save.
So if you use the same instance - the operations will apply on top of the previous ones.
If you load a new instance (even with the same original image) you will have a separate actions on it.
So if you want to have two different resizes and crops on the original, you will be doing something like this:
load image (instance image1), resize image1, crop image1, save image1
load image (same source, but name it like image2), resize image2, crop image2, save image2
so both loads will use the same image source path for example.
Just make sure on save of course you create a new name and do not overwrite the original.
That is all - you have all the flexibility and as much resizes and operations as you wish!
Greetings,
George
Replies
Replied 9 years ago
9 years ago Teodor Kuduschiev replied:
Hello,
It depends on what do you want to achieve? Do you want to have a separate cropped image? What other versions do you need to create?
It depends on what do you want to achieve? Do you want to have a separate cropped image? What other versions do you need to create?
Replied 9 years ago
9 years ago George Petrov replied:
Hi Greta,
You can do as many operations on an image as you wish.
The load image action - creates an instance that you give name - and on each following image operation you choose on which instance to apply it on and finally save.
So if you use the same instance - the operations will apply on top of the previous ones.
If you load a new instance (even with the same original image) you will have a separate actions on it.
So if you want to have two different resizes and crops on the original, you will be doing something like this:
load image (instance image1), resize image1, crop image1, save image1
load image (same source, but name it like image2), resize image2, crop image2, save image2
so both loads will use the same image source path for example.
Just make sure on save of course you create a new name and do not overwrite the original.
That is all - you have all the flexibility and as much resizes and operations as you wish!
Greetings,
George
You can do as many operations on an image as you wish.
The load image action - creates an instance that you give name - and on each following image operation you choose on which instance to apply it on and finally save.
So if you use the same instance - the operations will apply on top of the previous ones.
If you load a new instance (even with the same original image) you will have a separate actions on it.
So if you want to have two different resizes and crops on the original, you will be doing something like this:
load image (instance image1), resize image1, crop image1, save image1
load image (same source, but name it like image2), resize image2, crop image2, save image2
so both loads will use the same image source path for example.
Just make sure on save of course you create a new name and do not overwrite the original.
That is all - you have all the flexibility and as much resizes and operations as you wish!
Greetings,
George
Replied 9 years ago
9 years ago Greta Garberini replied:
OK thanks this is the explanation I needed. I previously had missed the power of instances.
Great!
Great!