Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 8,529 for

filter

(0.1 sec)
  1. Sharpen Filters|Documentation

    Aspose.Imaging graphic library for Java supports kernel Filters such as Sharpen, as well as custom kernels....Sharpen Filters Contents [ Hide ] Sharpen Kernel Filter in Java...Sharpen image Sharpen kernel filter Java code example The provided...

    docs.aspose.com/imaging/java/developer-guide/ma...
  2. Insert Timeline|Documentation

    Learn how to create a timeline with Aspose.Cells....Scenarios Instead of adjusting filters to show dates, you can use...Timeline—a dynamic filter option that lets you easily filter by date/time...

    docs.aspose.com/cells/net/create-timeline/
  3. FieldIncludePicture.GraphicFilter | Aspose.Word...

    Discover the FieldIncludePicture GraphicFilter property, easily manage graphic format Filters for seamless image integration in your projects....Gets or sets the name of the filter for the format of the graphic...True ); // Apply the PNG32.FLT filter. fieldIncludePicture . GraphicFilter...

    reference.aspose.com/words/net/aspose.words.fie...
  4. Comment.author property | Aspose.Words for Python

    Comment.author property. Returns or sets the author name for a comment.... for comment in list ( filter ( lambda c : c . ancestor ==...== None , list ( filter ( lambda a : a is not None , map ( lambda...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Conversion to grayscale|Documentation

    How to convert source images to grayscale before recognition....results of other preprocessing filters, such as automatic deskewing...performed when applying the median filter . Grayscale conversion To convert...

    docs.aspose.com/ocr/java/grayscale/
  6. ShapeBase.get_shape_renderer method | Aspose.Wo...

    ShapeBase.get_shape_renderer method. Creates and returns an object that can be used to render this shape into an image....docx' ) shapes = list ( filter ( lambda a : a is not None...6 image files. for shape in filter ( lambda a : a is not None...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Developer Guide|Documentation

    This Developer Guide describes practical scenarios and tips to help you use specific Aspose.Cells for .NET features, achieve a certain Excel appearance, or make a use case possible....Sorting Data Filter Data Filtering Apply Advanced Filter of Microsoft...Warning While Sorting Data Filter Filter Get All Hidden Rows Indices...

    docs.aspose.com/cells/net/developer-guide/
  8. Contrast correction|Documentation

    How to automatically increase image contrast using Aspose.OCR for Python via .NET to improve recognition accuracy....contrast_correction_filter processing filter. # Instantiate Aspose...processing filters = PreprocessingFilter () filters . add ( PreprocessingFilter...

    docs.aspose.com/ocr/python-net/contrast/
  9. Loading and managing Excel, OpenOffice, Json, C...

    With Aspose.Cells for Python via .NET, it is simple to create, open and manage Excel, CSV, TSV, ODS, HTML, Numbers, Json, XML, PDF, JPG, Tiff, Image, MHT and XPS files....Files Filter Defined Names while loading Workbook Filter Objects...loading Workbook or Worksheet Filtering the kind of data while loading...

    docs.aspose.com/cells/python-net/loading-saving...
  10. Skew correction|Documentation

    How to straighten a rotated image using Aspose.OCR for Python via .NET to improve recognition accuracy....through auto_skew processing filter. # Instantiate Aspose.OCR API...processing filters = PreprocessingFilter () filters . add ( PreprocessingFilter...

    docs.aspose.com/ocr/python-net/deskew/