Search found 3 matches
- 2013-05-08T08:54:54-07:00
- Forum: Users
- Topic: [SOLVED] Generate name automatically
- Replies: 4
- Views: 3499
Re: [SOLVED] Generate name automaticaly
I found this on this page: http://www.imagemagick.org/Usage/files/#mpr MPR is used to save the image in memory and It is a very common to Delete all images from the current image sequence afetr saving the images in a "mpr:" register . I'm not sure if that is the best way to do that but It works fine ...
- 2013-05-08T08:25:20-07:00
- Forum: Users
- Topic: [SOLVED] Generate name automatically
- Replies: 4
- Views: 3499
Re: Generate name automaticaly
I have solved it:
Code: Select all
convert my-path/my-image.jpg -set filename:newname '%d/%t_small.%e' -write mpr:tree +delete mpr:tree '%[filename:newname]'
- 2013-05-08T07:58:33-07:00
- Forum: Users
- Topic: [SOLVED] Generate name automatically
- Replies: 4
- Views: 3499
[SOLVED] Generate name automatically
Hi! This is my first post, I have search in this forum and others webs but I don't find a solution for my problem. I'm triying to create a copy (or redimension) of an image but I need to generate the name automatically. For example I have the image: ./my-path/my-image.jpg and I want to generate an ...