- 427 topics

Report a problem or suggest a new feature for RealWorld software or website.

To ask a question or to learn how to best use RealWorld software, go to the Design forum.

You cannot create topics in this forum.

Animation issues/suggestions

Some things that broke my brain, which could be clarified. I stumbled on RealWorld Paint completely by accident, having used PhotoResize for ages. I absolutely love the animation features and support, and I cannot believe I hadn't known of this feature-rich, f...

Windows 10 x64 right-click issue

Hi Vlasta, I've re-installed PicResizer after upgrading to Win 10 and found that right-click functionality is a little odd. Context menu is not showing any option to resize when I right-click on the file, however I discovered that the option IS showing when I ...

Customizing destination folder and file name

can't get it to work! This is a great little App and does every thing I want - if only I could get the destination folder and filename to work! I am trying to resize everything from one folder structure to another folder structure. Here is my batch file: Photo...

Resize failing on larger files (>20MB)

I'm currently working on a few thousand images using some scripts to reprocess to a smaller size for web usage. A co-work suggested picture resizer as being easy to use. Well, it works on images smaller than 20MB. Any help or direction would be appreciated t...

Picture Resizer for PNGs, GIFs, BMPs,...

If enough people request one of the formats, it will be implemented, so let me know. 😉

Move resized pictures to subfolder

Hi, how can I do that? My current code: C:\Users\Admin\Downloads\PhotoResize.exe "-if Y<X, -if X>=Y" "-w1920" "-q80" Is it all written right? Using Windows 10

Resize PPT slides to JPEG?

I want to reduce the size of PPT slides to 312 x 176 so I can add them to a Word document. Is this possible? I have saved the PPT as JPEGs. However, I can't seem to get the Picture Resizer software. I gave a donation but it still won't download. Thanks for any...

Recusive in place resizing not workink?

Hi, I'm trying to resize a large drive full of images, replacing each image with smaller version, I've come up with - photoresize -^1280 -r -i -m -q85 -s -e d:\photos This does indeed recurse through all the folders and subfolders, however it does not always r...

Retain name

Hi I am resizing and saving in a different folder. is it possible to use without the file name change. Great little program.

Windows 10 Escape Sequences not working after PhotoResizer.exe i

I'm working on a batch routine in Windows 10 and using the escape sequences to change the color of some of the output to highlight info. This works great until the routine hits the PhotoResizer command. After that, the escape sequences appear in the output as ...

the software cannot work

please help me I have put the icon of photo resize on the desktop then i pull the photo to the photo resize icon but there are a dailog box tell me that "find latest version of photoresize and other handy sofware on ...."then nothing occur. Anywere it was work...

Batch file - limitation to the number of files

I run a batch file, C:\"SOME PATH"\PhotoResizeP50O.exe "-c<ROOT><PATH>smaller\<NAME>.jpg" %* Drag multiple files on the batch file and it works great. Reduces size and puts the smaller file into a subfolder. Works for my purposes perfectly (k...

Drag & Drop to subfolder

Resize a photo to a subfolder I've been using the pictureresizer program for awhile. I luckily found it randomly on one of my countless online searches. The ease and simplicity is incredible - and that it works better than most is crazy. Typically i use this i...

Having problems with the right batch command

What a great tool. I have converted lots of images already, but I do not want to do that manually anymore, but in a batch. I have a batch file with the following command: PhotoResizeF800x600.exe test.jpg The executable PhotoResizeF800x600 is in the same direct...

Can you resize images and change the DPI at the same time?

My friend and I have been working on a batch script to resize images, change the DPI and transfer the images to a specified location. Now we have it working, it generates the images just fine and in a timely manner but when the script gets to the point of doi...

Can't get the Picture Resizer to work?!

First off, thank you so much for this great idea, and the tool which I'm sure will save me a lot of time... Right now unfortunately I have very big problems making it work at all! I just installed the "Picture Resizer 6.0", meaning I have placed the "PhotoResi...

Simply mirror folder A->B resizing the JPGs smaller?

I simply want to resize all the jpg images in folder A (& its subfolders) into folder B (down to 1080p size, don't modify otherwise). This should be done as a mirror exercise so:- 1) Only modified jpgs needs be converted. ie: The 10,000 already done don't ...

DPI of some pictures changed after processing.

DPI of some pictures changed after processing. If i make a picture 100% its original size using PhotoResizeP100.exe some pictures keep their DPI settings and some dont.. They get 96 DPI.. This also happens when when using PhotoResizeD200.exe where the original...

Picture resizes properties

Viewing properties of a picture I have been through all the tool bars and can't find where to view the properties of a photo. I am resizing images and I want to be able to view the properties of an image before and after I have resized it so I can see the diff...

Overwritting original files

Hi, I am creating a set of batch files to automatically resize a set of images. The problem is that whenever I execute the batch script, it keeps the original images and adds the new resized image. I have tried the following command: -w1024 -r -o "-cC:\Images\...

Extend canvas in one axis without adjusting the other

Hello, Firstly, I have just downloaded Picture Resizer today and I'm so impressed with this piece of software. I would like some help though if anybody is able to provide it.... I want to extend the canvas in the following way: Only adjust the canvas up to the...

<EXT> for "-c" option

.jpg vs .JPG Hi, Great utility ! I like very much that this little exe file can do a lot of things 😊 My need: Do I have the possibility to use something like <EXT> for -c option? My purpose: Make some resizings and keep exactly the same file names bec...

Change from Pixels to cms

Hi. Is there a way I can change the settings from Pixels to Cms or mm?

Drag and Drop resize asked picture and prévious ones

Hi, I'm starting using picture resize and I have a problem: My configuration: A shortcut : Target : C:\PhotoResize1500G.exe -o -c "c:\toto" Start in: C:\toto When I drag and drop a picture like : test.jpg It convert to c:\toto\test-1500.jpg At this time all is...

-p plus -d in one commandline

First of all: Great Tool!!! I've first tried to get good results using imageMagick for resizing images and got some difficulties ... Well, my commandline-code implemented in JS: var batFileString = '\"' + pathPhotoResize + '\"' + ' -o -t -q100 -n -a -m -x22 -...