ImageEditor.st
changeset 2765 c74bcf69878b
parent 2764 30ba284f0818
child 2766 88fa6c4bf6d3
equal deleted inserted replaced
2764:30ba284f0818 2765:c74bcf69878b
   317      UIHelpTool openOnClass:ImageEditor    
   317      UIHelpTool openOnClass:ImageEditor    
   318     "
   318     "
   319 
   319 
   320     <resource: #help>
   320     <resource: #help>
   321 
   321 
   322     ^super helpSpec addPairsFrom:#(
   322     ^ super helpSpec addPairsFrom:#(
   323 
   323 
   324 #colorMap
   324 #colorMap
   325 'ColorMap functions.'
   325 'ColorMap functions'
   326 
   326 
   327 #colorMap1
   327 #colorMap1
   328 'Convert to depth-1 image.'
   328 'Convert to depth-1 image'
   329 
   329 
   330 #colorMap1M
   330 #colorMap1M
   331 'Convert to depth-1 image plus mask.'
   331 'Convert to depth-1 image plus mask'
   332 
   332 
   333 #colorMap2
   333 #colorMap2
   334 'Convert to depth-2 image.'
   334 'Convert to depth-2 image'
       
   335 
       
   336 #colorMap24
       
   337 'Convert to depth-24 image (rgb)'
   335 
   338 
   336 #colorMap2M
   339 #colorMap2M
   337 'Convert to depth-2 image plus mask.'
   340 'Convert to depth-2 image plus mask'
       
   341 
       
   342 #colorMap32
       
   343 'Convert to depth-32 image (rgba)'
   338 
   344 
   339 #colorMap4
   345 #colorMap4
   340 'Convert to depth-4 image.'
   346 'Convert to depth-4 image'
   341 
   347 
   342 #colorMap4M
   348 #colorMap4M
   343 'Convert to depth-4 image plus mask.'
   349 'Convert to depth-4 image plus mask'
   344 
   350 
   345 #colorMap8
   351 #colorMap8
   346 'Convert to depth-8 image.'
   352 'Convert to depth-8 image'
   347 
   353 
   348 #colorMap8M
   354 #colorMap8M
   349 'Convert to depth-8 image plus mask.'
   355 'Convert to depth-8 image plus mask'
   350 
       
   351 #colorMap24
       
   352 'Convert to depth-24 image (rgb).'
       
   353 
       
   354 #colorMap32
       
   355 'Convert to depth-32 image (rgba).'
       
   356 
   356 
   357 #colorMapTable
   357 #colorMapTable
   358 'Shows a list of used colors of the image.'
   358 'Shows a list of used colors of the image'
   359 
   359 
   360 #compressColormap
   360 #compressColormap
   361 'Remove unneeded entries from the colorMap.'
   361 'Remove unneeded entries from the colorMap'
   362 
   362 
   363 #cropAll
   363 #cropAll
   364 'Find and remove all borders.'
   364 'Find and remove all borders'
   365 
   365 
   366 #cropBottom
   366 #cropBottom
   367 'Find and remove bottom border.'
   367 'Find and remove bottom border'
   368 
   368 
   369 #cropLeft
   369 #cropLeft
   370 'Find and remove left border.'
   370 'Find and remove left border'
   371 
   371 
   372 #cropManual
   372 #cropManual
   373 'Specify border(s) to remove.'
   373 'Specify border(s) to remove.'
   374 
   374 
   375 #cropRight
   375 #cropRight
   376 'Find and remove right border.'
   376 'Find and remove right border'
   377 
   377 
   378 #cropTop
   378 #cropTop
   379 'Find and remove top border.'
   379 'Find and remove top border'
   380 
   380 
   381 #drawModeBox
   381 #drawModeBox
   382 'Rectangle Drawing Mode.'
   382 'Rectangle Drawing Mode'
   383 
   383 
   384 #drawModeCircle
   384 #drawModeCircle
   385 'Circle Drawing Mode.'
   385 'Circle Drawing Mode'
   386 
   386 
   387 #drawModeCopy
   387 #drawModeCopy
   388 'Area Copy Mode.'
   388 'Area Copy Mode'
   389 
   389 
   390 #drawModeFill
   390 #drawModeFill
   391 'Flood Fill Mode.'
   391 'Flood Fill Mode'
   392 
   392 
   393 #drawModeFilledBox
   393 #drawModeFilledBox
   394 'Filled Rectangle Drawing Mode.'
   394 'Filled Rectangle Drawing Mode'
   395 
   395 
   396 #drawModePaste
   396 #drawModePaste
   397 'Paste Mode.'
   397 'Paste Mode'
   398 
   398 
   399 #drawModePasteUnder
   399 #drawModePasteUnder
   400 'Paste-Under Mode.'
   400 'Paste-Under Mode'
   401 
   401 
   402 #drawModePasteWithMask
   402 #drawModePasteWithMask
   403 'Paste-with-Mask Mode.'
   403 'Paste-with-Mask Mode'
   404 
   404 
   405 #drawModePoint
   405 #drawModePoint
   406 'Point Drawing Mode.'
   406 'Point Drawing Mode'
   407 
       
   408 #drawModeSpray
       
   409 'Spray Drawing Mode.'
       
   410 
   407 
   411 #drawModeSpecial
   408 #drawModeSpecial
   412 'Special Operations'
   409 'Special Operations'
   413 
   410 
       
   411 #drawModeSpray
       
   412 'Spray Drawing Mode'
       
   413 
   414 #editFlipHorizontal
   414 #editFlipHorizontal
   415 'Flip the image horizontally.'
   415 'Flip the image horizontally'
   416 
   416 
   417 #editFlipVertical
   417 #editFlipVertical
   418 'Flip the image vertically.'
   418 'Flip the image vertically'
   419 
   419 
   420 #editMagnifyImage
   420 #editMagnifyImage
   421 'Magnify the image.'
   421 'Magnify the image'
   422 
   422 
   423 #editNegate
   423 #editNegate
   424 'Invert the images colors.'
   424 'Invert the images colors'
   425 
   425 
   426 #editResize
   426 #editResize
   427 'Resize the image (preserving the old image).'
   427 'Resize the image (preserving the old image)'
   428 
   428 
   429 #editRotate
   429 #editRotate
   430 'Rotate the image.'
   430 'Rotate the image'
   431 
   431 
   432 #fileGrabImageFromScreen
   432 #fileGrabImageFromScreen
   433 'Pick an image from the screen (specify area).'
   433 'Pick an image from the screen (specify area)'
   434 
   434 
   435 #fileGrabImageFromWindow
   435 #fileGrabImageFromWindow
   436 'Pick an image from a window on the screen (click on window).'
   436 'Pick an image from a window on the screen (click on window)'
   437 
   437 
   438 #fileLoadFromClass
   438 #fileLoadFromClass
   439 'Select and load an image from a resource method.'
   439 'Select and load an image from a resource method'
   440 
   440 
   441 #fileLoadFromFile
   441 #fileLoadFromFile
   442 'Select and load an image from a file.'
   442 'Select and load an image from a file'
   443 
   443 
   444 #fileNewImage
   444 #fileNewImage
   445 'Create a new image'
   445 'Create a new image'
   446 
   446 
   447 #filePrint
   447 #filePrint
   448 'Print the image on a postscript printer.'
   448 'Print the image on a postscript printer'
       
   449 
       
   450 #fileSave
       
   451 'Save the image'
   449 
   452 
   450 #fileSaveAs
   453 #fileSaveAs
   451 'Save the image to a file.'
   454 'Save the image to a file'
       
   455 
       
   456 #fileSaveButtonImageAs
       
   457 'Save an image of a button with the image to a file (for html use)'
   452 
   458 
   453 #fileSaveMaskAs
   459 #fileSaveMaskAs
   454 'Save the mask of the image to a file.'
   460 'Save the mask of the image to a file'
   455 
       
   456 #fileSaveButtonImageAs
       
   457 'Save an image of a button with the image to a file (for html use).'
       
   458 
   461 
   459 #fileSaveMethod
   462 #fileSaveMethod
   460 'Save the image as resource method in the current class and selector.'
   463 'Save the image as resource method in the current class and selector'
   461 
   464 
   462 #fileSaveMethodAs
   465 #fileSaveMethodAs
   463 'Save the image as resource method in a class.'
   466 'Save the image as resource method in a class'
   464 
   467 
   465 #magnificationNumber
   468 #magnificationNumber
   466 'Shows the current magnification.'
   469 'Shows the current magnification'
   467 
   470 
   468 #magnifyImageDown
   471 #magnifyImageDown
   469 'Decrease magnification.'
   472 'Decrease magnification'
   470 
   473 
   471 #magnifyImageUp
   474 #magnifyImageUp
   472 'Increase magnification.'
   475 'Increase magnification'
   473 
   476 
   474 #mouseKeyColorMode
   477 #mouseKeyColorMode
   475 'Toggle between left and right mouse button color.'
   478 'Toggle between left and right mouse button color'
   476 
   479 
   477 #previewView
   480 #previewView
   478 'Shows a preview of the image.'
   481 'Shows a preview of the image'
   479 
   482 
   480 #settingsGridMagnification
   483 #settingsGridMagnification
   481 'Change the grid magnification of the edit view.'
   484 'Change the grid magnification of the edit view'
   482 
   485 
   483 )
   486 )
   484 
       
   485     "Modified: / 7.9.1998 / 18:20:26 / cg"
       
   486 ! !
   487 ! !
   487 
   488 
   488 !ImageEditor class methodsFor:'image specs'!
   489 !ImageEditor class methodsFor:'image specs'!
   489 
   490 
   490 circleIcon
   491 circleIcon