I need to resize some very large photoshop files while maintaining all layers. I've tried just using
Code: Select all
convert -resize {file}.psd {new_file}.psd
I've been looking around and it may be that I'm not looking in the right place or that I'm just too tired to think, but I haven't been able to find out what's going on. My thought is that it has something to do with -define, but I can't find any information on what options it will take.
Any and all help would be very greatly appreciated.