Search found 4 matches
- 2016-07-08T06:55:43-07:00
- Forum: Users
- Topic: Converting and Copying Images of any extensions
- Replies: 2
- Views: 2796
Converting and Copying Images of any extensions
I want to be able to convert an image into different sizes, but not just jpg or png, whatever file I drag onto the batch file. For example: convert "%1" -thumbnail 50x -unsharp 1.5x1.2+1.0+0.10 "%~p1resizedthumbnail_%~n1.jpg" This will make a copy of the image into the size I stated. It also renames ...
- 2016-07-08T06:12:39-07:00
- Forum: IMagick
- Topic: Attempting to convert image on a shared drive
- Replies: 4
- Views: 15362
Re: Attempting to convert image on a shared drive
ANSWER: I installed ImageMagick Portable onto my shared drive. Then I placed my folder with the .bat files into a folder in the same shared drive. I then copy pasted convert.exe into the folder with the bat files in it and it started working. Thanks for the attempt on helping!
- 2016-07-08T05:14:07-07:00
- Forum: IMagick
- Topic: Attempting to convert image on a shared drive
- Replies: 4
- Views: 15362
Re: Attempting to convert image on a shared drive
its because we don't have the same file path in our shared drive
- 2016-07-07T09:39:01-07:00
- Forum: IMagick
- Topic: Attempting to convert image on a shared drive
- Replies: 4
- Views: 15362
Attempting to convert image on a shared drive
I am trying to use this line of code to convert an image using a .bat file. I put it in a locally shared hard drive and wish for everyone to be able to use it WITHOUT making everyone download image-magick. So I pasted the image-magick file into the S:\ and it still only works for me since I have it ...