Changeset 20166
- Timestamp:
- Oct 14, 2008, 4:48:54 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstampparse.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstampparse.pl
r19761 r20166 247 247 } 248 248 249 if ( $option_mask & $PSTAMP_SELECT_MASK) {249 if (($option_mask & $PSTAMP_SELECT_MASK) && $image->{mask} ) { 250 250 $args .= " -mask $image->{mask}"; 251 251 } 252 if ( $option_mask & $PSTAMP_SELECT_WEIGHT) {252 if (($option_mask & $PSTAMP_SELECT_WEIGHT) and $image->{weight} ) { 253 253 $args .= " -weight $image->{weight}"; 254 254 }
Note:
See TracChangeset
for help on using the changeset viewer.
