GIMP :: How To Cross-hatch Two Images

Mar 10, 2011

Image knitting. We'll put it that way. I'm still sort of a beginner, but this must be an intermediate thing to do, regardless.

For example, if you had a black layer, and a white layer, how would you create an image that looked like this?

Preferrably without doing it the painstaking way of copy/pasting?

View 6 Replies


ADVERTISEMENT

Illustrator :: Art Work With Cross Hatch Look?

Sep 10, 2012

How can I make some art work have a cross hatch effect?

View 6 Replies View Related

Photoshop :: Open Picture Brings Cross Hatch...

May 20, 2008

Not sure what I did.

When I open a new pic, it has a grid all over it.

Ctrl-H eliminates.

What did I do to make this happen?

I don't want this to happen <grin>.

View 2 Replies View Related

Photoshop :: Mouse Cursor Turns To Cross Hatch?

Apr 21, 2005

i dont know why but sometimes my mouse cursor changes to a cross hatch rather than be an arrow or circle? why is it changing and how can i get it back to like a circle?

its very annoying to paint or erase using the cross hatch as the exact area that will be covered is not shown!

View 4 Replies View Related

Xara :: Cross Hatch Pattern On Colour Editor

Jul 24, 2013

ive noticed that in designer pro x9 the colour editor gets a cross hatch pattern when manipulating 3d or bitmap objets is this correct? if so, what is the purpose?

View 6 Replies View Related

AutoCAD Architecture :: Can't Set Hatch In Quick Cross Section

Sep 27, 2012

URL.... I cant set the hatch in quick cross section in the wall. I have installed sp1 for ACA 2013. It nothing change. I'm architect from Poland.I use Autocad Architecture five years.

View 4 Replies View Related

AutoCAD Civil 3D :: Hatch Between Surfaces On Cross Sections

Nov 25, 2013

I have multiple surfaces representing topsoil, clay and types of bedrock, and an alignment set with sample lines and sections set. Trying to use the Compute Materials using material lists and the corresponding shape style to hatch between each surface something is going wrong. With all the display settings (Plan,Section,Profile,etc) set to by layer and on a created layer(not on 0). The shape area fill is set to solid. It will not display the hatch.

View 3 Replies View Related

Photoshop Elements :: How To Cross Hatch All Of Image - No Pixels Selected

Dec 7, 2013

I want to crooss-hatch all of an image.  But, I cannot because "no pixels are selected".  How do I sellect pixels (I already tried "All" and "All layers" -no good)?  PSE 11 Mac.

View 2 Replies View Related

AutoCad 2D :: Cross-section / Elevation And Detail Cross Reference Labels

Apr 6, 2011

I am trying to annotate a floor plan to show the location/orientation of section, elevation and detail drawings. The labels must also indicate the appropriate drawing cross reference. (basically a circle with a arrow, text inside circle showing drawing cross reference). My question is - is there an automated way/library to insert such labels or do I have to create each of them from individual elements and make a block?

View 1 Replies View Related

GIMP :: Measure Tool - How To Make Size Of Center Of Cross Larger

Nov 21, 2012

When I use the measure tool for the ruler an open centered cross is displayed - is there any way to make the size of the centre of the cross larger? this way i can get a more accurate measure of 2 points -

View 2 Replies View Related

Lightroom :: After Import Images Adjust To Cross Process 1 Not Set In Import Settings

Nov 4, 2012

This issue occured shortly after update to 4.2, but not directly after. I am using windows 8.
 
The issue that occurs is after importing images they are adjusted automatically to develop module cross process 1. After dealing with this annoyance for a bit of time I realized that I can not even "RESET ALL" the images to delete the adjustment. In delving into other images that have been in my database for quite some time, I have tried to "RESET ALL", which resets images to CROSS PROCESS 1. I have never set import to automatically adjust.

View 5 Replies View Related

GIMP :: Uploading Plain Images - Removing Backgrounds From Images

Mar 27, 2011

But I wouldn't be able to upload a hundred tiny, plain images. I made this to add onto the background removal FAQ. I hope it's accepted.

[URL].......

(Image is clickable.)

View 10 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Entmake A Hatch Entity From A Hatch Template?

May 2, 2013

I am trying to entmake a hatch entity from a hatch template.

After entget the template hatch entity, i get the followings

