MBS Plugin Documentation
Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchie
New in Version 7.0 7.1 7.2 7.3 7.4 7.5 7.6 7.7 7.8 8.0 8.1 8.2 8.3 8.4 8.5 8.6 8.7 9.0
The list of the themes, classes, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
The plugin MBS ImageMagick Plugin:
- method LoadLibrary(path as string) as boolean
- method LoadLibraryFile(path as folderitem) as boolean
- method InitializeMagick(path as string)
- method MagickToMime(name as string) as string
- method IsMagickInstantiated as boolean
- method ReadImage(info as IMImageInfoMBS) as IMImageMBS
- method ReadImageFromString(info as IMImageInfoMBS, data as string) as IMImageMBS
- method ReadImageHeaderFromString(info as IMImageInfoMBS, data as string) as IMImageMBS
- method NewImageList as IMImageMBS
- method NewImageInfo as IMImageInfoMBS
- method MagickInfoList as IMMagickInfoListMBS
- method HomeURL as String
- method Copyright as String
- method PackageName as String
- method QuantumDepth as String
- method ReleaseDate as String
- method Version as String
- method QuantumDepthLibrary as Integer
- method QuantumDepthPlugin as Integer
- property LastError as Integer
- property LastException as IMExceptionMBS
- method Close
- method HandleMemory as memoryblock
- property Handle as Integer
- property Matte as Boolean
- property Fuzz as double
- property Depth as Integer
- property ColorSpace as Integer
- property Red as Single
- property Green as Single
- property Blue as Single
- property Opacity as Single
- property Index as Single
- method MergeImageLayers(ImageLayerMethod as integer) as IMImageMBS
- method CompareImageLayers(ImageLayerMethod as integer) as IMImageMBS
- method OptimizeImageTransparency
- method OptimizePlusImageLayers as IMImageMBS
- method OptimizeImageLayers as IMImageMBS
- method FxImage(expression as string) as IMImageMBS
- method Chop(x as integer, y as integer, width as integer, height as integer) as IMImageMBS
- method CoalesceImages as IMImageMBS
- method ConsolidateCMYKImages as IMImageMBS
- method Crop(x as integer, y as integer, width as integer, height as integer) as IMImageMBS
- method DeconstructImages as IMImageMBS
- method FlattenImages as IMImageMBS
- method Flip as IMImageMBS
- method Flop as IMImageMBS
- method MosaicImages as IMImageMBS
- method Roll(x as integer, y as integer) as IMImageMBS
- method Shave(x as integer, y as integer, width as integer, height as integer) as IMImageMBS
- method Splice(x as integer, y as integer, width as integer, height as integer) as IMImageMBS
- method Trim as IMImageMBS
- method DestroyImageAttributes
- method SetImageAttribute(key as string, value as string) as boolean
- method GetImageAttribute(key as string) as IMImageAttributeMBS
- method GetNextImageAttribute as IMImageAttributeMBS
- method CloneImageAttributes(image as IMImageAttributeMBS) as Boolean
- method DeleteImageAttribute(key as string) as Boolean
- method GetImageClippingPathAttribute as IMImageAttributeMBS
- method ResetImageAttributeIterator
- method OilPaint(radius as double) as IMImageMBS
- method Charcoal(radius as double, sigma as double) as IMImageMBS
- method Colorize(opacity as string, PenColorRed as integer, PenColorGreen as integer, PenColorBlue as integer, PenColorOpacity as integer) as IMImageMBS
- method Implode(factor as double) as IMImageMBS
- method Swirl(degrees as double) as IMImageMBS
- method Wave(amplitude as double, wavelength as double) as IMImageMBS
- method Stereo(otherImage as IMImageMBS) as IMImageMBS
- method Stegano(watermarkImage as IMImageMBS) as IMImageMBS
- method Solarize(factor as double) as boolean
- method SetImageProfile(name as string, ProfileData as string) as boolean
- method ProfileImage(name as string, ProfileData as string) as boolean
- method RemoveImageProfile(name as string) as boolean
- method GetImageProfile(name as string) as string
- method GetNextImageProfile as string
- method CloneImageProfiles(SourceImage as IMImageMBS) as boolean
- method ResetImageProfileIterator
- method DestroyImageProfiles
- method RGBTransformImage(Colorspace as integer) as boolean
- method SetImageColorspace(Colorspace as integer) as boolean
- method TransformRGBImage(Colorspace as integer) as boolean
- method CycleColormap(displace as integer) as boolean
- method ClipPath(path as string, inside as boolean) as boolean
- method Average as IMImageMBS
- method Combine(channel as integer) as IMImageMBS
- method SetPixel(x as integer, y as integer, newPixel as IMColorMBS)
- method CopyPixel(x as integer, y as integer) as IMColorMBS
- method Rotate(degrees as double) as IMImageMBS
- method Shear(Xshear as double, Yshear as double) as IMImageMBS
- method Thumbnail(width as integer, height as integer) as IMImageMBS
- method Scale(width as integer, height as integer) as IMImageMBS
- method Sample(width as integer, height as integer) as IMImageMBS
- method Minify as IMImageMBS
- method Magnify as IMImageMBS
- method Resize(width as integer, height as integer, FilterID as integer, blur as double) as IMImageMBS
- method RandomThresholdChannel(channel as integer, thresholds as string) as boolean
- method WhiteThreshold(threshold as string) as boolean
- method BlackThreshold(threshold as string) as boolean
- method BilevelChannel(channel as integer, threshold as double) as boolean
- method UnsharpMaskChannel(channel as integer, radius as double, sigma as double, amount as double, threshold as double) as IMImageMBS
- method Spread(radius as double) as IMImageMBS
- method SharpenChannel(channel as integer, radius as double, sigma as double) as IMImageMBS
- method Shade(gray as boolean, azimuth as double, elevation as double) as IMImageMBS
- method ReduceNoise(radius as double) as IMImageMBS
- method RadialBlur(angle as double) as IMImageMBS
- method MotionBlur(radius as double, sigma as double, angle as double) as IMImageMBS
- method MedianFilter(radius as double) as IMImageMBS
- method GaussianBlurChannel(channel as integer, radius as double, sigma as double) as IMImageMBS
- method Emboss(radius as double, sigma as double) as IMImageMBS
- method Edge(radius as double) as IMImageMBS
- method Despeckle() as IMImageMBS
- method BlurImageChannel(channel as integer, radius as double, sigma as double) as IMImageMBS
- method Blur(radius as double, sigma as double) as IMImageMBS
- method AdaptiveThreshold(width as integer, height as integer, offset as integer) as IMImageMBS
- method AddNoise(NoiseType as integer) as IMImageMBS
- method Close
- method DestroyImage
- method Clone as IMImageMBS
- method WriteImage(info as IMImageInfoMBS) as boolean
- method IsBlobExempt as boolean
- method IsBlobSeekable as boolean
- method IsBlobTemporary as boolean
- method BlobSize as integer
- method ImageToBlob(info as IMImageInfoMBS) as String
- method ImagesToBlob(info as IMImageInfoMBS) as String
- method HandleMemory as memoryblock
- method Composite(ComposeOperator as integer, Image as IMImageMBS, x as integer, y as integer)
- method DestroyImageList
- method AppendImageToList(img as IMImageMBS)
- method RemoveFirstImageFromList as IMImageMBS
- method NewImage(info as IMImageInfoMBS, width as integer, height as integer, background as IMMagickPixelPacketMBS) as boolean
- method SetPicture(pic as picture, x as integer, y as integer)
- method SetPictureMask(maskpic as picture, x as integer, y as integer)
- method CopyPicture(x as integer, y as integer, width as integer, height as integer) as picture
- method CopyPictureMask(x as integer, y as integer, width as integer, height as integer) as picture
- property Handle as Integer
- property Release as Boolean
- property LittleEndian as Boolean
- property LastException as IMExceptionMBS
- property Filename as String
- property Magick as String
- property LastError as Integer
- property Width as Integer
- property Height as Integer
- property ResolutionUnits as Integer
- property Quality as Integer
- property Compression as Integer
- property Orientation as Integer
- property ResolutionX as double
- property ResolutionY as double
- property Endian as Integer
- property Interlace as Integer
- property Scene as Integer
- property Depth as Integer
- property Colors as Integer
- property ColorSpace as Integer
- property StorageClass as Integer
- property Gravity as Integer
- property Filter as Integer
- property Taint as Boolean
- property Matte as Boolean
- property Gamma as double
- property BlurFactor as double
- property Bias as double
- property Fuzz as double
- property RenderingIntent as Integer
- property BackgroundColor as IMColorMBS
- property BorderColor as IMColorMBS
- property MatteColor as IMColorMBS
- property Montage as String
- property Directory as String
- property Geometry as String
- property Offset as Integer
- method Close
- property Reason as String
- property Description as String
- property Severity as Integer
- property Signature as Integer
- method Close
- method HandleMemory as memoryblock
- method DestroyImageInfo
- method Clone as IMImageInfoMBS
- property Handle as Integer
- property Release as Boolean
- property Filename as String
- property Magick as String
- property Compression as Integer
- property Orientation as Integer
- property ResolutionUnits as Integer
- property ColorSpace as Integer
- property Quality as Integer
- property Channel as Integer
- property Temporary as Boolean
- property Adjoin as Boolean
- property Affirm as Boolean
- property Antialias as Boolean
- property Dither as Boolean
- property Monochrome as Boolean
- property PointSize as Double
- property Endian as Integer
- property Interlace as Integer
- property Scene as Integer
- property SceneCount as Integer
- property Depth as Integer
- property Colors as Integer
- property Type as Integer
- property Preview as Integer
- property Group as Integer
- property Verbose as Boolean
- property HeaderOnly as Boolean
- property BackgroundColor as IMColorMBS
- property BorderColor as IMColorMBS
- property MatteColor as IMColorMBS
- property View as String
- property Authenticate as String
- property Size as String
- property Extract as String
- property Page as String
- property Scenes as String
- property SamplingFactor as String
- property ServerName as String
- property Font as String
- property Texture as String
- property Density as String
- method Close
- property Handle as Integer
- property Name as String
- property Description as String
- property Version as String
- property Note as String
- property ModuleName as String
- property Adjoin as Boolean
- property Raw as Boolean
- property EndianSupport as Boolean
- property BlobSupport as Boolean
- property SeekableStream as Boolean
- property ThreadSupport as Boolean
- property Stealth as Boolean
Monkeybread Software Realbasic Plugins - Förderverein St. Arnulf aus Nickenich