Re: A photo program that does these functions in batch mode?



John Dalberg wrote:
...
> I meant by batch mode as in doing it all in one command in the GUI. I
> really do not want to this using scripts or going to the command prompt.
> As easy as possible is what I want. Think of your grand mother trying to
> do this.
>


yeah I understand. But a GUI with menu options can almost be as complicated
as command line for some. For example, you could use mogrify command in a
commline line (terminal) mode as follows
mogrify -format .jpg *.tif -quality 90
to convert all TIFF images in the current folder (directory) to JPEG images,
with 90% quality (10% compression).

Or you could do
mogrify -shave 5x5 *.jpg
to remove 5 pixels from the image edges of all jpeg images in current
folder; useful for example to give shaved images to someone or have shabved
images printed and keeping the original unshaved images for copyright proof
purposes.

The mogrify command is not too hard, really, and there are example usage
guides that show and explain every option with examples. But I am a geek so
of course I am biased to the power of the command line over graphical
interfaces.

.



Relevant Pages

  • writing figures in a loop with -nodisplay
    ... This works as expected if the code is executed from MATLAB within the ... When I start MATLAB from the command line with the options ... Writing these images to file without GUI greatly speeds up processing ...
    (comp.soft-sys.matlab)
  • Re: Development Time
    ... Wow, if you really want long build times, then call blddemo. ... > that i am not sure, but it is faster to build in the> command line rather do the same in the CEPB. ... >> If I make multiple images instead of single image, ... >> critical modules excluding applications] and App.bin,>> then repeatedly make ...
    (microsoft.public.windowsce.platbuilder)
  • Re: gphoto2 download command?
    ... Can someone give me the proper command to retrieve images from a camera ... I am having some problem with the latest version of gphoto2 (both FC5 and ...
    (Fedora)
  • Re: Development Time
    ... command line rather do the same in the CEPB. ... including the bootloadercommon libraries. ... > image in case of multple images? ...
    (microsoft.public.windowsce.platbuilder)
  • Re: GUI run another GUI
    ... > that I need it to pass to the second GUI ... > the content of Index matrix integers which are indeces of images I ... second GUI like a function and don't use the "run" command. ... Inside GUI_two you can access these variables using the "varargin" ...
    (comp.soft-sys.matlab)