Select object: ((-1 . <Entity name: 7ed11b78>) (0 . "HATCH") (330 . <Entity
name: 7efc7c10>) (5 . "737") (100 . "AcDbEntity") (67 . 0) (410 . "Model") (8 .
"SECTION-LABEL") (62 . 255) (100 . "AcDbHatch") (10 0.0 0.0 0.0) (210 0.0 0.0
1.0) (2 . "SOLID") (70 . 1) (71 . 0) (91 . 1) (92 . 1) (93 . 8) (72 . 1) (10
633596.0 5.79713e+006 0.0) (11 633519.0 5.79713e+006 0.0) (72 . 1) (10 633519.0
5.79713e+006 0.0) (11 633519.0 5.79708e+006 0.0) (72 . 1) (10 633519.0
5.79708e+006 0.0) (11 633500.0 5.79708e+006 0.0) (72 . 1) (10 633500.0

[code]....

Now I  wrote the following code using the above data as follows

(entmake (list (cons 0 "HATCH") (cons 67 0) (cons 410 "Model") (cons 8 "SECTION-LABEL") (cons 62 255) (cons 10 (list 0.0 0.0 0.0)) (cons 210 (list 0.0 0.0 1.0)) (cons 2 "SOLID") (cons 70 1) (cons 71 0) (cons 91 1) (cons 92 1) (cons 93 8) (cons 72 1) (cons 10 pt1) (cons 11 pt2) (cons 72 1) (cons 10 pt2) (cons 11 pt3) (cons 72 1) (cons 10 pt3) (cons 11 pt4) (cons 72 1) (cons 10 pt4) (cons 11 pt5) (cons 72 1) (cons 10 pt5) (cons 11 pt6) (cons 72 1) (cons 10 pt6) (cons 11 pt7) (cons 72 1) (cons 10 pt7) (cons 11 pt8) (cons 72 1) (cons 10 pt8) (cons 11 pt1) (cons 97 0) (cons 75 0) (cons 76 1) (cons 98 1) (cons 10 (list 0.0 0.0 0.0)) (cons 450 0) (cons 451 0) (cons 460 0.0) (cons 461 0.0) (cons 452 1) (cons 462 1.0) (cons 453 2) (cons 463 0.0) (cons 63 5) (cons 421 255) (cons 463 1.0) (cons 63 7) (cons 470 "LINEAR")))

The point variables pt1, pt2....pt8 are all defined. But when I run the code the hatch is not being created? Why?

View 1 Replies View Related

AutoCad :: Change Hatch From ANSI31 To GRAVEL Some Of Hatch Shows Outside Boundary

Aug 24, 2011

I have a hatch (ANSI31) enclosed by a closed polyline. Whenever I change the hatch from ANSI31 to GRAVEL some of the hatch shows up outside the boundary. The Polyline consists of both arcs and line segments, and the hatching errors are occurring within the radius of the arc segments. Changing it from Associative to Non Associative makes no change.

I am using AutoCAD 2011.

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Automatically Pick Up All Hatch And Solid Hatch Patterns

Aug 6, 2008

I am in need of a lisp routine which will automatically pick up all hatch and solid hatch patterns within a drawing and change the colour to colour 254.

View 9 Replies View Related

AutoCAD 2010 :: Open Hatch Edit Dialog With Double Click On Existing Hatch?

Apr 17, 2010

It is no more possible open Hatch Edit dialog with double click on existing hatch. Now, this way opens only Properties

View 9 Replies View Related

AutoCAD 2013 :: Missing Hatch Patterns In Hatch Library?

Jan 2, 2013

Just downloaded Autocad 2013 and am missing quite a few of the standard hatches (siding, soldier, board and batten, etc.) What should I do to get them back.  When I open old drawings with these hatches in them, they load just fine...but I am unable to hatch any new areas with these hatches (because they are not listed in the hatch library) 

View 9 Replies View Related

AutoCAD .NET :: Block Reference Hatch - Deleting Loops Within A Hatch

Feb 22, 2013

I want to be able to add a Block Reference to a hatch. I'm adding the block reference to an ObjectIdCollection and the hatch is not taking it when using AddLoop().

So I thought maybe I needed to add the location of the polyline (curve-like) object that is member of the blockreference to the hatch, but I don't know how to get its ObjectId.
 
Hatch thisHatch = new Hatch();thisHatch.Layer = layerName;thisHatch.SetDatabaseDefaults();thisHatch.SetHatchPattern(patternType, patterName);thisHatch.Color = Color.FromColorIndex(ColorMethod.ByColor, colorIndex);thisHatch.Transparency = new Transparency((Byte)(255 * (100 - 60) / 100));tSpace.AppendEntity(thisHatch);transaction.AddNewlyCreatedDBObject(thisHatch, [code]........

Also, I'm trying to delete certain HatchLoop that is associated to a polyline but I don't know how to do it. I'm going through the loops in the hatch but I don't know what to do there. I wanna do this so I create a new and different hatch on top.

I think one could also copy all the loops except the one one wants to delete, but I'm not sure how to tell which one is the one I want to delete that is the one associated to a polyline or that is in certain region.

View 1 Replies View Related

AutoCAD LT :: Hatch Button Does Not Activate Hatch Dialog Box

Dec 17, 2011

I have AUTOCAD LT 2012 - windows 7 - SP1

Neither the button for Hatching or the Draw Hatch menu do not activate the HATCH DIALOG BOX?

This means I cannot Hatch?

I have also added the Hotfix for the Ribbon and it made no difference.

View 6 Replies View Related

AutoCad 2D :: Hatch Command To Match Existing Hatch

May 6, 2013

I've migrated from 2005 to 2014 LT and wondered if they have added to the hatch commands. I've looked and haven't found anything. Is there a command that you can pick a hatch pattern already shown on the drawing and make that pattern the existing one to use? I sometimes have multiple hatch patterns and scales, and wanted a quick way to go from one to another without lisp help.

View 3 Replies View Related

GIMP :: How To Correct Blurry Images Using Gimp

Mar 24, 2011

A few photos from my digital camera that I cannot re-take, the pictures are blurry, how would I go about correcting the blurry photographs using gimp?

View 5 Replies View Related

AutoCad :: Why Is Hatch Offset From What Want To Hatch

Feb 11, 2012

Why is my hatch off set from what I want to hatch? I pic the points of the area in 3d i want to hatch but it ends up hatching out of the points i select?

View 5 Replies View Related

GIMP :: Won't Open Images

Aug 31, 2012

When I go to the open menu and navigate to a jpg image and click "OPEN", nothing happens. The open dialog stays but the buttons are greyed out.

View 3 Replies View Related

GIMP :: Support RAW Images?

Mar 4, 2013

I've recently been looking into getting a Canon EOS Rebel T3. I noticed that it can take RAW images and I was just wondering if GIMP supports that.

View 6 Replies View Related

GIMP :: Resizing The Two Images

Feb 3, 2012

I have two images that I didn't create, but need to be re-sized. A wide gradient bar with rounded-corners and a box with rounded corners (attached). I suspect I may need to recreate these in GIMP (unless there's another way).

View 3 Replies View Related

GIMP :: Why Can't Rotate Images

Feb 5, 2012

When I have a photo that has come out portrait rather than landscape which is a normal case the rotate function seems to cut off some of the two sides of the photo. If I want to rotate it what I call correctly I use Gnome Image Viewer.

Why can't I rotate images similarly with Gimp?

View 8 Replies View Related

GIMP :: Cut Out Images With Brushes?

May 11, 2013

I want to use a brush to make a special shape of an image fr a border. Is that possible? If yes, how?

View 3 Replies View Related

GIMP :: Watermarks For Images

Apr 7, 2011

I'm struggling with having a watermark for all my images.

what is the easiest way it can be done? I just want one watermark that i can put on any image on my website.

View 3 Replies View Related

GIMP :: Autocrop Images?

Feb 21, 2011

I have a problem, been trying to solve it for many days. I would like to 'batch process' many images. I have loads of PNGs with tranparent backgrounds, I love the auto-crop feature, I'd like to automatically do this to hundreds of images. Basically these images have a small picture in the middle, with lots of blank space around them, I'd like to get rid of this space. It would take really long to autocrop each one manually.

View 6 Replies View Related

GIMP :: PNG Images And Transparency

Apr 8, 2013

My Gimp version……2.6.8.

Until recently Gimp has either supported transparency of .png image files or automatically added an alpha channel to the image. This I don't know. I do a lot of rendering and have always been able to take a .png or convert any image type to a .png, create a path, and delete everything outside of the path and end up with a transparent background.

But something has changed where I must now manually add an alpha channel to a .png image in order to end up with a “transparent background”. what changed in Gimp that I can no longer just erase or delete a selected area of a png resulting in a transparent area?

View 2 Replies View Related

GIMP :: Stitch Two Images Together?

Sep 18, 2011

I've recently installed GIMP. It is a bit daunting for me at this stage but I'm getting there. My main interest is enhancing photos.

Is there a way to stitch two images together? I can't find any reference to this.

Also, is there an index type search facility to find information on a specific topic? The manual is good but a key word search facility would be very useful. Again I can't find one..

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved