class ImageParadise::ToJpg
Constants
- NAMESPACE
#¶ ↑
NAMESPACE
¶ ↑#¶ ↑
Public Class Methods
Public Instance Methods
reset()
click to toggle source
return_where_to_store_this(i)
click to toggle source
run()
click to toggle source
run_everything()
click to toggle source
#¶ ↑
run_everything
¶ ↑
#¶ ↑
# File lib/image_paradise/utility_scripts/to_jpg.rb, line 61 def run_everything commandline_arguments?.each {|this_file| store_where = return_where_to_store_this(this_file) opnn; e 'Next converting '+simp(this_file)+' to '+sfile(store_where) _ = 'convert '+this_file+' '+store_where esystem _ } end