GNU Image Manipulation Program User Manual 2.4. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 3.4.4 Crop An Image . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 199 12.4.3 Crop and Resize Tool . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 365 14.9.17 Crop Image . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 653 页 | 19.93 MB | 1 年前3
GNU Image Manipulation Program User Manual 2.10Compressing Images . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 3.4.5 Crop An Image . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 3.4.6 Find . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 301 14.4.4 Crop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 303 14.4 Image . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 512 16.6.22 Crop Image . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 514 16.60 码力 | 1070 页 | 44.54 MB | 1 年前3
GIMP User Manual 2.2that fills the holes with some unobtrusive or neutral color, but usually a better solution is to crop the image. The greater the rotation, the more cropping is required, so it is best to get the camera interest one-third of the way across the image, both widthwise and heightwise. To crop an image, activate the Crop tool in the Toolbox, or by pressing the "C" key (capitalized) while inside the image sweep out a crop rectangle. It will also pop up a dialog that allows you to adjust the dimensions of the crop region if they aren't quite right. When everything is perfect, hit the Crop button in the0 码力 | 421 页 | 8.45 MB | 1 年前3
Keras: 基于 Python 的深度学习库整数或整数元组(长度为 2)。在裁剪维度(第 1 个轴)的开始和结束位置应该 裁剪多少个单位。如果只提供了一个整数,那么这两个位置将使用相同的值。 输入尺寸 3D 张量,尺寸为 (batch, axis_to_crop, features)。 输出尺寸 3D 张量,尺寸为 (batch, cropped_axis, features)。 5.3.7 Cropping2D [source] keras.layers 度 和 宽 度 的 两 个 不 同 的 对 称 裁 剪 值: (symmetric_height_crop, symmetric_width_crop)。 • 如果为 2 个整数的 2 个元组:解释为 ((top_crop, bottom_crop), (left_crop, right_crop))。 • data_format: 字符串,channels_last (默认) 或 channels_first (symmetric_dim1_crop, symmetric_dim2_crop, symmetric_dim3_crop)。 • 如 果 为 2 个 整 数 的 3 个 元 组: 解 释 为 ((left_dim1_crop, right_dim1_crop), (left_dim2_crop, right_dim2_crop), (left_dim3_crop, right_dim3_crop))。 • data_format:0 码力 | 257 页 | 1.19 MB | 1 年前3
The Gimp User’s Manual version 1.0.1Chapter 10: Transform Tools ......................................... 155 The Move Tool 156 The Crop Tool 158 The Transform Tool 159 The Flip Tool 162 The Magnify Tool 162 Chapter in Shift + {1} or - Zoom out {2} Pan image Crop tool Shortcut: Shift + C {1} Make crop selection {1} + {3} -{1} Cancel crop {1} inside crop Perform crop Text tool Shortcut: T {1} Set top left of I Duplicate layer Ctrl + C Move M Delete layer Ctrl + X Magnify Shift + M Scale layer Ctrl + S Crop Shift + C Resize layer Ctrl + R Transform Shift + T Merge visible layers Ctrl + M Flip Shift + F0 码力 | 924 页 | 9.50 MB | 1 年前3
Krita 5.2 Manualimage and layer top menus, so that you may resize, flip and rotate the whole image. We also have the Crop Tool, which only affects the canvas size, and the Move Tool which only moves a given layer. However layers. But there are more options than that… Cropping and resizing the canvas You can crop and image with the Crop Tool, to cut away extra space and improve the composition. Trimming Using Image ‣ Trim resize the canvas to the extent of this layer. Image ‣ Trim to Selection is a faster cousin to the crop tool. This helps us to resize the canvas to the dimension of any active selection. This is especially0 码力 | 1502 页 | 79.07 MB | 1 年前3
Getting Started With GIMP
image editing. Here are some examples of common uses: Take out dust spots from a scanned image Crop your image (get rid of unwanted edges) Adjust color (brighten or darken) Basic photo editing Crop or Trim your image 1. Click on the crop button 2. Click & hold on one corner of your image to draw a box down to the opposite corner. Let go and you’ll have a crop box. If you make a mistake press ESC and try again. 3. Press Enter to confirm your crop Automatic Colour Adjustments in GIMP You can try various basic colour adjustments to see if they make your0 码力 | 5 页 | 1.13 MB | 1 年前3
ffmpeg翻译文档^ 4. |[tmp] [flip]| 5. +-----> crop --> vflip -------+ 在这个滤镜链图中,利用 split 滤镜把输入流分离成了两路流,其中一路通过 crop 滤镜 和 vfilp 滤镜的同一路级联应用,再同另外一路一起通过 overlay 滤镜处理的流合成进行输出。则 可以采用如下的命令行实现: "split [main][tmp]; [tmp] crop=iw:ih/2:0:0, vflip [flip]; [main][flip] overlay=0:H/2" OUTPUT 这样最终输出将是视频上部是原始,下部是上部的镜像。(倒影效果) 同一路的滤镜间用逗号(‘,’)进行分割,不同路的滤镜间用分号(‘;’)进行分割。在这个例子里 面 crop 和 vflip 是在同一路中的滤镜, 处理输出的第二路流被命名为 [tmp] ,它又被 crop 滤镜处理裁去下半部视频,然 后通过 vflip 进行了水平镜像(垂直翻转,即把视频镜像到下半部了)。这是整个输出被命名 为 flip 。再把 [main] 与 flip 通过 overlay 进行覆盖合成,即把源输入通过 split 滤镜获 得的 [main] 的上半部分覆盖到由 crop 和 vflip 滤镜级联处理的输出(这里的0 码力 | 502 页 | 3.06 MB | 1 年前3
Krita 5.2 브로셔all its layers. But there are more options than that… Cropping and resizing the canvas You can crop and image with the 자르기 도구, to cut away extra space and improve the composition. Trimming Using Image resize the canvas to the extent of this layer. Image ‣ Trim to Selection is a faster cousin to the crop tool. This helps us to resize the canvas to the dimension of any active selection. This is especially right-clicking the layer on the layer stack and choosing Select Opaque. Image ‣ Trim to Selection will then crop the canvas to the selection bounding box. Image ‣ Trim to Image Size is actually for layers, and0 码力 | 1531 页 | 79.11 MB | 1 年前3
GIMP Tutorialto apply • To remove guideline: Image > Guides > Remove all Guides Cropping Images • Useful to crop unnecessary edges away • Can reduce file size when bringing images into a vector file • Use the image you want to keep • Click and drag the corners of the box after drawing to fine tune • Crop: Image > Crop to Selection Cropping Images Don’t forget about Ethics! Brightness and Contrast Increasing0 码力 | 29 页 | 2.78 MB | 1 年前3
共 169 条
- 1
- 2
- 3
- 4
- 5
- 6
- 17













