Search found 5 matches
- 2016-05-19T00:56:25-07:00
- Forum: Users
- Topic: Converting PSD files with undeleted cropped pixels
- Replies: 9
- Views: 3435
Re: Converting PSD files with undeleted cropped pixels
the command line is about the same as the one i posted except with tif as output: convert.exe *.psd[0] -resize 1000x1000 -density 72x72 -set filename:f %t_tmb %[filename:f].tif i cannot upload multiple 100mb+ psd files from here since i'm currently on prepay in a third world country. but download my ...
- 2016-05-18T21:57:38-07:00
- Forum: Users
- Topic: Converting PSD files with undeleted cropped pixels
- Replies: 9
- Views: 3435
Re: Converting PSD files with undeleted cropped pixels
thank you very much for the solution snibgo
(some other thing i just noticed. it works fine with jpg. when i try to batch output tiff files it only writes the first image it finds in a folder.)
(some other thing i just noticed. it works fine with jpg. when i try to batch output tiff files it only writes the first image it finds in a folder.)
- 2016-05-18T03:49:46-07:00
- Forum: Users
- Topic: Converting PSD files with undeleted cropped pixels
- Replies: 9
- Views: 3435
Re: Converting PSD files with undeleted cropped pixels
first of all, i messed up the sample. sry for that *selfslap* i've done some more testing and i get different results depending on how i process the images. if i process a single image that is (240dpi) i get two output files, name-0.jpg and name-1.jpg.'-0' being correct cropped and '-1' is with the ...
- 2016-05-17T22:43:49-07:00
- Forum: Users
- Topic: Converting PSD files with undeleted cropped pixels
- Replies: 9
- Views: 3435
Re: Converting PSD files with undeleted cropped pixels
here is a sample (270kb) saved from cs6:
edit: sample removed, i uploaded a new version in the post bellow.
edit: sample removed, i uploaded a new version in the post bellow.
- 2016-05-17T21:40:14-07:00
- Forum: Users
- Topic: Converting PSD files with undeleted cropped pixels
- Replies: 9
- Views: 3435
Converting PSD files with undeleted cropped pixels
hi, i'm trying to batch convert several PSD files. apparently the have been cropped inside photoshop without the 'delete cropped pixels' function. When i run something along the lines of this: convert.exe *.psd -resize 1000x1000 *.jpg the output will look the following: http://3dart.tv/beta ...